Page 1 of 1

sqlite3 can't insert

PostPosted: 14. February 2013 18:41
by bogusbogart
using xampp 1.8.1 in linux, is there anyone else who is having problems with sqlite3 insert statements (or any other statements that modify the dbfile)?
i can read without problems but get access errors on writing. i double checked the file permissions of the db file and they are all rw rw rw.

also, i ran my php files on a windows xampp 1.8.1 and i don't seem to be having this issue..

thank you