Apologies if this has been asked before, i'm new to Fuel so still finding my way around.
I've managed to get everything setup correctly (i think) and have tried creating my first scaffolding which has partially work, until i try to migrate to the database.
When I migrate I get the following errors:
Uncaught exception Fuel\Core\Database_Exception: invalid data source name Callstack: #0 /Applications/MAMP/htdocs/uxawards/fuel/core/classes/database/connection.php(708): Fuel\Core\Database_PDO_Connection->connect()
I've done the following to try and rectify the issue bu with no luck:
changed localhost to 127.0.0.1 in the db config file (both the global and development files) created a symlink with /Applications/MAMP/tmp/mysql/mysql.sock /var/mysql/mysql.sock