Welcome Guest, Not a member yet? Register   Sign In
Only a white blank page is appearing. Site doesn't run. How can it possible?
#1

[eluser]agresif[/eluser]
Server is linux, server api is litespeed. i opened the logs. Log is writing only this lines. Normally the lines should continue with "Config file loaded: config/settings.php" line. But codeigniter can't load settings.php. I can't get any printed error at the page. Only white blank page. How can it possible?

DEBUG - 2010-03-09 21:02:26 --> Config Class Initialized
DEBUG - 2010-03-09 21:02:26 --> Hooks Class Initialized
DEBUG - 2010-03-09 21:02:26 --> URI Class Initialized
DEBUG - 2010-03-09 21:02:26 --> No URI present. Default controller set.
DEBUG - 2010-03-09 21:02:26 --> Router Class Initialized
DEBUG - 2010-03-09 21:02:26 --> Output Class Initialized
DEBUG - 2010-03-09 21:02:26 --> Input Class Initialized
DEBUG - 2010-03-09 21:02:26 --> Global POST and COOKIE data sanitized
DEBUG - 2010-03-09 21:02:26 --> Language Class Initialized
DEBUG - 2010-03-09 21:02:26 --> Loader Class Initialized
#2

[eluser]agresif[/eluser]
When i delete the "settings.php" from autoload.php, the page has been created. I check it from the log file. But page doesn't run correctly. There are too much option in settings.php file. It should load. How can i fix it?
#3

[eluser]danmontgomery[/eluser]
What is settings.php? That's not a core file
#4

[eluser]agresif[/eluser]
settings.php is a config file. i indicate at the autoload.php
#5

[eluser]danmontgomery[/eluser]
Ok...

Any PHP errors should be written to the litespeed error log (/opt/lsws/logs/error.log, possibly) not necessarily the codeigniter log. I would check there. A white screen generally indicates syntax error(s).




Theme © iAndrew 2016 - Forum software by © MyBB