mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 08:45:54 +03:00
[GH-ISSUE #276] Fatal error: Uncaught SmartyException: prefilter 'whitespace_control' not found or callable #228
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#228
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 @AlexGnatko on GitHub (Feb 18, 2021).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/276
I was updating an old ViMbAdmin installation and ran into this problem:
Fatal error: Uncaught SmartyException: prefilter 'whitespace_control' not found or callable...
I tried to re-install again from scratch and still have the same results.
@AlexGnatko commented on GitHub (Feb 18, 2021):
OK, I've found the solution myself.
INI file again:
resources.smarty.plugins[] = APPLICATION_PATH "/../library/OSS/Smarty/functions"used to be:
resources.smarty.plugins[] = APPLICATION_PATH "/../vendor/opensolutions/oss-framework/src/OSS/Smarty/functions"@barryo commented on GitHub (Feb 19, 2021):
Hi @AlexGnatko - probably these release notes will help:
https://github.com/opensolutions/ViMbAdmin/releases/tag/3.2.0