[GH-ISSUE #269] Zend unable to resolve plugin "auth" in 3.2.1 #217

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

Originally created by @fweep on GitHub (Jul 17, 2020).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/269

I had a working ViMbAdmin installation (I forget which version, but it was new around Dec 2019). I just installed 3.2.1, following the upgrade instructions, and now I get this error trying to view the home page:

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

I ran composer and it looks ok:

$ composer install --prefer-dist --no-dev

Loading composer repositories with package information
Installing dependencies from lock file
Nothing to install or update
Generating autoload files

My PHP knowledge is limited, so I'm not sure what the right way to resolve this is.

I downgraded to 3.1.1 and my installation is working again.

Originally created by @fweep on GitHub (Jul 17, 2020). Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/269 I had a working ViMbAdmin installation (I forget which version, but it was new around Dec 2019). I just installed 3.2.1, following the upgrade instructions, and now I get this error trying to view the home page: ``` Fatal error: Uncaught Zend_Application_Bootstrap_Exception: Unable to resolve plugin "auth"; no corresponding plugin with that name in /var/www/admin.example.com/vimbadmin/vendor/shardj/zf1-future/library/Zend/Application/Bootstrap/BootstrapAbstract.php:340 Stack trace: #0 /var/www/admin.example.com/vimbadmin/vendor/shardj/zf1-future/library/Zend/Application/Bootstrap/BootstrapAbstract.php(392): Zend_Application_Bootstrap_BootstrapAbstract->getPluginResource('auth') #1 /var/www/admin.example.com/vimbadmin/vendor/shardj/zf1-future/library/Zend/Application/Bootstrap/BootstrapAbstract.php(404): Zend_Application_Bootstrap_BootstrapAbstract->getPluginResources() #2 /var/www/admin.example.com/vimbadmin/vendor/shardj/zf1-future/library/Zend/Application/Bootstrap/BootstrapAbstract.php(637): Zend_Application_Bootstrap_BootstrapAbstract->getPluginResourceNames() #3 /var/www/admin.example.com/vimbadmin/vendor/shardj/zf1-future/library/Zend/Application/Bootstrap/BootstrapAbstract.php(598): Zend_Application_Bootstrap_Bootstr in /var/www/admin.example.com/vimbadmin/vendor/shardj/zf1-future/library/Zend/Application/Bootstrap/BootstrapAbstract.php on line 340 ``` I ran `composer` and it looks ok: ``` $ composer install --prefer-dist --no-dev Loading composer repositories with package information Installing dependencies from lock file Nothing to install or update Generating autoload files ``` My PHP knowledge is limited, so I'm not sure what the right way to resolve this is. I downgraded to 3.1.1 and my installation is working again.
kerem closed this issue 2026-02-26 09:36:51 +03:00
Author
Owner

@barryo commented on GitHub (Jul 17, 2020):

Hi @fweep

I had no issues myself upgrading from a number of different versions.

Did you make the changes in application.ini as advised in these notes?

If yes, they maybe a diff between application.ini and application.ini.dist might show up other changes?

<!-- gh-comment-id:660109740 --> @barryo commented on GitHub (Jul 17, 2020): Hi @fweep I had no issues myself upgrading from a number of different versions. Did you make the changes in `application.ini` as advised in [these notes](https://github.com/opensolutions/ViMbAdmin/releases/tag/3.2.0)? If yes, they maybe a diff between `application.ini` and `application.ini.dist` might show up other changes?
Author
Owner

@fweep commented on GitHub (Jul 17, 2020):

Thanks, that fixed it! I hadn't gone through the prior release notes.

<!-- gh-comment-id:660111929 --> @fweep commented on GitHub (Jul 17, 2020): Thanks, that fixed it! I hadn't gone through the prior release notes.
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#217
No description provided.