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/9/opencv/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扩展管理器问题-获取HTTP 500服务器错误_Joomla_Joomla Extensions_Http Error_Server Error - Fatal编程技术网

Joomla扩展管理器问题-获取HTTP 500服务器错误

Joomla扩展管理器问题-获取HTTP 500服务器错误,joomla,joomla-extensions,http-error,server-error,Joomla,Joomla Extensions,Http Error,Server Error,我正在我的网站上使用Joomla。现在,当我尝试在Extensions下访问Extension Manager时,它会给出以下服务器错误 The website encountered an error while retrieving http://myURL/upload/administrator/index.php?option=com_installer. It may be down for maintenance or configured incorrectly. 我怎么修

我正在我的网站上使用Joomla。现在,当我尝试在Extensions下访问Extension Manager时,它会给出以下服务器错误

The website encountered an error while retrieving 
http://myURL/upload/administrator/index.php?option=com_installer. 
It may be down for maintenance or configured incorrectly.
我怎么修理它


谢谢

您肯定会在错误日志中找到更多信息,但有几点需要注意:

  • 权限:com_安装程序可能需要tmp文件夹才能写入
  • 配置:tmp文件夹配置是否正确(您可以签入系统信息)
  • 损坏:尝试使用ftp/shell在当前安装(更新包)上重新安装Joomla的更新包
  • 不正确的路由配置:您的httpd.conf或.htaccess文件中可能存在一些错误的配置(请尝试快速重命名它们以查看是否存在此问题;在administrator文件夹中查找.htaccess,并查找每个父级直到web根目录(so./uploads/administrator,./uploads,。)

  • 我重复一遍,阅读错误日志(apache错误日志或php错误,或在Joomla中打开调试)应该给你足够多的信息来确定问题。

    我忘记将htaccess.txt重命名为。htaccess

    从提供的信息中不清楚-你的站点是否位于名为/upload/的文件夹中,或者是打字错误。请完成/administrator/area中的所有其他页面y-这是唯一的错误吗?服务器的错误日志显示了什么-500个错误通常会在错误日志中包含更多详细信息。谢谢Dean-是的,上传是登录到我的后端时url的一部分..Joomla上的所有其他功能正常工作,只有给出此错误的ExtNions管理器或任何其他扩展功能…所以站点本身是否位于FTP的根目录中,管理员文件夹是否位于上载文件夹中?或者整个站点是否位于上载文件夹中?