![]() |
Installing CI on DreamHost - path problem? - 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: Installing CI on DreamHost - path problem? (/showthread.php?tid=5668) |
Installing CI on DreamHost - path problem? - El Forum - 01-30-2008 [eluser]taewoo[/eluser] Hi everyone. I know this is similar to this post but please bear with me.. problem is not exactly same. I wrote a CI app on my laptop and have uploaded it exactly to my dreamhost server (minus DB settings). Made sure PHP 5 is running... and that all the file chmod settings are correct. Then I changed my settings as recommended here. When I point my browser to the URL, however, I get this: Code: An Error Was Encountered Of course, first thing i tried was adding "db_session" to $autoload['libraries'] array in the /system/application/config/config.php file. But of course, no luck. Any tips and pointers? |