-
Notifications
You must be signed in to change notification settings - Fork 717
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev-master has problems with compiled templates #20
Comments
👍 have this same issue - reverting smarty to 3.1.21 fixes it. Looks like problem is with new getRenderedTemplateCode function. |
Did you clear the cache after the upgrade? Can I find somewhere the code of the custom cache resource and the render plugin? |
Hey, cache was cleared. Cache handler is here: https://github.com/sourcefabric/Newscoop/blob/master/newscoop/classes/cache/TemplateCacheHandler_DB.php |
Do you use in your application template functions ({function ...}...{/function} and do you call these in {nocache}{/nocache} sections? Currently I can't see any other cause for the problem. |
Hey @uwetews , thanks for checking but for us 3.1.22 works ok, problem is with latest master. This info change something? |
I was not precise: 3.1.22 is not yet released = master. |
Yeah, sorry it's late. 3.1.21 works ok for us. We will check Smarty_CacheResource_Newscoop. Thanks! |
I think this can be closed |
…les-under-tmp-folder-to-gitignore Merge ticket-#5122-add-files-under-tmp-folder-to-gitignore into release-2.0.3 branch
After upgrading to commit #e9b1f296cb7217b37ac55ed7b2333342a304f295, recommend to fix my previous issue, we are experiencing problems with compiled templates. As soon as we don't use caching/compiled templates, it's all working fine.
The text was updated successfully, but these errors were encountered: