Re: Strange admin sqlite3 read error

2006-09-13 Thread Guillermo Fernandez Castellanos
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

Strange admin sqlite3 read error

2006-09-13 Thread Bo Shi
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