[Radiant] Page inherit issue

2010-10-30 Thread Obi
Hi, When I add new pages, they always come up with the same banner top as you find on the front page. I understand that these pages are inheriting styles from my home page, but there are other pages on the same level on the heiracrchy that do not do this. i.e. www.orgnot.com/articles - is

[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] Application error when Loggin into admin area

2010-11-04 Thread Obi
/500.html (500 Internal Server Error) Does this tell you guys anything? Cheers On 04/11/2010, at 23:35, Jim Gay wrote: 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

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

2010-11-04 Thread Obi
/pages_controller.rb:16:in `index' radiant (0.9.1) vendor/plugins/haml/rails/./lib/sass/plugin/rails.rb:20:in `process' On 05/11/2010, at 00:37, Jim Gay wrote: On Thu, Nov 4, 2010 at 11:24 PM, Obi ezi...@gmail.com wrote: Thanks for the tip, I ran the error log (just for last 20 results) and I got

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

2010-11-04 Thread Obi
/2010, at 00:37, Jim Gay wrote: On Thu, Nov 4, 2010 at 11:24 PM, Obi ezi...@gmail.com wrote: 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

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

2010-11-04 Thread Obi
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 ezi...@gmail.com wrote: ah

Re: [Radiant] Displaying Recent Articles

2010-11-08 Thread Obi
that if you want to choose the excerpt or you can use truncate https://github.com/saturnflyer/radiant-truncate-extension to take the first X characters from the article and, well, truncate them. -- Rachel On Tue, Nov 9, 2010 at 9:19 AM, Obi ezi...@gmail.com wrote: Thanks Joel, I had no idea

Re: [Radiant] Displaying Recent Articles

2010-11-09 Thread Obi
contact us page under /articles ?) or look into featured pages https://github.com/saturnflyer/radiant-featured_pages-extension to select particular pages for display only. -- Rachel On Tue, Nov 9, 2010 at 11:02 AM, Obi ezi...@gmail.com wrote: Sweet, thanks Rachel, I'll definitely check out