OS: Archlinux i686 php: 5.3.10 (without Suhosin-Patch) MySQL: 5.5.21 FuelPHP: 1.1/master
(18:04)[sariel@laptop: ~/Projects/fueltest]# oil r migrate Error - invalid data source name in COREPATH/classes/database/pdo/connection.php on line 86
Environment set in ./fuel/app/bootstrap.phpin which environment are your database settings configured?
Fuel::$env = (isset($_SERVER['FUEL_ENV']) ? $_SERVER['FUEL_ENV'] : Fuel::DEVELOPMENT);
(01:09)[sariel@laptop: ~/Projects/fueltest]# cat ./fuel/app/config/development/db.php <?php /** * The development database settings. */ return array( 'default' => array( 'connection' => array( 'dsn' => 'mysql:host=localhost;dbname=fueltest_devel', 'username' => 'devel', 'password' => 'devel', ), ), );
When I am creating tables manually everything works fine. Also I have tried to switch to 1.1/develop branch but nothing changed.And to they work when accessing them trough the browser?
It looks like you're new here. If you want to get involved, click one of these buttons!