zapear Posted December 19, 2012 Posted December 19, 2012 Hello. I was testing some PHP code within my account (this same name) but now all my pages show a 500 Internal Server Error. Even the /cpanel or a single phpinfo file. A guy on IRC says everything is normal with him. Did I do something wrong?
Shinryuu Posted December 19, 2012 Posted December 19, 2012 My site's tracking uses PHP and it logged my visit to my index page just now. You probably passed your process limits during your testing, it'll be fixed in a while.
Ice IT Support Posted December 19, 2012 Posted December 19, 2012 This is the message I get upon visiting your site (zapear.heliohost.org)malformed header from script /index.phpCheck your header() in your index.php. Be sure the header() function is placed before the <html> tag.
zapear Posted December 19, 2012 Author Posted December 19, 2012 This is the message I get upon visiting your site (zapear.heliohost.org) malformed header from script /index.php Check your header() in your index.php. Be sure the header() function is placed before thetag. This is just a generic message. I wrote a simple <?php phpinfo(); ?> page and it gives me the same error. Like I said, even the zapear.heliohost.org/cpanel page throws this error.
Krydos Posted December 20, 2012 Posted December 20, 2012 You had multiple instances of admin/index2.php running for the past 11+ hours. I killed them for you, but make sure your scripts terminate properly and you shouldn't have this 500 error problem in the future. 1
zapear Posted December 20, 2012 Author Posted December 20, 2012 You had multiple instances of admin/index2.php running for the past 11+ hours. I killed them for you, but make sure your scripts terminate properly and you shouldn't have this 500 error problem in the future. Thank you.Hmm, I think that have something to do with the server (weird) caching that file. I was doing some coding and many times not seeing any modification. I was using the web file manager. Will try a ftp program now.
Recommended Posts