[Templates] Updating cached templates

Perrin Harkins pharkins@etoys.com
Wed, 16 Aug 2000 17:52:37 -0700 (PDT)


On Wed, 16 Aug 2000, Jonas Liljegren wrote:
> I uses mod_perl with a persistent template object. The compiled templates
> are stored under /tmp/ttc. The problem was experienced with a template
> included in another template that was included in the main template, all
> three as separate files.

You might want to enable debugging in Provider.pm to get an idea of what's
going on.  That will tell you if it's trying to load template changes or
not.  It sounds like you've found some sort of problem with the on-disk
cache.  You might try turning that off and seeing if you still have this
problem.

- Perrin