So I was refactoring some templates today when I found out:

With cache turned on, if you rename a file from "foo" to "bar", then create a 
directory named "foo" at the same place, you get a 500 error explained in the 
following apache error log entry:

[Mon Mar 31 14:18:01 2003] [error] mkdir C:\apache\cache\c/apache/templates/foo: File 
exists at C:/Perl/site/lib/Template/Provider.pm line 837

The cached template file outlives the renamed source file and prevents the new 
directory (of the same name as the old cached template) from being created.


_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to