Zymic Forums

Webmaster resources

Zymic IRC Server

Chat in real time at irc.zymic.com - Learn More

Welcome

Welcome to the Zymic webmaster forums. Our forums are here to provide people the free ability to discuss a range of websites related topics such as design, development coding and marketing.

In order to post you will need to register for a zymic account or if you already have one simply login by using the form on the left.

left Zymic Webmaster ForumsZymic Free Web HostingDatabases & MySQL right
left right
i3oomiiz
post Apr 17 2012, 12:16 PM
Post #1


Newbie
*

Group: Members
Posts: 1
Joined: 17-April 12
Member No.: 238,300



My website is using CodeIgniter Framework but it show error:

A Database Error Occurred

Unable to connect to your database server using the provided settings.

Filename: core/Loader.php

Line Number: 346



What is this problem ?

my database config:

$db['default']['hostname'] = 'localhost';
$db['default']['username'] = '705008_i3oomiiz';
$db['default']['password'] = 'xxxxxx';
$db['default']['database'] = 'i3oomiiz_99k_onlineshopping';
$db['default']['dbdriver'] = 'mysql';
$db['default']['db_debug'] = false;
$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';
$db['default']['swap_pre'] = '';
$db['default']['autoinit'] = TRUE;
$db['default']['stricton'] = FALSE;
Go to the top of the page 
 
  + Quote Post
 
Start new topic
Replies
Drimcaster
post Jun 9 2012, 05:57 AM
Post #2


Newbie
*

Group: Members
Posts: 3
Joined: 3-April 12
Member No.: 236,685



you have two $db['default']['db_debug'];


you should only have.


$db['default']['db_debug'] = false;
Go to the top of the page 
 
  + Quote Post

Posts in this topic

 Reply to this topic Start new topic
left right
0 Members:
left right
 


Lo-Fi Version Time is now: 19th June 2013 - 01:15 AM