error while loading database in a controller on fuel cms

edited December 2013 in News & Announcements
First will thank fuel cms as it helped a lot in our project .


but a problem is that, when we use $this->load->library('database'); in any function of the controller this error is obtained

An Error Was Encountered

/home/content/82/8560082/html/mainportal/developers/fuel/application//config/database.php does not contain a valid config array

in URI after application folder a double '//' is noticed , dont know from where extra '/' is coming . this may be causing error i guess ..

:)

Comments

  • edited 11:29AM
    I believe the correct syntax is $this->load->database()
Sign In or Register to comment.