I\'m trying to insert data into my SQlite3 database (this works via the command line).
I gave the data1.db file 777 permissions and still it says it\'s unable to open the fi
Try adding the sqlite user to the group which owns the /var/www directories, or manually chown -R user:user /var/www/ , the directory needs to be writable by the sqlite user.