You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… party packages.
See diablomedia#3
The plugin loader does not load plugins from 3thd party packages (eg. https://github.com/AMOSoft/zf1-extras).
This because the loader is checking if tha class exists without allowing autoload to work.
This is old ZF1 code from pre-composer era.
Changing the code in the /src/Zend/Loader/PluginLoader.php file fixes this issue.
zero2one
changed the title
Plugins from 3thd party packages can't be loaded.
Plugins from 3rd party packages can't be loaded.
Nov 16, 2018
The plugin loader does not load plugins from 3rd party packages (eg. https://github.com/AMOSoft/zf1-extras).
This because the loader is checking if the class exists without allowing autoload to work.
This is old ZF1 code from pre-composer era.
Changing the code in the
/src/Zend/Loader/PluginLoader.php
file fixes this issue:Line 383 (old):
Fixed:
The text was updated successfully, but these errors were encountered: