Welcome Guest, Not a member yet? Register   Sign In
Invalid database connection group on fresh install.
#1

[eluser]CI Simon[/eluser]
I'm trying out CodeIgniter 2.0.1 and once installed i'm getting the following error:

An Error Was Encountered
You have specified an invalid database connection group.

I've configured base correctly and haven't bothered with database at the moment. There is a default database set up but i'm not even autoloading the database lib.

Very confused.
#2

[eluser]InsiteFX[/eluser]
Try setting this in application/config/database.php
Code:
$db['default']['autoinit'] = FALSE;

InsiteFX




Theme © iAndrew 2016 - Forum software by © MyBB