You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this extension used to work properly a few minutes, but as soon as I come back and edit an existing page I get the following error:
Processing Admin::PagesController#edit (for 127.0.0.1 at 2011-03-14 13:37:22) [GET]
Parameters: {"action"=>"edit", "id"=>"20", "controller"=>"admin/pages"}
Rendering template within layouts/application
Rendering admin/pages/edit
ActionView::TemplateError (can't convert false into Hash) on line #8 of vendor/extensions/chronicle/app/views/admin/_timeline.html.haml:
5: %li{:id => "version-#{version.number}", :class => version_class(i)}
6: = version_icon(version)
7: = version_tooltip(version) unless @Version
8: = marker_for_version(version)
9: = marker(:this) if @Version && version.id == @version.id
I can access the 'History' admin page and see the content, but when I click on a version I get the very same error message. I've also try to remove the extension files and db changes and reinstall everything without much success.
Current config:
Radiant 0.9.1
Ruby 1.8.7
Gem 1.5.2
Rails 3.0.4
Current Extensions:
blog
blog_tags
chronicle
event_calendar
fancy_box
help
mailer
paperclipped
reorder
settings
Note: I used to have this nasty error related to announce_saved and I've commented out the line 5 of the file 'vendor/extensions/chronicle/lib/chronicle/pages_controller_extensions.rb'
May you need additional information, kindly let me know.
Thank you, regards,
Maurice
The text was updated successfully, but these errors were encountered:
this extension used to work properly a few minutes, but as soon as I come
back and edit an existing page I get the following error:
Processing Admin::PagesController#edit (for 127.0.0.1 at 2011-03-14
13:37:22) [GET]
Parameters: {"action"=>"edit", "id"=>"20", "controller"=>"admin/pages"}
Rendering template within layouts/application
Rendering admin/pages/edit
ActionView::TemplateError (can't convert false into Hash) on line #8 of
vendor/extensions/chronicle/app/views/admin/_timeline.html.haml:
5: %li{:id => "version-#{version.number}", :class =>
version_class(i)}
6: = version_icon(version)
7: = version_tooltip(version) unless @Version
8: = marker_for_version(version)
9: = marker(:this) if @Version && version.id == @version.id
I can access the 'History' admin page and see the content, but when I click
on a version I get the very same error message. I've also try to remove the
extension files and db changes and reinstall everything without much
success.
Current config:
Radiant 0.9.1
Ruby 1.8.7
Gem 1.5.2
Rails 3.0.4
Current Extensions:
blog
blog_tags
chronicle
event_calendar
fancy_box
help
mailer
paperclipped
reorder
settngs
May you need additional information, kindly let me know.
Thank you, regards,
Maurice
Reply to this email directly or view it on GitHub: #57
Hi,
this extension used to work properly a few minutes, but as soon as I come back and edit an existing page I get the following error:
Processing Admin::PagesController#edit (for 127.0.0.1 at 2011-03-14 13:37:22) [GET]
Parameters: {"action"=>"edit", "id"=>"20", "controller"=>"admin/pages"}
Rendering template within layouts/application
Rendering admin/pages/edit
ActionView::TemplateError (can't convert false into Hash) on line #8 of vendor/extensions/chronicle/app/views/admin/_timeline.html.haml:
5: %li{:id => "version-#{version.number}", :class => version_class(i)}
6: = version_icon(version)
7: = version_tooltip(version) unless @Version
8: = marker_for_version(version)
9: = marker(:this) if @Version && version.id == @version.id
I can access the 'History' admin page and see the content, but when I click on a version I get the very same error message. I've also try to remove the extension files and db changes and reinstall everything without much success.
Current config:
Current Extensions:
Note: I used to have this nasty error related to announce_saved and I've commented out the line 5 of the file 'vendor/extensions/chronicle/lib/chronicle/pages_controller_extensions.rb'
May you need additional information, kindly let me know.
Thank you, regards,
Maurice
The text was updated successfully, but these errors were encountered: