Cheers,
You're in a *NIX, aren't you?
The error tells you everything: OperationalError: attempt to write a
readonly database
Just make sure the web server has write rights on the sqlite3
database, and on the "directory" where your database is. It's a common
gotcha, and still now gives me nasty s
Hi All -
The background:
I'm using SVN trunk with sqlite3, and can't access the admin page due
to a write-error on the database ("OperationalError: attempt to write a
readonly database"). I've attempted a number of permissions changes
(even doing a temporary chmod 777) on the database file with
2 matches
Mail list logo