500 internal server error at back end - Joomla

Dheeraj Agrawal picture Dheeraj Agrawal · Nov 22, 2011 · Viewed 59.9k times · Source

I have installed new site in Joomla 1.7 and its working fine, but when i checked its back-end (administrator) got 500 Internal Server Error.

Note: Site is working fine in Local server.

Please suggestion me any solution.

Thanks in advance.

Answer

Okiemute Omuta picture Okiemute Omuta · Jan 28, 2012

First you have change folder permission to 775 for the following folders:

cache, logs, tmp & administrator/cache

then go to: configuration.php

find code:

$log_path = 'XXXXXXXXXXXXX';
$tmp_path = 'XXXXXXXXXXXXX';

and change code into:

$log_path = './logs';
$tmp_path = './tmp';

problem solved :)