BlackTyger Posted August 19, 2010 Share Posted August 19, 2010 I made my website on my laptop (localserver) and it was working fine. But when I uploaded to my hosting account and tried to view it in my browser, all I get is a blank white screen. No errors, no messages. Just blank screen. I tried different hosts ... same problem ... but the website runs fine on my localhost. what could be the problem ??? I even contacted me hosting company and they told me that PHP server is running fine. Link to comment https://forums.phpfreaks.com/topic/211223-php-not-working-blank-white-page/ Share on other sites More sharing options...
Rifts Posted August 19, 2010 Share Posted August 19, 2010 can you give some of the code Link to comment https://forums.phpfreaks.com/topic/211223-php-not-working-blank-white-page/#findComment-1101409 Share on other sites More sharing options...
teng84 Posted August 19, 2010 Share Posted August 19, 2010 add this on top of your php page ini_set('display_errors',1); error_reporting(E_ALL); Link to comment https://forums.phpfreaks.com/topic/211223-php-not-working-blank-white-page/#findComment-1101412 Share on other sites More sharing options...
Pikachu2000 Posted August 19, 2010 Share Posted August 19, 2010 It's most likely something that doesn't work from one PHP version to another. You'll need to post the code, the PHP version you developed the site on, and the PHP version the web server is running before anyone here will really be able to help. Link to comment https://forums.phpfreaks.com/topic/211223-php-not-working-blank-white-page/#findComment-1101421 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.