Hi, I've got this strange error using Cake PHP 1.1.x. I've my application running on my local machine and everything is fine. When I only migrate to a remote server. it is throwing the following error -
Query: SELECT `tbl_cake_sessions`.`data` FROM `tbl_cake_sessions` WHERE `tbl_cake_sessions`.`id` = '41bb7c64722b247e171eedfdbbcf67bc' Warning: SQL Error: 1046: No database selected in /home/cellplus/ public_html/cake/libs/model/datasources/dbo_source.php on line 463 I checked name of database and all the properties in database.php but everything looks fine to me. Can you give me any hint where to look for the issue? regards Atanu Dey 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
