The error-Warning: sqlite_query() [function.sqlite-query]: attempt to write a readonly database is coming whenever i try to insert values into a sqllite 1.1 database thru php program.
php version is 5.2.
The error-Warning: sqlite_query() [function.sqlite-query]: attempt to write a readonly database is coming whenever i
Share
Beyond the version issues that have already been pointed out, this error happens under two circumstances:
Correct either ownership or permissions, and the problem will be resolved.