Apache 服务器,从 IIS 迁移 - 我有错误报告,我可以访问服务器日志,也没有报告任何错误,但页面仍然显示为空白
http://204.12.74.110/index.php
http://204.12.74.110/administrator/index.php
任何援助将不胜感激。
您是否在 joomla 配置中将错误报告设置为最大?如果无法通过浏览器访问后端,请手动更改 configuration.php 文件并将以下变量设置为最大
public $error_reporting = 'maximum';
有时白页是由文件权限问题引起的。尝试将以下代码添加到 index.php 文件的顶部
error_reporting(E_ALL);
ini_set('display_errors', '1');
为了确保文件被调用添加一个
echo 'hello';die;
也到您的 index.php 文件。我假设 PHP 正确配置了 Apache?
你检查你的PHP版本了吗?检查新服务器中的所有资源是否相同。
适用于 Joomla 2.5.x、1.7.x 和 1.6.x
Software Recommended Minimum
PHP 5.3 + 5.2.4 +
MySQL 5.0.4 + 5.0.4 +
Microsoft IIS 7 7
对于 Joomla 3.x,您可以查看此链接:http ://www.joomla.org/technical-requirements.html