[eluser]Unknown[/eluser]
Hello guys, i have problems during the installation of freakauth_light 1.1. Exactly in thestep 7, trying to run installer. I rename the _demo.php files to config.php, autoload.php, routes.php ... and import tables from script in the installation folder.
Does not change prefixes from tables. And i set file from system/application/config/database.php like this ...
$db['default']['hostname'] = "localhost";
$db['default']['username'] = "root";
$db['default']['password'] = "root";
$db['default']['database'] = "mycodeigniter";
$db['default']['dbdriver'] = "mysql";
$db['default']['dbprefix'] = "";
$db['default']['pconnect'] = TRUE;
$db['default']['db_debug'] = TRUE;
$db['default']['cache_on'] = FALSE;
$db['default']['cachedir'] = "";
$db['default']['char_set'] = "utf8";
$db['default']['dbcollat'] = "utf8_general_ci";
The trouble is when i run the installer in unsorted list where put DB tables, doesn't put the names of tables from script ...