dean7 Posted September 28, 2009 Share Posted September 28, 2009 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 Quote Link to comment https://forums.phpfreaks.com/topic/175830-white-pages/ Share on other sites More sharing options...
Alex Posted September 28, 2009 Share Posted September 28, 2009 You'll have to show us your code. Quote Link to comment https://forums.phpfreaks.com/topic/175830-white-pages/#findComment-926524 Share on other sites More sharing options...
PFMaBiSmAd Posted September 28, 2009 Share Posted September 28, 2009 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. Quote Link to comment https://forums.phpfreaks.com/topic/175830-white-pages/#findComment-926525 Share on other sites More sharing options...
dean7 Posted September 28, 2009 Author Share Posted September 28, 2009 What code are you needing to see? Quote Link to comment https://forums.phpfreaks.com/topic/175830-white-pages/#findComment-926526 Share on other sites More sharing options...
redarrow Posted September 28, 2009 Share Posted September 28, 2009 hopefully the pages not working? Quote Link to comment https://forums.phpfreaks.com/topic/175830-white-pages/#findComment-926529 Share on other sites More sharing options...
dean7 Posted September 28, 2009 Author Share Posted September 28, 2009 hopefully the pages not working? That pritty much all of it? Just the php coding isnt showing for some reson :S Quote Link to comment https://forums.phpfreaks.com/topic/175830-white-pages/#findComment-926530 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.