On Jun 27, 2006, at 9:27 PM, den1jay wrote: > > ANOTHER THING IS, MY APPLICATION IN THE BROWSER SHOWS : > > > CakePHP Rapid Development > > Your database configuration file is present. > > Cake is able to connect to the database.
Hm. On second thought, you might be using the CLI version of PHP to execute Bake whereas the apache module has mysql support compiled in. You'll need to find a version of php you can use from the command line that has php support. Some systems use two versions (or three if you need fcgi for some reason). You need to find a command line version that has mySQL support built in. -- John --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
