新手發問:後台管理頁面無法顯示(已爬文,找不到解決方法)
- lightartinfo
-
Topic Author
- 訪客
-
2009-07-24 16:53 #14872
來自 lightartinfo
lightartinfo created the topic: 新手發問:後台管理頁面無法顯示(已爬文,找不到解決方法)
請問為什麼安裝完JOOMLA之後
無法開啟"Administrotor"的頁面呢??
頁面錯誤內容:
Warning: require_once(/raid/.../www/administrator/templates/system/html/modules.php) [function.require-once]: failed to open stream: No such file or directory in /raid/.../www/libraries/joomla/application/module/helper.php on line 183
Fatal error: require_once() [function.require]: Failed opening required '/raid/.../www/administrator/templates/system/html/modules.php' (include_path='.:/usr/local/php5/lib/php') in /raid/.../www/libraries/joomla/application/module/helper.php on line 183
第183行到191行的"help.php"內容:
require_once (JPATH_BASE.DS.'templates'.DS.'system'.DS.'html'.DS.'modules.php');
$chromePath = JPATH_BASE.DS.'templates'.DS.$mainframe->getTemplate().DS.'html'.DS.'modules.php';
if (!isset( $chrome[$chromePath]))
{
if (file_exists($chromePath)) {
require_once ($chromePath);
}
$chrome[$chromePath] = true;
}
Joomla版本:1.5.12
無法開啟"Administrotor"的頁面呢??

頁面錯誤內容:
Warning: require_once(/raid/.../www/administrator/templates/system/html/modules.php) [function.require-once]: failed to open stream: No such file or directory in /raid/.../www/libraries/joomla/application/module/helper.php on line 183
Fatal error: require_once() [function.require]: Failed opening required '/raid/.../www/administrator/templates/system/html/modules.php' (include_path='.:/usr/local/php5/lib/php') in /raid/.../www/libraries/joomla/application/module/helper.php on line 183
第183行到191行的"help.php"內容:
require_once (JPATH_BASE.DS.'templates'.DS.'system'.DS.'html'.DS.'modules.php');
$chromePath = JPATH_BASE.DS.'templates'.DS.$mainframe->getTemplate().DS.'html'.DS.'modules.php';
if (!isset( $chrome[$chromePath]))
{
if (file_exists($chromePath)) {
require_once ($chromePath);
}
$chrome[$chromePath] = true;
}
Joomla版本:1.5.12
Please 登入 to join the conversation.