radiant / radiant-event-calendar-extension

Create, organise and display calendar events in your radiant site. Read, aggregate and serve ical subscriptions.
37 stars 13 forks source link

Application error #15

Closed simonthesorcerer closed 13 years ago

simonthesorcerer commented 13 years ago

Hi,

i have radiant 0.9.1 and installed the calendar extension as a gem but when trying to edit events i always get this error

Processing Admin::CalendarsController#show (for 213.182.245.164 at 2010-11-07 12:00:34) [GET] Parameters: {"action"=>"show", "id"=>"1", "controller"=>"admin/calendars"} Redirected to http://mysite/admin/event_calendar/calendars/1/edit Completed in 9ms (DB: 3) | 302 Found [http://mysite/admin/event_calendar/calendars/1]

Processing Admin::CalendarsController#edit (for 213.182.245.164 at 2010-11-07 12:00:34) [GET] Parameters: {"action"=>"edit", "id"=>"1", "controller"=>"admin/calendars"} Rendering template within layouts/application Rendering admin/calendars/edit

ActionView::TemplateError (undefined method `keywords' for #Calendar:0x7fae40620200) on line #60 of /usr/lib/ruby/gems/1.8/ge ms/radiant-event_calendar-extension-1.3.6/app/views/admin/calendars/_form.html.haml: 57: .metadata 58: %p.keywords 59: = f.label :keywords 60: = f.text_field :keywords, :class => "textbox" 61: 62: - form_bottom.edit_timestamp do 63: = updated_stamp @calendar

can you help me please?

spanner commented 13 years ago

Keywords came in quite recently. Sounds like you might just need to migrate the extension.

simonthesorcerer commented 13 years ago

Thank you. I just forgot to remigrate.