Gert,

That looks like a bug in the extension. They'll need to manually set the request on the page to fix that issue. e.g.

@page.request = request
@page.render

Sean

Gert Jørgensen wrote:
Hi,

I'm trying to use the comments extension found at:
http://github.com/artofmission/radiant-comments/tree/master

I'm following the README at:
http://github.com/artofmission/radiant-comments/tree/master/README.rdoc

and it seems everything works except one thing:

When posting a new comment from the website I get this error:
http://pastie.org/269694

I also get it when accessing the index method of the CommentsController,
it's the call to @page.render

The README states:
Relative urls will not work on comment pages if they fail validation,
since the page gets re-rendered at a (probably) different level of the
hierarchy. Always use absolute urls and you won’t have any issues.

Is this what I'm running into? Any ideas of where to go from here?

Thanks !


_______________________________________________
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to