Sometimes when a template has an error TT reports the error, then after correcting the error TT reports that the template can't be found.
Normally, it's the entire template that could not be found, but in the error above "page_content" is a block that's PROCESSed from within the same page (and also in this case a file handle of the template was passed to process() instead of a template name). I'm caching with COMPILE_DIR when running under mod_perl, but I also see this when running with the Catalyst dev server and no COMPILE_DIR, so I don't think it's related to COMPILE_DIR. We have group of people adding content (as templates) and one that is using IE says that often the first time they try to view the page they get a template not found error, but reloading works. I suspect they are just hitting different servers. I don't see this with Firefox, but I never have errors in my templates. What's making TT think it can't find the template once there's an error? -- Bill Moseley [EMAIL PROTECTED] _______________________________________________ templates mailing list [email protected] http://lists.template-toolkit.org/mailman/listinfo/templates
