If you are new to FuelPhp, chances are you might have faced one or two errors during your setup. One of the common errors has to do with configuring the database for your app. If you keep coming across the error below, it could be due to two reasons.
1. You have probably not entered the right details in your db.php located in app/config/development/db.php or app/config/production/db.php. The only difference between these two is that one configuration file is used when your app is in development mode and the other (in the Production folder) is used when you set your app to be in production mode. Just enter the right database settings and you might be fine :) else try the second option below.
2. You have not created the database at all. Go ahead and create the database you entered in your db.php file and you should be fine.
Comments
Post a Comment