06-06-2014, 02:12 AM
10-17-2014, 11:37 AM
i got this error " installation failed due to invalid settings" please help me.
Thanks in advance.
Thanks in advance.
10-17-2014, 04:50 PM
could be many reason:
check that you have put in the correct databse settings.
if this installation does not work you can do it manual
database and provide your server database info and save it :
$db['default']['hostname'] = 'db_hname';
$db['default']['username'] = 'db_uname';
$db['default']['password'] = 'db_password';
$db['default']['database'] = 'db_name';
- Open the file application/config/routes.php, change the default_controller from install to login
$route['default_controller'] = "install";
change it to
$route['default_controller'] = "login";
- Import the install.sql file given in uploads folder to your database via phpmyadmin
check that you have put in the correct databse settings.
if this installation does not work you can do it manual
(10-17-2014 11:37 AM)bkmedia Wrote: [ -> ]i got this error " installation failed due to invalid settings" please help me.Open file application/config/database.php. Edit the configuration of
Thanks in advance.
database and provide your server database info and save it :
$db['default']['hostname'] = 'db_hname';
$db['default']['username'] = 'db_uname';
$db['default']['password'] = 'db_password';
$db['default']['database'] = 'db_name';
- Open the file application/config/routes.php, change the default_controller from install to login
$route['default_controller'] = "install";
change it to
$route['default_controller'] = "login";
- Import the install.sql file given in uploads folder to your database via phpmyadmin