[GH-ISSUE #276] Fatal error: Uncaught SmartyException: prefilter 'whitespace_control' not found or callable #228

Closed
opened 2026-02-26 09:36:54 +03:00 by kerem · 2 comments
Owner

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.

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.
kerem closed this issue 2026-02-26 09:36:54 +03:00
Author
Owner

@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"

<!-- gh-comment-id:781214511 --> @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" `
Author
Owner

@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

<!-- gh-comment-id:781991038 --> @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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ViMbAdmin-opensolutions#228
No description provided.