On Jun 27, 2006, at 9:23 PM, den1jay wrote: > Fatal error: Call to undefined function mysql_connect() in > C:\wamp\www\cake\cake > \libs\model\dbo\dbo_mysql.php on line 101 > > Fatal error: Call to undefined function mysql_connect() in > C:\wamp\www\cake\cake > \libs\model\dbo\dbo_mysql.php on line 101 > > Fatal error: Call to undefined function mysql_connect() in > C:\wamp\www\cake\cake > \libs\model\dbo\dbo_mysql.php on line 101 > > Fatal error: Call to undefined function mysql_connect() in > C:\wamp\www\cake\cake > \libs\model\dbo\dbo_mysql.php on line 101 >
Those mean that no mysql support is enabled for your PHP installation. This isn't a Cake problem, its a PHP problem. You might want to Google up some help on that, or find a binary that better suits your needs. Double check this my viewing the output of the phpinfo() command and looking for a mysql section. > > C:\wamp\www\cake\cake\scripts>php -m | grep mysql > 'grep' is not recognized as an internal or external command, > operable program or batch file. Ooh. Install grep goo. ;) -- 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 -~----------~----~----~----~------~----~------~--~---
