sorry about the spam... i'm a little new to the groups and i though my post weren't working so i kept re-submitting...
I'm running php 5.1.6 on linux so i'm guessing sqlite is already there. is there some configuration i can check to make sure it's enabled or something of that nature? On Mar 7, 8:02 pm, "nate" <[EMAIL PROTECTED]> wrote: > SQLitesupport is only available for PHP5, and you have to make sure > PHP is installed with it. See here:http://php.net/sqlite > > On Mar 7, 6:13 pm, "AzenAlex" <[EMAIL PROTECTED]> wrote: > > > Does cakephp supportSQLite? I'm getting the impression it does > > however i've had no luck using it. my database.php is set up as > > follows: > > > var $default = array('driver'=>'sqlite', > > 'connect'=>'sqlite_open', > > 'database'=>'test.db'); > > > and i'm getting the following error: > > > Fatal error: Call to undefinded function sqlite_open() in /srv/test/ > > cake/libs/model/dbo/dbo_sqlite.php on line 102 > > > any help would be greatly appreciated... --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
