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

2010-11-05 Thread William Ross
On 5 Nov 2010, at 04:00, Obi wrote: 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,

[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] 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)