Http 500 error
|
4 posts
|
The installation of Frog finished succesfully. Can anyone help me? |
|
651 posts
|
what does your error log say? have you tried turning on DEBUG in config.php? |
|
4 posts
|
87.208.15.56 – - [25/Jan/2009:01:08:16 +0100] “GET /rolfes/ HTTP/1.1” 500 – “-” “Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; Media Center PC 5.0)” When i open ie, i get a http 500 error on this site |
|
651 posts
|
That’s your access log, not your error log.
Then there is a difference between your localhost server and the new one. - Are they running the same DB? (mysql 4.1+ / sqlite) – Are they running PHP 5+? |
|
1 posts
|
I too had this problem. I was able to fix it by modifying the .htaccess file. I changed the “RewriteBase /frog” to “RewriteBase /” You should find this around line 6 or 7. |
|
60 posts
|
This is what my .htaccess says:
http://fiesta.sparkonline.net/install/index.php Returns a 500 error. |
|
2 posts
|
Hi folks. Not sure if this has been solved yet but here’s my suggestion. In addition to atariman5000’s solution, php_flag magic_quotes_gpc off In my setup it was on line 5. Why? 1) The default RewriteBase rule that frog ships with assumes that your installation will be in a sub folder on the server — usually (in production scenarios) that’s not the case. So setting it to “RewriteBase /” solves the first issue. 2) Martijn (mvdkleijn) inquired above about the error log. If you are having the same problem as I did, you may notice an entry similar to that below in your error log (apache, not PHP):
The problem here is that the .htaccess file for frog is attempting to turn off magic quotes. It’s a good idea if your server is using an older (less secure) configuration for PHP. However, on most newer setups, the php ini already disables magic quotes so this is not necessary. In this specific case the apache server has not been configured to allow php_flag overrides from the .htaccess file — so it just pukes. Hope this helps someone. Cheers! |
|
1 posts
|
rudylattae, thanks! This resolved my problem on Hostgator! THNX! |
|
2 posts
|
You’re welcome. |
|
4 posts
|
The installation problem is solved. But i got another problem, when the installation is online about a month i get the http 500 error. Dont expact that because the day before it worked perfect. I tried the problems everyone said above but it dont work. The link: http://teamrolfes.nl I hope anyone can help me….. |
|
1493 posts
|
@neophyte89 – which version are you running? If 0.9.4, have you changed the name of your Homepage? If so, check to see if there is a value in the “slug” field (under “Metadata” tab). It should be EMPTY. If that is not the problem … then we need more information about your setup! |
|
4 posts
|
I’m using 0.9.5 What do you need to know? |
|
48 posts
|
I had the same issue with another CMS, and in the end it was something with my hosting provider. They changed file permissions of the entire server so I always got “error 500”. The problem was that they didn’t allowed chmod to be 777 anymore, just 755 at least. So you can check with your provider if something like that has happened. Maybe, maybe not. |
|
4 posts
|
Dont work, when i do a complete new installation and everything seems to work i get 4 or 5 days later a http 500 error. |
|
19 posts
|
I’ve upgraded from 4 , following all steps . I use rewrite true , and i can see only the main page , other pages give me back error 500 . this is my logtrace : |
|
1493 posts
|
Did you remember to set:
in the |
|
2 posts
|
This Advanced Logger tracks 404, 403, 500 errors and enables you to correct them fast. This program creates its own log files, so you don?t need server files. These files automatically maintain themselves based on the size specified. This script… <a href=“http://www.module-developer.com”>drupal web developer</a> |