CI PaulV - 30 December 2006 08:05 AM
Hi, I ‘ve downloaded all the Auth files and followed the instructions on the WIKI, but I get the following error:
An Error Was Encountered
Unable to load the requested class: db_session
Anyone got an idea of what goes wrong? I use a standard Codeigniter 1.5.1 setup
I have a brand new install and I was getting the same message. searching the forum all morning produced no answers but did find the problem
autoload.php before
$autoload['libraries'] = array('database', 'DB_Session', 'Authlib');
DB_Session should not have the first few characters uppercase only the D
$autoload['libraries'] = array('database', 'Db_session', 'Authlib');