Welcome Guest, Not a member yet? Register   Sign In
No error on non-writable logs directory?
#2

[eluser]Glen Swinfield[/eluser]
Sounds like this is because a critical php error occurs, but you have php ini display_errors set to 'off' so you see a blank page.

In your index.php file put

ini_set('display_errors', 'On');
error_reporting(E_ALL);

Refresh and see if you get a php error - I suspect you are getting an error for a different reason than you think because. I could be wrong.


Messages In This Thread
No error on non-writable logs directory? - by El Forum - 03-16-2008, 04:19 AM
No error on non-writable logs directory? - by El Forum - 03-16-2008, 10:44 AM
No error on non-writable logs directory? - by El Forum - 03-17-2008, 03:40 PM



Theme © iAndrew 2016 - Forum software by © MyBB