- Moderated by:
- Support
-
- rank:
-
Softmore
- registered:
- March 2004
- Status:
- online
- Posts:
- 52
I am working in a moulde in the admin section. I disabled pnRender's cache and turned off compile check and force compilation. However, pages are still being placed in the compile directory. I click on delete compile templates, it says the templates have been deleted, but they are not. They are still in the directory and I have to manually delete them every time I want to reset the page. How can I temporarily disable the compile? The module code already has that cache is false. -
- rank:
-
Professional
- registered:
- April 2002
- Status:
- offline
- last visit:
- 24.11.08
- Posts:
- 716
You cannot disable compilation, this is how Smarty works. The templates are actually compiled to PHP scripts before they can be displayed.
The answer therefore is the other way: You have to enable compile check, otherwise the "old" compiled templates are used every time.
Jörg -
- rank:
-
Professional
- registered:
- April 2002
- Status:
- offline
- last visit:
- 24.11.08
- Posts:
- 716
