joomla后端的空白页,错误404,未保存更改

时间:2013-04-07 20:18:27

标签: joomla

空白文章页面。 下面列出的错误。我是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

2 个答案:

答案 0 :(得分:0)

  1. 检查route.php文件的权限。
  2. 确保上述路径中存在route.php文件。

答案 1 :(得分: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. 清除缓存/ *文件夹
  3. 重新分配权限(chown -R user:group *)
  4. 您现在应该可以访问管理员了。
  5. 如果您也可以访问前端,那么您已经完成了。 否则指定一个默认模板(即beez),你应该能够看到网站

    如果后者有效,那么很可能您的台架错误,请为您的网站重新下载正确版本的模板。

    如果没有,只需重新安装就可能出现问题。