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

Viewing single blog post throws an error #3

Open
peakpg opened this issue Mar 18, 2011 · 1 comment
Open

Viewing single blog post throws an error #3

peakpg opened this issue Mar 18, 2011 · 1 comment

Comments

@peakpg
Copy link
Collaborator

peakpg commented Mar 18, 2011

Working with the Rails 3 branch, the following error is thrown when looking at a single post.

Error occurred while rendering BlogPostPortlet#4: undefined method `cms_handler_path' for #Cms::ViewContext:0x48cce28

@synth
Copy link

synth commented Mar 25, 2011

requires changing to cms_handler_path to cms_path.

But also, BlogPostPortlet needed
render_inline false

to avoid being pulled from the database. It might be worth re-evaluating what the default should be...

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