With CakePHP 1.3 coming out soon, and 1.2 having been out for a year or more now, there are few people using version 1.1. That being said, I skipped development with v1.1 and went straight to v1.2 so am unfamiliar with the differences. However, if it's anything like v1.2, check the app/tmp/cache/model folder and clear out anything in there.
As always, backup any files prior to modifying just in case. On Dec 21, 5:38 am, Atanu Dey <[email protected]> wrote: > I have placed all the database information properly in app/config/ > database.php. Still it is throwing the following error. This is > working properly in my local server. But when tried to make it live > says the following - > > Query: SELECT `tbl_cake_sessions`.`data` FROM `tbl_cake_sessions` > WHERE `tbl_cake_sessions`.`id` = '29e4c2ca4be6f7cf17092628d2e5ac87' > Warning: SQL Error: 1046: No database selected in /home/cellplus/ > public_html/cake/libs/model/datasources/dbo_source.php on line 463 > > am I missing somthing.... > > Thanks in advance Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
