2014-05-22 139 views
0

我想登錄到我的本地主機上的Joomla管理員,但我不斷收到500錯誤。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 

任何幫助非常讚賞 ,

回答

0

創建目錄

/Applications/XAMPP/xamppfiles/htdocs/mydir/libraries/joomla/log/loggers/logs 

然後再次嘗試

+0

謝謝你的回覆克里斯。我試過你的建議,不幸的是我仍然得到相同的錯誤。錯誤日誌也回來了與我上面提到的線,並作爲添加新日誌目錄的結果,什麼都沒有被寫入它 – user2120088

+0

嘗試更改 公共$ log_path ='./logs'; 到 public $ log_path ='/ full/path/to/directory/that/definitely/exists/logs'; –

+0

嘗試了日誌和tmp目錄。還是同樣的問題 – user2120088