On 1/24/07, Joel Gwynn <[EMAIL PROTECTED]> wrote:
OK. I replaced that line with a hard-coded file path, and now it's looking much better. So I guess it's something about the Request object.
My guess is that $self has a lifespan longer than one request, so you are trying to use a $r object from a previous request. - Perrin