You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: