Okay, I've tried these hacks combined w/ the guide from 4webby.com using cake 1.3.10 and then seperately w/ 1.2.10 but I end up getting stuck w/ this error using either installation:
Fatal Error (256): ConnectionManager::getDataSource - Non-existent data source session [CORE/cake/libs/model/connection_manager.php, line 108] I'm assuming that this line: 4) in my app/bootstrap.php I added this line at the end should read: 4) in my app/config/bootstrap.php I added this line at the end ...and this line: 5) rename cake/libs/session.php in *session_cake.php* should read 5) rename cake/libs/session.php to cake/libs/session_cake.php Also, I assume Jaro's code snippet handles steps 2 & 3. The database connection was working prior to making these edits, although the error seems to be complaining about the database connection. app/config/database.php looks fine. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
