Hello, I just upgraded to 0.6.8 (gem), applied the fix mentioned by
Sean, runs fine.
I still have this very weird problem with a page of mine (and the
rendering of its children).
http://www.keltia.net/bar is the following:
<r:children:each by=“slug” order=“asc”>
Last update on: <r:date /> by “Ollivier R.”:/people/roberto
It is supposed to render every children page, using slug value for
sorting. Children have 10, 20, 30…70 for slug. Every child has two
parts, “Left” and “Body”.
Problem is, since an indeterminate date (maybe around my migration
from FreeBSD/i386 to FreeBSD/amd64), the /bar page renders the first
line of the first child and the last few lines of the last child (see
for yourself). I just don’t understand what is happening.
Thanks.