Jump to content

White Pages


dean7

Recommended Posts

Hi all,

 

Ive got a website but it isnt loading... Ive coded all the files and made the mysql tables, but when i go to try my website none of the php coding shows ?

It shows the index page and lets me login but if you get the right login you move on as you would but from there on wards it wouldnt show no scripts... Just white screens :S

 

Any one know why?

 

Thanks

Link to comment
Share on other sites

Any one know why?

Yes, you are either getting a fatal parse error or a fatal runtime error or your code is not producing any output.

 

You need to be learning php, developing php code, and debugging php code on a system with error_reporting set to E_ALL and display_errors set to ON in your php.ini so that php would help you by displaying all the errors it detects. Stop and start your web server to get any change made to php.ini to take effect and use a phpinfo() statement to confirm that the settings were actually changed in case the php.ini that you are changing is not the one that php is using.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.