Hello

GG> Could it be that the Www directory is off-limit to PHP scripts in 
GG> write mode? FWIW, PDO can succesfully find and open db.sqlite:

The directory itself should be writeable by the lighttpd user, as sqlite 
will want to create temporary journal files in the same directory. So 
being able to write to the database file isn't enough.

You don't get the exception message because the exec method doesn't throw 
an exception. It puzzled me for a bit.

Swithun.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to