Skip to content
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

Regression: additional plugins not recognized #260

Closed
artcs opened this issue Jul 24, 2016 · 2 comments
Closed

Regression: additional plugins not recognized #260

artcs opened this issue Jul 24, 2016 · 2 comments

Comments

@artcs
Copy link

artcs commented Jul 24, 2016

in dev/87 my additional Plugins are no longer recognized, worked fine until dev/86.
I set it up in the constructor with this->addPluginsDir( '/abs/path/to/dir' );
It now throws PHP Fatal error: Uncaught --> Smarty Compiler: Syntax error in template "file:/path/to/template.tpl" on line 64 ... unknown tag "mypluginname" <-- thrown in /path/to/sysplugins/smarty_internal_templatecompilerbase.php on line 64.
The indicated linenumber in smarty_internal_templatecompilerbase.php is always the linenumber from the template, where the tag was used.
Double checked installation and cleared all templates.

uwetews added a commit that referenced this issue Jul 24, 2016
@uwetews
Copy link
Contributor

uwetews commented Jul 24, 2016

Sorry, the fix is now committed

@uwetews uwetews closed this as completed Jul 24, 2016
@artcs
Copy link
Author

artcs commented Jul 24, 2016

Thanks for the fast fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants