mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 00:36:00 +03:00
[GH-ISSUE #98] Fatal error: Uncaught exception 'SmartyCompilerException' #74
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#74
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MartH0f on GitHub (Jun 24, 2014).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/98
Hello,
I upgraded my vimbadmin installation 3.0.6 to the latest version 3.0.10 (in little steps). After the upgrade, I get the fowolling error, while I want to enter my panel:
Fatal error: Uncaught exception 'SmartyCompilerException' with message 'Syntax error in template "/srv/vimbadmin/application/views/error/error.phtml" on line 23 "
Please feel free to email the {mailto address=$options.identity.email encode='javascript' text=$options.identity.name}
" unknown tag "mailto"' in /srv/vimbadmin/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php:23 Stack trace: #0 /srv/vimbadmin/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php(533): Smarty_Internal_TemplateCompilerBase->trigger_template_error('unknown tag "ma...', 23) #1 /srv/vimbadmin/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templateparser.php(2383): Smarty_Internal_TemplateCompilerBase->compileTag('mailto', Array) #2 /srv/vimbadmin/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templateparser.php(3093): Smarty_Internal_Templateparser->yy_r37() #3 /srv/vimbadmin/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templateparser.php(3191): Smarty_Internal_Templatepa in /srv/vimbadmin/vendor/zendframework/zendframework1/library/Zend/Controller/Plugin/Broker.php on line 336I know there is another Issue with the same error, but the links that were offered, didn't worked for me. Can anybody help me?
@barryo commented on GitHub (Jun 25, 2014):
When putting the latest release live, I performed a fresh install from scratch and everything worked fine.
Best bet is to diff the stock
application.ini.distagainst your local version. I imagine you'll find some differences in the Smarty configurations.@thiagolamosa commented on GitHub (Jun 18, 2015):
Thanks for the tip, barryo.
I faced the same problem after updating from version 3.0.6 to 3.0.12.
After updating a few lines in my local application.ini (from dist version) my installation started working again.
@barryo commented on GitHub (Jun 18, 2015):
🍺