Best Blackhat Forum

Full Version: [GET] Bayanno Hospital Management System Pro V1.2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
diagnosis report code for Bayanno Hospital Management System Pro V1.2
i got this error " installation failed due to invalid settings" please help me.

Thanks in advance.
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
(10-17-2014 11:37 AM)bkmedia Wrote: [ -> ]i got this error " installation failed due to invalid settings" please help me.

Thanks in advance.
Open file application/config/database.php. Edit the configuration of
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
Pages: 1 2 3
Reference URL's