SQLite support 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 support SQLite? 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
-~----------~----~----~----~------~----~------~--~---