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.
|
feedback
|
|
First you have change folder permission to
then go to: find code:
and change code into:
problem solved :) | |||||
feedback
|
|
Check your error logs and backtrace what is causing the error. It sounds like you have MySQL errors, make sure any of your components/modules/aren't tricking out your site. Think it's a component? You can login into PHPMyAdmin and disable/enable modules manually by unpublishing them using the table editor, changing | |||
|
feedback
|
|
May be some files are not uploded.Check failed transfer of your FTP server.Make sure all the files are uploded online | |||||
feedback
|
|
Try reinstalling database with the correct compatibility and also check web.config file on ftp for correct configuration paths ! | |||
|
feedback
|
|
The problem is in your configuration.php, you'll need to change a few lines. I written your solution on my blog: | |||
|
feedback
|
error.log(if you are using apache) should show at least something. – nfechner Nov 22 '11 at 10:52