Forum Moderators: coopster

Message Too Old, No Replies

My website has gone blank w/ nos ource code

         

electricocean

5:02 am on Jun 15, 2005 (gmt 0)

10+ Year Member



I started putting some mysql refrences and then the screen went blank with no source code...

any idea what wrong?

I don't really know what happened to it so i don't what to ask. Ask me anything that might help...

electricocean

mcavic

5:41 am on Jun 15, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Probably a syntax error in the script. If you have access to the command line on the server, try running the script manually (php index.php) and it should output any error messages.

Or, check your apache error_log.

mincklerstraat

6:11 am on Jun 15, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



And of course error_reporting(E_ALL); is your friend during development - just make sure you remove it before you deploy.

dreamcatcher

7:28 am on Jun 15, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Are you using @ to mask errors with include files? Its probably a missing quote or semi colon in an include file and the error is not being shown.

The previous two posts offer sound advice.