Thread: sqlite question
View Single Post
Posts: 14 | Thanked: 1 time | Joined on Feb 2008
#1
I have nginx, php, python all running on my N800. All work well. The issue is with sqlite. I can read sqlite databases fine both from python scripts and php/nginx. I can create sqlite databases from both, insert data, etc. Problem is when I try to write to an existing sqlite databse file. I get an error about attempting write to a readonly database. File/folder permissions seem to all be set w/ write access.

Any ideas?