Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ActionView::TemplateError #57

Open
mkaag opened this issue Mar 14, 2011 · 1 comment
Open

ActionView::TemplateError #57

mkaag opened this issue Mar 14, 2011 · 1 comment

Comments

@mkaag
Copy link

mkaag commented Mar 14, 2011

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:

  • 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

@jgarber
Copy link
Owner

jgarber commented Mar 16, 2011

Not compatible with Radiant 0.9. I haven't found time to upgrade it. Sorry.

On Mon, Mar 14, 2011 at 12:49 PM, mkaag <
reply@reply.github.com>wrote:

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:

  • 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants