Help - Search - Members - Calendar
Full Version: Ack! Having a site issue!
Get Paid Forum - Get Paid Discussion > Webmaster's Corner > General Discussion on Building, Running & Making Money from a Website
ladynadiad
Okay, I was going to post the admin site support mails for today, and when I went to my admin area, I got a 500 error.

Seems that is all that my site is right now, but I can log into cpanel just fine, so the site is up.

How in the heck does someone fix this? I didn't touch anything at all!
chery
Your Web server encountered an unexpected condition that prevented it from fulfilling the request by the client (e.g. your Web browser or our CheckUpDown robot) for access to the requested URL.

This is a 'catch-all' error generated by your Web server. Basically something has gone wrong, but the server can not be more specific about the error condition in its response to the client. In addition to the 500 error notified back to the client, the Web server should generate some kind of internal error log which gives more details of what went wrong. It is up to the operators of your Web server site to locate and analyse these logs.


CHERY
ladynadiad
Okay, just checked the error logs and I see two different things, but pretty much about the same error:

Premature end of script headers: ...../admin/cronjobs.php
Premature end of script headers: ...../pages/index.php

That sure doesn't sound too good sad.gif
getpaidto
If I remember correctly (and with my fibro, I often don't, lol), that usually happens when you have an extra opening or closing in a php page with html inserted. For example instead of this:

CODE

<?

some php code...

?>

some html code

<?

some more php code...

?>


It would have an extra opening or closing tag like:

CODE

<?

some php code...

?>

some html code

<?

some more php code...

?>
<?


Check the scripts.. ometimes you may be editing and accidently space or delete over a closing tag.

-Curtis.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.