in reply to Mason problems

So it finds one through five ok? Probably check is being cached :)

Replies are listed 'Best First'.
Re^2: Mason problems
by rooneyl (Sexton) on Jul 07, 2008 at 14:39 UTC
    Sorry, should have said the function causing the error seems to be random (it will work sometimes). I don't think it is a cache problems with the browser as it still throws an error even if you force a reload from the server.
      The browser doesn't know about modules :) check, the module, is maybe being cached by the server (mod_perl, and maybe differently by each child).
        Sorry, your suggestions are above me. How would I check if mod_perl is caching the module. If it is a cache problem, why is the routine that causes the error keep changing?
        Sometimes it is one, other times it is four, or when it fancies it six.