mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 08:45:54 +03:00
[GH-ISSUE #275] Problem with Zend #224
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#224
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 @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 340I'm on a CentOS 7.8 and the composer installation was running fine. Any Idea what I can do now?
@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
@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