86.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

06-06-2014, 02:12 AM
Post: #21
RE:
diagnosis report code for Bayanno Hospital Management System Pro V1.2
10-17-2014, 11:37 AM
Post: #22
RE:
i got this error " installation failed due to invalid settings" please help me.

Thanks in advance.
10-17-2014, 04:50 PM
Post: #23
RE:
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




46.gif