Re: [Radiant] page edit history extension

2009-01-15 Thread Joe Van Dyk
Thanks -- that's about what i was looking for. Joe On Thu, Jan 15, 2009 at 7:09 PM, Jim Gay wrote: > Dashboard lists recent activity. > > http://ext.radiantcms.org/extensions/40-dashboard > > But it does not display actual changes. > > On Jan 15, 2009, at 9:55 PM, Joe Van Dyk wrote: > >> Clients

Re: [Radiant] page edit history extension

2009-01-15 Thread Jim Gay
Dashboard lists recent activity. http://ext.radiantcms.org/extensions/40-dashboard But it does not display actual changes. On Jan 15, 2009, at 9:55 PM, Joe Van Dyk wrote: Clients want a page that lists all the recent page edits. There an extension for that? _

[Radiant] page edit history extension

2009-01-15 Thread Joe Van Dyk
Clients want a page that lists all the recent page edits. There an extension for that? ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant

Re: [Radiant] Help!! - SQLite3::BusyException (database is locked)

2009-01-15 Thread Anton Aylward
Nate Turnage said the following on 01/15/2009 03:27 PM: > > Ah, sorry. This begs the question then, is there any kind of way of > accessing an SQLite from the terminal to run SQL statements on it? ./scripts/console production a = Page.find(:first) Yup, works. a.save Nope, busyexception messa

Re: [Radiant] Help!! - SQLite3::BusyException (database is locked)

2009-01-15 Thread Nate Turnage
On Thu, Jan 15, 2009 at 2:53 PM, Anton Aylward wrote: > Sean Cribbs said the following on 01/15/2009 03:27 PM: > > Do you have a rogue/zombie process that has a lock on the SQLite3 db? > > I'd say sweep out any mongrel processes (or restart Apache if you're > > using Passenger) and try again. > >

Re: [Radiant] Help!! - SQLite3::BusyException (database is locked)

2009-01-15 Thread Anton Aylward
Sean Cribbs said the following on 01/15/2009 03:27 PM: > Do you have a rogue/zombie process that has a lock on the SQLite3 db? > I'd say sweep out any mongrel processes (or restart Apache if you're > using Passenger) and try again. Its hosted at Dreamhost but I've tried killing everything in my I

Re: [Radiant] Help!! - SQLite3::BusyException (database is locked)

2009-01-15 Thread C. R. Oldham
And make sure that you are really restarting Apache. If Apache has a hung process it may not respond to 'apache2ctl graceful' or even 'apache2ctl restart'. You might want to check the process table and do a 'kill -9' of all the Apache processes as root, then restart the httpd server. --

Re: [Radiant] Help!! - SQLite3::BusyException (database is locked)

2009-01-15 Thread Sean Cribbs
Do you have a rogue/zombie process that has a lock on the SQLite3 db? I'd say sweep out any mongrel processes (or restart Apache if you're using Passenger) and try again. Sean Anton Aylward wrote: Nate Turnage said the following on 01/15/2009 02:36 PM: Let me ask you this: which option d

Re: [Radiant] Help!! - SQLite3::BusyException (database is locked)

2009-01-15 Thread Anton Aylward
Nate Turnage said the following on 01/15/2009 02:36 PM: > Let me ask you this: which option did you choose when you bootstrapped the > db, none, simple blog, styled blog? I had this kind of thing happen to me > when I set up a completely unstyled site. When you do that, nothing gets > created. Ther

Re: [Radiant] Help!! - SQLite3::BusyException (database is locked)

2009-01-15 Thread Nate Turnage
Let me ask you this: which option did you choose when you bootstrapped the db, none, simple blog, styled blog? I had this kind of thing happen to me when I set up a completely unstyled site. When you do that, nothing gets created. There is no page or page part or anything in the db. You get the use

Re: [Radiant] Help!! - SQLite3::BusyException (database is locked)

2009-01-15 Thread Mohit Sindhwani
Anton Aylward wrote: Google doesn't help - too much stuff in japanese. I'm trying to update pages and CSS and I keep getting a 500 error. The logs say "SQLite3::BusyException (database is locked)" when trying to do a commit. Yes, I know, some people don't like sqlite. Its what I've got to deal

Re: [Radiant] Help!! - SQLite3::BusyException (database is locked)

2009-01-15 Thread Anton Aylward
Andreas Roedl said the following on 01/15/2009 12:46 PM: > > Try to set a timeout in your database.yml as described in the last > post of this thread: > > http://www.ruby-forum.com/topic/138904 Done that. Restarted Passenger ... Still locked. Now it takes about 10 seconds to come back with th

Re: [Radiant] Help!! - SQLite3::BusyException (database is locked)

2009-01-15 Thread Andreas Roedl
On Thu, Jan 15, 2009 at 6:33 PM, Anton Aylward wrote: > Google doesn't help - too much stuff in japanese. My results are all in English... http://tinyurl.com/a5rlds > I'm trying to update pages and CSS and I keep getting a 500 error. > The logs say "SQLite3::BusyException (database is locked)"

[Radiant] Help!! - SQLite3::BusyException (database is locked)

2009-01-15 Thread Anton Aylward
Google doesn't help - too much stuff in japanese. I'm trying to update pages and CSS and I keep getting a 500 error. The logs say "SQLite3::BusyException (database is locked)" when trying to do a commit. Yes, I know, some people don't like sqlite. Its what I've got to deal with here. -- To ann