There's your problem... it should be owned by (or at least writable by) the same user running the turbogears process...
If you fix the permissions things should work as expected... On 8/13/07, Dylnuge <[EMAIL PROTECTED]> wrote: > > Owner is root, group is root, permissions rw-r--r-- (644). > > On Aug 13, 8:03 pm, "Mark Ramm" <[EMAIL PROTECTED]> wrote: > > What are the file permissions on your DB file? > > > > On 8/13/07, Dylnuge <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > On Aug 13, 12:00 pm, Dylnuge <[EMAIL PROTECTED]> wrote: > > > > No edit option, so I need to add this manually: > > > > > > My version for sqlite is v 3.3.13. Due to peculiar nature of sqlite3 > > > > being a seperate program from sqlite, v 2.8.17 is also installed. The > > > > database, acording to a file command, is sqlite3. Toolbox works for > > > > creating pages, and I can manually edit with SQL query commands, but I > > > > am not able to edit from localhost. May have something to do with fact > > > > that I must be root through both manual edit and toolbox edit, but > > > > sudo firefox -H followed by trying the edit there fails as well. > > > > > > Thanks, > > > > Dylan > > > > > > On Aug 13, 9:05 am, Dylnuge <[EMAIL PROTECTED]> wrote: > > > > > > > Hello, > > > > > > > I seem to have somehow set my database to be read only. Since I am > > > > > using sqlite/pysqlite and all I have done is use tg-admin sql create, > > > > > I am not sure how my database has become read only. > > > > > > > Either way, I would like to know how to set it so that more people > > > > > then just root can edit it. I am working on the 20 minute wiki project > > > > > and get this error when commiting changes: > > > > > > > ***traceback excluded for space reasons > > > > > OperationalError: attempt to write a readonly database > > > > > > > Thanks, > > > > > > > Dylan > > > > > Anyone? > > > > -- > > Mark Ramm-Christensen > > email: mark at compoundthinking dot com > > blog:www.compoundthinking.com/blog > > > > > -- Mark Ramm-Christensen email: mark at compoundthinking dot com blog: www.compoundthinking.com/blog --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

