500 Internal Server Error Back End of Joomla Site

500 Internal Server Error Back End of Joomla Site

New Issue
Joomla Support Stella
  • (1 Ratings)

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

Thanks in advance!

1 Responses

AppClave

6 years ago #188

Hi,

Please you have to check and change folder permission to 775 for the following folders:

cache, logs, tmp and administrator/cache

then go to: configuration.php

find code:

$log_path = 'xxxx';
$tmp_path = 'xxxx';

and change this code into:

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

Best Regards 
AppClave Team

Submit Your Response