Welcome Guest, Not a member yet? Register   Sign In
Maddening Lack of Error Reporting - White Screen
#8

[eluser]johnwbaxter[/eluser]
[quote author="Michael Wales" date="1228187637"]
Code:
error_report(E_ALL|E_STRICT);

Usually a white-screen means there is white-space where they shouldn't be. Make sure you aren't using PHP's closing tag.[/quote]

I know this is an old thread but it needs pointing out, that code should be:

Code:
error_reporting(E_ALL|E_STRICT);
not
Code:
error_report(E_ALL|E_STRICT);


Messages In This Thread
Maddening Lack of Error Reporting - White Screen - by El Forum - 10-24-2008, 05:11 PM
Maddening Lack of Error Reporting - White Screen - by El Forum - 10-24-2008, 07:20 PM
Maddening Lack of Error Reporting - White Screen - by El Forum - 10-25-2008, 11:43 AM
Maddening Lack of Error Reporting - White Screen - by El Forum - 10-25-2008, 12:21 PM
Maddening Lack of Error Reporting - White Screen - by El Forum - 10-25-2008, 01:00 PM
Maddening Lack of Error Reporting - White Screen - by El Forum - 12-01-2008, 02:00 PM
Maddening Lack of Error Reporting - White Screen - by El Forum - 12-01-2008, 03:13 PM
Maddening Lack of Error Reporting - White Screen - by El Forum - 12-27-2010, 06:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB