[GH-ISSUE #275] Problem with Zend #224

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

Originally created by @bc-bjoern on GitHub (Dec 11, 2020).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/275

Hi,

i can't get it running again.

Fatal error: Uncaught Zend_Application_Bootstrap_Exception: Unable to resolve plugin "auth"; no corresponding plugin with that name in /usr/share/vimbadmin/vendor/shardj/zf1-future/library/Zend/Application/Bootstrap/BootstrapAbstract.php:340 Stack trace: #0 /usr/share/vimbadmin/vendor/shardj/zf1-future/library/Zend/Application/Bootstrap/BootstrapAbstract.php(392): Zend_Application_Bootstrap_BootstrapAbstract->getPluginResource('auth') #1 /usr/share/vimbadmin/vendor/shardj/zf1-future/library/Zend/Application/Bootstrap/BootstrapAbstract.php(404): Zend_Application_Bootstrap_BootstrapAbstract->getPluginResources() #2 /usr/share/vimbadmin/vendor/shardj/zf1-future/library/Zend/Application/Bootstrap/BootstrapAbstract.php(637): Zend_Application_Bootstrap_BootstrapAbstract->getPluginResourceNames() #3 /usr/share/vimbadmin/vendor/shardj/zf1-future/library/Zend/Application/Bootstrap/BootstrapAbstract.php(598): Zend_Application_Bootstrap_BootstrapAbstract->_bootstrap('dbautoforsessio...') #4 /usr/share/vimbadmin/vendor/shardj/zf1-fut in /usr/share/vimbadmin/vendor/shardj/zf1-future/library/Zend/Application/Bootstrap/BootstrapAbstract.php on line 340

I'm on a CentOS 7.8 and the composer installation was running fine. Any Idea what I can do now?

Originally created by @bc-bjoern on GitHub (Dec 11, 2020). Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/275 Hi, i can't get it running again. ` Fatal error: Uncaught Zend_Application_Bootstrap_Exception: Unable to resolve plugin "auth"; no corresponding plugin with that name in /usr/share/vimbadmin/vendor/shardj/zf1-future/library/Zend/Application/Bootstrap/BootstrapAbstract.php:340 Stack trace: #0 /usr/share/vimbadmin/vendor/shardj/zf1-future/library/Zend/Application/Bootstrap/BootstrapAbstract.php(392): Zend_Application_Bootstrap_BootstrapAbstract->getPluginResource('auth') #1 /usr/share/vimbadmin/vendor/shardj/zf1-future/library/Zend/Application/Bootstrap/BootstrapAbstract.php(404): Zend_Application_Bootstrap_BootstrapAbstract->getPluginResources() #2 /usr/share/vimbadmin/vendor/shardj/zf1-future/library/Zend/Application/Bootstrap/BootstrapAbstract.php(637): Zend_Application_Bootstrap_BootstrapAbstract->getPluginResourceNames() #3 /usr/share/vimbadmin/vendor/shardj/zf1-future/library/Zend/Application/Bootstrap/BootstrapAbstract.php(598): Zend_Application_Bootstrap_BootstrapAbstract->_bootstrap('dbautoforsessio...') #4 /usr/share/vimbadmin/vendor/shardj/zf1-fut in /usr/share/vimbadmin/vendor/shardj/zf1-future/library/Zend/Application/Bootstrap/BootstrapAbstract.php on line 340 ` I'm on a CentOS 7.8 and the composer installation was running fine. Any Idea what I can do now?
kerem closed this issue 2026-02-26 09:36:53 +03:00
Author
Owner

@quorumini commented on GitHub (Dec 13, 2020):

hey bc-bjoern,

i had the same problem and stumbeld upon changed paths in my vimbadmin/application/configs/application.ini
had to change following paths:

was:
pluginPaths.OSS_Resource = APPLICATION_PATH "/../vendor/opensolutions/oss-framework/src/OSS/Resource"

is:
pluginPaths.OSS_Resource = APPLICATION_PATH "/../library/OSS/Resource"

and smarty

was:
resources.smarty.plugins[] = APPLICATION_PATH "/../vendor/opensolutions/oss-framework/src/OSS/Smarty/functions"

is:
resources.smarty.plugins[] = APPLICATION_PATH "/../library/OSS/Smarty/functions"

hope this helps

<!-- gh-comment-id:743989239 --> @quorumini commented on GitHub (Dec 13, 2020): hey bc-bjoern, i had the same problem and stumbeld upon changed paths in my vimbadmin/application/configs/application.ini had to change following paths: was: pluginPaths.OSS_Resource = APPLICATION_PATH "/../vendor/opensolutions/oss-framework/src/OSS/Resource" is: pluginPaths.OSS_Resource = APPLICATION_PATH "/../library/OSS/Resource" and smarty was: resources.smarty.plugins[] = APPLICATION_PATH "/../vendor/opensolutions/oss-framework/src/OSS/Smarty/functions" is: resources.smarty.plugins[] = APPLICATION_PATH "/../library/OSS/Smarty/functions" hope this helps
Author
Owner

@barryo commented on GitHub (Apr 1, 2022):

Thanks @quorumini and you're correct. This was also covered in these release notes: https://github.com/opensolutions/ViMbAdmin/releases/tag/3.2.0

<!-- gh-comment-id:1086287098 --> @barryo commented on GitHub (Apr 1, 2022): Thanks @quorumini and you're correct. This was also covered in these release notes: 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#224
No description provided.