Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们在尝试访问 Joomla 1.5 站点上的管理面板时遇到以下错误:
Illegal variable _files or _env or _get or _post or _cookie or _server or _session or globals passed to script.
有谁知道为什么会这样?
请首先确保您运行的是 Joomla 1.5 系列的最新版本,即 1.5.26
如果这不能解决问题,可能是因为您为管理面板使用了安全插件。如果您需要通过在 URL 之后键入一个键来访问管理面板,就像这样并且它是一个数字:
www.mysite.com/administrator?12345
然后更改密钥,使其不使用数字
此错误实际上是由 Joomla 而不是 PHP 产生的,因此如前所述,请确保您运行的是最新版本。我还建议您升级到 Joomla 2.5 或 3.x,因为 1.5 有一些相当大的安全漏洞。