[Radiant] Re: Radiant 0.9.1 and Globalize2 Extension Compatibility

2010-11-04 Thread taizo
Hi folks, I checked the code. And I fixed in a fashion. This was Globalize2 and Archive extension compatibility. https://github.com/mtbtaizo/radiant-globalize2-extension I'm just getting started. So I think you can find a better way to fix. I hope this helps for someone. Thanks. Hi folks,

Re: [Radiant] Re: rack/cache issue

2010-11-04 Thread john muhl
On Wed, Nov 3, 2010 at 7:15 PM, Rek2GNULinux rek2gnuli...@gmail.com wrote: I use gentoo so I emerge radiant then I run: radiant --database=mysql I created the mysql databases configure the /config/databases.yml and then I try rake db:bootstrap  and I get that error... i don't know anything

Re: [Radiant] Re: rack/cache issue

2010-11-04 Thread rek2
hey thanks that seems to have work!! now to read the documentation on how to use this ;-) thanks again 2010/11/4 john muhl johnm...@gmail.com On Wed, Nov 3, 2010 at 7:15 PM, Rek2GNULinux rek2gnuli...@gmail.com wrote: I use gentoo so I emerge radiant then I run: radiant --database=mysql

[Radiant] [ANN] - RadiantCasts episode 24 is out

2010-11-04 Thread Cristi Duma
It's been a while, but I just published episode 24 http://bit.ly/dBrRIm of RadiantCasts. You'll see how to use and configure the Comments Extension, to add blog-like comment functionality to Radiant. (external linkhttp://blip.tv/file/4337498 http://blip.tv/file/4337498 ) Comments, suggestions?

[Radiant] Cache 404 responses or serve more static response?

2010-11-04 Thread Jordon Bedwell
Is there a way I can force Radiant to cache error responses?

Re: [Radiant] Cache 404 responses or serve more static response?

2010-11-04 Thread Jim Gay
On Thu, Nov 4, 2010 at 2:29 PM, Jordon Bedwell jor...@envygeeks.com wrote: Is there a way I can force Radiant to cache error responses? Override this https://github.com/radiant/radiant/blob/master/app/models/file_not_found_page.rb#L29 -- Jim Gay Saturn Flyer LLC http://www.saturnflyer.com

[Radiant] Ruby on Rails application could not be started

2010-11-04 Thread Obi
Hi, I suddenly got this message on all my site pages today, can anyone please explain what's causing it?: Ruby on Rails application could not be started These are the possible causes: There may be a syntax error in the application's code. Please check for such errors and fix them. A

[Radiant] Application error when Loggin into admin area

2010-11-04 Thread Obi
Hi Guys, For some reason I can no longer log into my Radiant admin Panel, when I try I get the following message: Application error Change this error message for exceptions thrown outside of an action (like in Dispatcher setups or broken Ruby code) in public/500.html I have no idea what

Re: [Radiant] page_attachments extension's image sizes?

2010-11-04 Thread Simon Rönnqvist
On Nov 5, 2010, at 01:17 , Simon Rönnqvist wrote: On Nov 3, 2010, at 15:08 , Jim Gay wrote: 2010/11/3 Simon Rönnqvist si...@iki.fi: Hi! I'm using an old Radiant 0.7.1 installation with the page_attachments extension in use. In the Radiant admin interface thumbnails seem to be working,

Re: [Radiant] Application error when Loggin into admin area

2010-11-04 Thread Jim Gay
On Thu, Nov 4, 2010 at 8:00 PM, Obi ezi...@gmail.com wrote: Hi Guys, For some reason I can no longer log into my Radiant admin Panel, when I try I get the following message: Application error Change this error message for exceptions thrown outside of an action (like in Dispatcher setups

Re: [Radiant] Application error when Loggin into admin area

2010-11-04 Thread Obi
Thanks for the tip, I ran the error log (just for last 20 results) and I got the following message which I do not understand: passenger (2.2.15) lib/phusion_passenger/utils.rb:252:in `safe_fork' passenger (2.2.15) lib/phusion_passenger/railz/application_spawner.rb:377:in

Re: [Radiant] Application error when Loggin into admin area

2010-11-04 Thread Obi
ah, I see... Could this section be the problem? Or should I look further up? Rendering /var/www/orgnot/public/500.html (500 Internal Server Error) Processing Admin::PagesController#index (for 98.143.144.89 at 2010-11-05 03:16:47) [GET] Parameters: {action=index, controller=admin/pages}

Re: [Radiant] Application error when Loggin into admin area

2010-11-04 Thread Jim Gay
You got it! It's telling you that the application is looking in the database for a table that isn't there: ActionView::TemplateError (PGError: ERROR:  relation custom_fields does not exist Do you need to migrate the database? rake db:migrate:extensions On Thu, Nov 4, 2010 at 11:45 PM, Obi

Re: [Radiant] Application error when Loggin into admin area

2010-11-04 Thread Obi
Also this section seems relevant where it refers to specific page action but I can't figure out exactly what the problem is...: Processing Admin::WelcomeController#login (for 98.143.144.89 at 2010-11-05 03:16:43) [GET] Parameters: {action=login, controller=admin/welcome} Redirected to

Re: [Radiant] Application error when Loggin into admin area

2010-11-04 Thread Jim Gay
On Thu, Nov 4, 2010 at 11:49 PM, Obi ezi...@gmail.com wrote: Also this section seems relevant where it refers to specific page action but I can't figure out exactly what the problem is...: Processing Admin::WelcomeController#login (for 98.143.144.89 at 2010-11-05 03:16:43) [GET]  

Re: [Radiant] Application error when Loggin into admin area

2010-11-04 Thread Obi
Ah, yes I remember being told to rake something in a set of instructions, every-time I do though I get this message (hadn't realized the rake was so important so I just skipped it, oops): rake aborted! No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb)