Welcome Guest, Not a member yet? Register   Sign In
Error in Database Configuration
#2

[eluser]TWP Marketing[/eluser]
Check your autoload.php file in the config folder.
You may be loading the database driver and don't need it.
Code:
/*
| -------------------------------------------------------------------
|  Auto-load Libraries
| -------------------------------------------------------------------
| These are the classes located in the system/libraries folder
| or in your application/libraries folder.
|
| Prototype:
|
| $autoload['libraries'] = array('database', 'session', 'xmlrpc');
*/

$autoload['libraries'] = array('session','database');


Messages In This Thread
Error in Database Configuration - by El Forum - 06-04-2012, 02:22 AM
Error in Database Configuration - by El Forum - 06-04-2012, 04:11 PM
Error in Database Configuration - by El Forum - 06-04-2012, 04:27 PM



Theme © iAndrew 2016 - Forum software by © MyBB