-
Notifications
You must be signed in to change notification settings - Fork 2
Common Errors
ImperaZim edited this page Jun 21, 2026
·
1 revision
Usually means PMMP found two plugins with the same plugin name.
Check for:
- standalone PHAR plus active package-backed proxy;
- stale
.easylibrary-*proxy folder; - copied plugin folders from an old server.
Recovery:
/easylibrary packages proxies
/easylibrary packages proxies reconcile confirm
/easylibrary packages doctor
restart server
The package lock points at a different proxy mount path than the current server. This can happen after copying a server directory.
Recovery:
/easylibrary packages repair all confirm
/easylibrary packages proxies reconcile confirm
/easylibrary packages doctor
EasyLibrary rich commands require package-backed or standalone LibCommand.
Check:
/easylibrary doctor
/easylibrary packages doctor
Recovery:
/easylibrary packages install libcommand stable confirm
restart server
EasyLibraryAgentBridge only registers /easyagent when agent.enabled=true
and command support is enabled. With the default config, the bridge can be
installed and enabled while the command remains absent.
The official library has no active package-backed or standalone provider. Install a package or standalone plugin.
This is normal for production. EasyLibrary PHAR smoke has passed without DevTools and without EasyLibraryPackageProbe.
- Package Manager
- Package Backed Plugins
- Standalone vs Package
- Package Switch and Migration
- Package Doctor
- Package Recovery
- Proxy Troubleshooting