登録日
2013年4月22日

メンバー検索

  

fkt001

名前(ニックネーム)
fkt001
自分のconcrete5サイト
ホームページ
自己紹介
concrete5.org のユーザー名
concrete5 Slack Team ID
Twitterアカウント
フォーラム総投稿数
13

コミュニティバッジ

投稿

11から13までを表示 (計13)

Re: Xサーバー内でのサイト引越し時のエラー

hissy様

ご返信ありがとうございます!
ファイルを転送しなおしたのですが、状況は同じでした。
他に何か考えられることはありますでしょうか?

Posted on 8月 23, 2013 at 8:59 午前

Xサーバー内でのサイト引越し時のエラー

XサーバーのX20プランのサーバーからX10プランのサーバーを新たにレンタルして、
サイト(concrete5で構築)を引っ越しました。

バックアップデータから、DBのインポートとFTPでデータをアップロードしましたが、サイトが表示されずにエラーが出てしまいます。

エラー内容

500 Internal Server Error

でphpのバージョンを5.3.3から5.2.17にさげると下記のエラーが出ます。

----------------------------------------------
Warning: require_once(Zend/Cache/Backend/File.php) [function.require-once]: failed to open stream: No such file or directory in /home/xxxx/xxx.jp/public_html/concrete/libraries/3rdparty/Zend/Cache.php on line 132

Fatal error: require_once() [function.require]: Failed opening required 'Zend/Cache/Backend/File.php' (include_path='.::/home/xxxx/xxx.jp/public_html/libraries/3rdparty:/home/xxxx/xxx.jp/public_html/concrete/config/../libraries/3rdparty') in /home/xxxx/xxx.jp/public_html/concrete/libraries/3rdparty/Zend/Cache.php on line 132
----------------------------------------------

Apacheバージョン 2.2.3
MySQL5バージョン 5.0.95
PHP 5.3.3


htaccess内容-----------------------------
AddHandler x-httpd-php5.3 .php .phps
# -- concrete5 urls start --

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

# -- concrete5 urls end --



php.ini内容-----------------------------
default_charset = UTF-8
mbstring.language = neutral
mbstring.internal_encoding = UTF-8
memory_limit = 128M


どなたか分かる方がいればお願いします!!

Posted on 8月 22, 2013 at 9:10 午後

XREAサーバーにインストールしようとしたところ、インストールが進みません。

こんにちは。
今回XREAサーバーのs100.xrea.comにCONCRETE5(5.5.1)をインストールしようと試みているのですが、うまくいきません。

必要情報を入力して、インストールボタンを押したあと、「インストールとディレクトリ作成の開始。」の画面から進みません。

サーバー名 s100.xrea.com
PHP 5.2.5
MySQL 5.1.22-rc

■php.iniの内容
cgi.fix_pathinfo = 0
session.use_cookies = On
session.use_trans_sid = Off
session.save_path = /virtual/***/tmp/
default_charset = UTF-8
mbstring.language = neutral
mbstring.internal_encoding = UTF-8

■.htaccess の内容
AddHandler application/x-httpd-phpcgi .php
mod_gzip_on Off

すみませんが、ご教授お願いします。

Posted on 4月 22, 2013 at 3:03 午後
« 前12次 »