Page 1 of 1

500 error by joomla

Posted: Tue Mar 27, 2012 3:01 pm
by Flashpowa
Hi Everyone!

I installed joomla on my own server and when I was trying to log in my administrator page I got Error 500, but only on Admin page, the frontend works perfectly. What the problem could be?

My requirements are pass:

mySQL 5.1 + php5 5.3.3 extension
Apache 2.2.15

Re: 500 error by joomla

Posted: Tue Mar 27, 2012 3:07 pm
by impress51
i've had a similar problem, but i could actually sign into the back end.. but it would not let me download and install any components modules or plugins.. If you dont have any content on site or anything like that yet.. maybe try to delete the site and re install it again.. all else fails possible take a back up and upload it again see if there was a slight glitch in the installation..

Re: 500 error by joomla

Posted: Tue Mar 27, 2012 3:15 pm
by Flashpowa
I've reinstalled, but poor nothing changed:S My tip there is a problem with htacces, but not sure and don't know what kind:S By the way i run suse not windows.

Re: 500 error by joomla

Posted: Tue Mar 27, 2012 3:21 pm
by impress51
If you are using SEF.. maybe use a ftp program like filezilla to see whether or not you have changed the htaccess.bak to just .htaccess

Re: 500 error by joomla

Posted: Tue Mar 27, 2012 3:25 pm
by Flashpowa
yes I changed...and the file disappeared:D

Re: 500 error by joomla

Posted: Mon Apr 02, 2012 3:57 am
by MrBeeblebrox
500 errors are always triggered by the server and rarely by the software (joomla). Your best bet would be to check the .htaccess file. If mod_rewrite isn't being used and you have rewrite rules in place you'll get the 500 errors.

Easiest way to check this is to rename the .htaccess to .htaccess.bak and try to access any file. If that works you need to check out the htaccess.

Re: 500 error by joomla

Posted: Mon Apr 02, 2012 7:54 pm
by Flashpowa
Thank You for your reply!

I had a Joomla internal error, not Apache2. The error 500 had been caused by folder permissions. The administrator/cache must be 777. I don't know why, it not the best from part of security, but works.