loginnet Posted April 9, 2010 Posted April 9, 2010 Hi, I am getting Internal Server errors when I try to open any .php file. Nothing is wrong with my files, even <? phpinfo(); ?> doesn't work. Are you working on your servers? Sometimes php works, sometimes not. I hope you can fix this quick.
Byron Posted April 9, 2010 Posted April 9, 2010 How often has this happened? You need to post your username and domain name and post the php that's giving you 500 errors.
loginnet Posted April 9, 2010 Author Posted April 9, 2010 1. This happens almost every day, today it started at 10:00 am. 2. Username: loginnet 3. domain: lnhost.co.cc (and subdomains) 4. All my php pages are giving errors (not always, but sometimes) e.g.: This (just phpinfo) It is really annoying, because I was writing some new code, but the problems have nothing to do with that. Also, deleting my .htaccess files didn't let the errors go away.
Byron Posted April 9, 2010 Posted April 9, 2010 This support request is being escalated to our root admin. Note to djbob. I actually did get a 500 error on his php info page but after trying it a couple of times it came up.
Ashoat Posted April 9, 2010 Posted April 9, 2010 Next times it happens, please: 1) Check the "Server Load" under "Server Status" in your cPanel. 2) Check your error log and posted any relevant errors. I really don't know where to start if I can't repro the bug. Sorry
electromoth Posted April 11, 2010 Posted April 11, 2010 @ loginnet This is exactly the problem I had couple weeks ago. While files could be downloaded and HTML could be displayed, any PHP failed. It lastet about a month and has gone without anyone having anything done. You just might have to wait. Sorry for the bad news. :/
loginnet Posted April 13, 2010 Author Posted April 13, 2010 Server Load 4.55 (4 cpus) (exclamation mark) My error log is completely empty, but that can be due to my website itself is down?! But I believe it said before something like this: 404 not found /500.shtml and then the useragent
Ashoat Posted April 13, 2010 Posted April 13, 2010 Yeah, everything is going to be down right now. I'll leave this thread open and you can reply again once we're online.
loginnet Posted April 14, 2010 Author Posted April 14, 2010 I think I know what the problem is: The PHP script is requested, Apache passes the file to the PHP parser. But the CPU is overloaded and postpones the parsing of the file. The parser doesn't respond to Apache, so Apache thinks PHP doesn't exist and it sends an 500 error. Some time ago the load even was 7!
Recommended Posts