![]() |
Blank Page Out - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Blank Page Out (/showthread.php?tid=47007) |
Blank Page Out - El Forum - 11-22-2011 [eluser]Unknown[/eluser] Hi all, I have been googling all day and trying the various suggestions in various articles, pages, blogs, etc concerning CI and the blank page problem and 12 hours later and I have nothing. The site was working fine and then I uploaded my latest changes and now I get the blank pages with nothing I've tried fixing the problem. Everything works fine on my local XAMPP dev computer. Perfect. I am only loading form helper and url helper, no database or 3rd party libraries. I have logging level set to 4 and the below output is all that I get: DEBUG - 2011-11-23 00:45:39 --> Config Class Initialized DEBUG - 2011-11-23 00:45:39 --> Hooks Class Initialized DEBUG - 2011-11-23 00:45:39 --> Utf8 Class Initialized DEBUG - 2011-11-23 00:45:39 --> UTF-8 Support Enabled DEBUG - 2011-11-23 00:45:39 --> URI Class Initialized DEBUG - 2011-11-23 00:45:39 --> Router Class Initialized DEBUG - 2011-11-23 00:45:39 --> No URI present. Default controller set. DEBUG - 2011-11-23 00:45:39 --> Output Class Initialized DEBUG - 2011-11-23 00:45:39 --> Security Class Initialized DEBUG - 2011-11-23 00:45:39 --> Input Class Initialized DEBUG - 2011-11-23 00:45:39 --> Global POST and COOKIE data sanitized DEBUG - 2011-11-23 00:45:39 --> Language Class Initialized DEBUG - 2011-11-23 00:45:39 --> Loader Class Initialized DEBUG - 2011-11-23 00:45:39 --> Controller Class Initialized DEBUG - 2011-11-23 00:45:39 --> Final output sent to browser DEBUG - 2011-11-23 00:45:39 --> Total execution time: 0.0146 I have to make a presentation with the site content tomorrow and I'm completely at a loss at this point. Any help/suggestions would of course be greatly appreciated. L |