我试图登录我的Joomla管理员在我的本地主机,但我不断得到一个500错误。
我试过很多东西:
更改的文件权限:
chmod 777 error.php,
chmod 775 cache, logs adminstrator etc我尝试过在我的htaccess中取消注释# RewriteBase /
我已将configuration.php中的路径更改为:
public $log_path = './logs';
public $tmp_path = './tmp';我还检查了我的已缓存的错误日志,它将返回以下内容:
[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任何帮助都很感激,
发布于 2014-05-22 12:50:41
创建目录
/Applications/XAMPP/xamppfiles/htdocs/mydir/libraries/joomla/log/loggers/logs然后再试一次
https://stackoverflow.com/questions/23807210
复制相似问题