![]() |
Problems with hosting - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Problems with hosting (/showthread.php?tid=22548) |
Problems with hosting - El Forum - 09-13-2009 [eluser]juan1904[/eluser] Hi, I've almost finished my current project in codeigniter. It works like a charm on my own machine and now I uploaded my files on my webserver host. When I enter my domain I get a blank page. I use htaccess and I removed it, typed index.php as my index page in the config file. I have no clue what might be wrong. Has anyone else had the same problem? Best regards, Johan Problems with hosting - El Forum - 09-13-2009 [eluser]überfuzz[/eluser] So it works when you upload it as it comes out of the box. When you start to edit it to show your page you get white screen of death? Did I get it right? What did you edit in config.php? Problems with hosting - El Forum - 09-13-2009 [eluser]juan1904[/eluser] No I get "white screen of death" from the beginning. I tried to edit it with removing htaccess and so on, but still got blank page. I did edit $config['base_url'] as nessecary. And when I removed htaccess i did edit $config['index_page']. That's about it. Problems with hosting - El Forum - 09-13-2009 [eluser]juan1904[/eluser] Solved! I just turned off logging. ![]() Problems with hosting - El Forum - 09-13-2009 [eluser]überfuzz[/eluser] Well there you have it. Often the info solving a problem is right there in front of you. Next tip: Bookmark the user_guide. It's you new bible... Right beside www.php.net ![]() |