【发布时间】:2014-05-22 12:45:25
【问题描述】:
我试图在我的本地主机上登录我的 Joomla 管理员,但我不断收到 500 错误。
我已经尝试了很多东西:
更改的文件权限:
chmod 777 error.php,
chmod 775 cache, logs adminstrator etc
我尝试在我的 htaccess 中取消注释 # RewriteBase /
我已将 configuration.php 中的路径更改为:
public $log_path = './logs';
public $tmp_path = './tmp';
我还检查了我的 apached 错误日志,它返回以下内容:
[22-May-2014 14:17:49 Europe/Berlin] PHP Warning: fopen(./logs/error.php): failed to open stream: No such file or directory in /Applications/XAMPP/xamppfiles/htdocs/mydir/libraries/joomla/log/loggers/formattedtext.php on line 248
[22-May-2014 14:17:49 Europe/Berlin] PHP Warning: fputs() expects parameter 1 to be resource, boolean given in /Applications/XAMPP/xamppfiles/htdocs/mydir/libraries/joomla/log/loggers/formattedtext.php on line 254
非常感谢任何帮助 ,
【问题讨论】:
标签: joomla content-management-system localhost