On Mon, Sep 20, 2010 at 4:40 PM, Horst Rischbode <ho...@horibo.de> wrote:
>  Hi,
> I'm on 0.9.1 and will use radiant as a blog. I've created an Archive Month
> Index and want to use it like this:
>
> <ul>
> <r:find url="/articles/">
> <r:children:each order="desc">
> <r:header><li><a href="<r:date format="/articles/%Y/%m/" />"><r:date
> format="%B %Y" /></a></li></r:header>
> </r:children:each>
> </r:find>
> </ul>
>
> The links are generated correctly but when I click on any of them, I get an
> error:
>
> NoMethodError in SiteController#show_page
> undefined method `>' for nil:NilClass
> ...
> Parameters:
> {"url"=>["articles",
> "2010",
> "09"]}
>
> What am I doing wrong? Any help would be appriciated!
>
> Best Regards
> Horst
>

Can you provide more details about the error? And more details about
your extensions, and radius tags used.



-- 
Jim Gay
Saturn Flyer LLC
http://www.saturnflyer.com
571-403-0338

Reply via email to