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
https://forums.phpfreaks.com/topic/175830-white-pages/
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
https://forums.phpfreaks.com/topic/175830-white-pages/#findComment-926525
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.