0

空白の記事ページ。以下にリストされているエラーが見つかりました。私は joomla の初心者です。現在、プロジェクトで迷っています。最初は、joomla 2.5.9 への更新後にエラー 404 が発生しました。記事にアクセスすることさえできません。空白のページが表示されます。バックエンドの管理ページです。これは、gantry/joomla のフォルダー ディレクトリからすべての記事をコピーする方法です。はいの場合、ウェブサイトの構築を最初からやり直すことができます。誰か助けてください サイトの公開期限は明日です.,

Strict Standards: Declaration of JCacheControllerPage::store() should be compatible with JCacheController::store($data, $id, $group = NULL) in C:\xampp\htdocs\Gantry417\libraries\joomla\cache\controller\page.php on line 199

Strict Standards: Only variab,les should be assigned by reference in C:\xampp\htdocs\Gantry417\plugins\system\rokgallery\rokgallery.php on line 22

Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\Gantry417\plugins\system\rokgallery\rokgallery.php on line 23

Warning: include_once(C:\xampp\htdocs\Gantry417/components/com_content/helpers/route.php): failed to open stream: No such file or directory in C:\xampp\htdocs\Gantry417\plugins\finder\content\content.php on line 330

Warning: include_once(): Failed opening 'C:\xampp\htdocs\Gantry417/components/com_content/helpers/route.php' for inclusion (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\Gantry417\plugins\finder\content\content.php on line 330

Fatal error: Class 'ContentHelperRoute' not found in C:\xampp\htdocs\Gantry417\plugins\finder\content\content.php on line 273

Warning: require_once(C:\xampp\htdocs\Gantry417/components/com_content/helpers/route.php): failed to open stream: No such file or directory in C:\xampp\htdocs\Gantry417\administrator\templates\hathor\html\com_content\articles\modal.php on line 17

Fatal error: require_once(): Failed opening required 'C:\xampp\htdocs\Gantry417/components/com_content/helpers/route.php' (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\Gantry417\administrator\templates\hathor\html\com_content\articles\modal.php on line 17

4

2 に答える 2

0
  1. route.phpファイルのパーミッションを確認してください。
  2. route.php上記のパスにファイルが存在することを確認してください。
于 2013-04-08T05:24:26.120 に答える
0

route.php ファイルが存在しないか、読み取れません。

  1. 更新パッケージ 2.5.9 http://joomlacode.org/gf/download/frsrelease/17967/78436/Joomla_2.5.x_to_2.5.9-Stable-Patch_Package.zipをダウンロードし、現在のサイトで展開します。
  2. cache/* フォルダーをクリアする
  3. パーミッションの再割り当て (chown -R user:group *)
  4. これで、管理者にアクセスできるはずです。

フロントエンドにもアクセスできれば完了です。それ以外の場合は、デフォルトのテンプレート (beez など) の 1 つを割り当てると、Web サイトが表示されるはずです。

後者が機能する場合は、ガントリーが間違っている可能性が高いため、Web サイトに適したバージョンのテンプレートを再ダウンロードしてください。

そうでない場合は、単に再インストールしてください。何か問題がある可能性があります。

于 2013-04-08T07:21:09.380 に答える