[Radiant] Re: radiant-comments-extension install glitch

2009-02-06 Thread James Lavin
Jim Gay wrote: Have you run rake db:bootstrap yet? The first error says 'relation config does not exist' meaning the config table does not exist (which would be the case if you hadn't run the bootstrap) Dear Jim: Thanks for your reply! I didn't run rake db:bootstrap because I was

[Radiant] Update: Comments now half working

2009-02-06 Thread James Lavin
Update: Comments are now half working. In /admin/pages, there's a comments column, but when I click to Enable an article, it generates an application error page. When I refresh /admin/pages, the Enable button has changed to 0 comments. And the enable_comments column in database table pages was

[Radiant] Update: It's a pagination problem

2009-02-06 Thread James Lavin
I have the will_paginate gem (version 2.2.2) installed, but when I click on the Comments tab, it can't find method paginate: Processing Admin::CommentsController#index (for 69.120.41.109 at 2009-02-06 10:53:03) [GET] ... Parameters: {status=unapproved, action=index,

[Radiant] Seems to be working now

2009-02-06 Thread James Lavin
James Lavin wrote: I have the will_paginate gem (version 2.2.2) installed, but when I click on the Comments tab, it can't find method paginate: After adding config.gem will_paginate to environment.rb, it seems to be running! -- Posted via http://www.ruby-forum.com

[Radiant] Re: Re: radiant-comments-extension install glitch

2009-02-06 Thread James Lavin
Sean Cribbs wrote: Try the version from my fork: git://github.com/seancribbs/radiant-comments.git It is updated to work with 0.7. Sean Thanks for the fix, Sean. Do I still need to install the fork if almost everything is now working properly? Here's what's still failing: Clicking

[Radiant] radiant-comments-extension install glitch

2009-02-05 Thread James Lavin
/config.rb:34:in `[]') Thank you for taking time to look at this! --James Lavin rake radiant:extensions:comments:update --trace produces... (in /home/jkl/public_html/jameslavin.com) ** Invoke radiant:extensions:comments:update (first_time) ** Invoke environment (first_time) ** Execute environment