"500 internal server error" only after loads php script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
VanillaRose
Forum Newbie
Posts: 3
Joined: Wed May 27, 2015 3:42 am

"500 internal server error" only after loads php script

Post by VanillaRose »

Hi, I have a website which has hosted in ASPHostPortal.com. It was working fine. But from last 1 week it takes above 30 seconds to load and finally an error message like 500 Internal Server Error is shown. When I get into the inner error description it shows:

Code:
'HTTP Error 500.0 - Internal Server Error C:\php53\php-cgi.exe - The FastCGI process exceeded configured activity timeout'
I don't have any .htaccess file or I'm not using any URL re-writing methods. And this problems comes only when i load php script. I have contacted ASPHostPortal.com customer service and they has solved the problem. But recently it shows again. Is there any action that i need to do from my part? Please help me to solve this issue. Thank you very much.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: "500 internal server error" only after loads php script

Post by requinix »

Ask them to solve it again but have them tell you what they did?

Something in your code is taking too long to run. You need to find out what it was and fix it.
Post Reply