downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Voting

Please answer this simple SPAM challenge: min(nine, two)?
(Example: nine)

The Note You're Voting On

papafox888 at hotmail dot com
6 years ago
If you get an error message:

     Warning: sqlite_open() [function.sqlite-open]: file is encrypted or is not a database

then most probably your code is accessing a SQLite3 database.

sqlite_open() only supports SQLite2.  Use PDO to access SQLite3.

<< Back to user notes page

 
show source | credits | stats | sitemap | contact | advertising | mirror sites