Welcome Guest, Not a member yet? Register   Sign In
Site gives blank screen on localhost
#11

[eluser]martillo[/eluser]
... i meant loadclass inside common.php
#12

[eluser]m4rw3r[/eluser]
The failure of loading the Exception class can induce a blank screen.

Open up system/codeigniter/Codeigniter.php and find this line:
Code:
set_error_handler('_exception_handler');
Comment it, and you'll hopefully see the errors.
#13

[eluser]sophistry[/eluser]
[quote author="martillo" date="1230933884"]Any ideas on how to find which function name conflicts? I have tried to trace the code in loader.php but not much luck there[/quote]


http://us.php.net/manual/en/function.get...ctions.php
#14

[eluser]martillo[/eluser]
The blank screen turned out to be caused by the database not connecting as expected. Took ages to find, and is all fixed now. I am posting this so people can search and find "Blank screen caused by no connection to database".
#15

[eluser]Phil Sturgeon[/eluser]
The other common cause of WSOD is not having logging enabled and your codeigniter/logs folder set to CHMOD 777.




Theme © iAndrew 2016 - Forum software by © MyBB