Podz wrote:
>Thanks !
>define('DISABLE_CACHE', true);
>returned my test site to normal.
>
>
Were you seeing segmentation faults in the logs? That could be because
of stack overflow due to inifinite recursion. I fixed a recursion bug
in some category traveral code a few days ago, but there could be some
others lurking.
Ryan