CodeIgniter Forums
trouble with autoload (solved) - 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: trouble with autoload (solved) (/showthread.php?tid=11076)



trouble with autoload (solved) - El Forum - 08-25-2008

[eluser]Dave Rau[/eluser]
I've got a CI setup like this:
/webqueue.php (index.php)
/webqueue (applications folder)

config.php correctly points to the new app folder

Manually loading the database works fine, but autoload doesn't seem to be doing anything and I get no errors. What could be up?

--

edit: nevermind; I got it working