Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/joomla/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/dart/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Joomla管理员登录页面错误_Joomla_Login_Administrator - Fatal编程技术网

Joomla管理员登录页面错误

Joomla管理员登录页面错误,joomla,login,administrator,Joomla,Login,Administrator,这是在Joomla有人入侵了我的网站。我用ftp从电脑上下载了所有文件。除了domain.com/administrator页面外,其他一切都正常。我可以登录到控制面板并使用文件管理器。我可以从文件管理器修复domain.com/administrator页面吗 错误消息是: mark('afterLoad') : null; // Instantiate the application. $app = JFactory::getApplication('administrator'); /

这是在Joomla有人入侵了我的网站。我用ftp从电脑上下载了所有文件。除了
domain.com/administrator
页面外,其他一切都正常。我可以登录到控制面板并使用文件管理器。我可以从文件管理器修复
domain.com/administrator
页面吗

错误消息是:

mark('afterLoad') : null; // Instantiate the application. 

$app = JFactory::getApplication('administrator'); // Initialise the application. 

$app->initialise(array( 'language' => $app->getUserState('application.lang') )); // Mark afterIntialise in the profiler. 

JDEBUG ? $_PROFILER->mark('afterInitialise') : null; // Route the application. 

$app->route(); // Mark afterRoute in the profiler. 

JDEBUG ? $_PROFILER->mark('afterRoute') : null; // Dispatch the application. 

$app->dispatch(); // Mark afterDispatch in the profiler. 

JDEBUG ? $_PROFILER->mark('afterDispatch') : null; // Render the application. 

$app->render(); // Mark afterRender in the profiler.

JDEBUG ? $_PROFILER->mark('afterRender') : null; // Return the response.

echo $app;

朋友,错误消息在哪里?这只是一些代码部分?当我在url中输入domain.com/administrator时,我收到了这条消息。在root上从configuration.php启用调试模式,而且你没有自定义管理员登录页面,然后从你的Joomla版本上载新文件。如果你能共享你的网站url,我会很好地查看。谢谢你的帮助。这里是post4city.com/administrator/reloadded files。现在工作了。能够看到管理员页面。谢谢