Pezmc Posted July 15, 2010 Share Posted July 15, 2010 Hi everyone, Me suffering a major problem with a website that I just can't explain, http://www.bradfordians.co.uk/, simply is completely blank for some combinations of OS and browser (or entirely for one person, for exaple working on a laptop at one house and not at another). These screenshots demonstrate: http://browsershots.org/http://www.bradfordians.co.uk/ The website (as far as my experience tells me) has no PHP problems nor any HTML/CSS problems (W3C valid: http://validator.w3.org/check?uri=http: ... ans.co.uk/) Does anyone know what the problem is? *Bows to knowledge* Many thanks, Link to comment https://forums.phpfreaks.com/topic/207881-website-whiteout-issues/ Share on other sites More sharing options...
shadiadiph Posted July 15, 2010 Share Posted July 15, 2010 looks like you probably have an error in your php script and don't have error reporting turned on. Maybe try putting ini_set ("display_errors", "1"); error_reporting(E_ALL); [code] under your opening <?php tag on the next line see if it shows you any errors Link to comment https://forums.phpfreaks.com/topic/207881-website-whiteout-issues/#findComment-1086740 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.