BUG Ticket (pending)
Wrong datasource in the config/database.php.default
###What happened:
After cloning the personal fork and using the database.php to configre the local system a Fatal Error (256): ConnectionManager::getDataSource - Non-existent data source bakery [CORE\cake\libs\model\connection_manager.php, line 109] is thrown.
###What was expected:
The datasource should be initialized correctly to being able to run the cookbook locally.
on 07.16.09
reported by: Kau-Boy
owned by: gwoo
on 07.16.09
by Kau-Boy
- id was changed to 478
- type was changed to bug
- title was changed to Wrong datasource in the config/database.php.default
- description was changed
I solved the bug by replacing the duplicate datasource **$default** with the datasource **$bakery** and pushed the fixed version of _config/database.php.default_ to my fork of the cookbook
