This repository was archived by the owner on Mar 13, 2026. It is now read-only.
Replies: 2 comments
|
I was able to fix it by adding this to getInstallerCollectorService.php But this is an autogenerated file that is part of the cache. It gets lost anytime the cache has to be regenerated. So, it's just masking an issue. Not fixing it. I don't know if this is a bug in my Quickcheck module or something funky in Zikula. |
0 replies
|
Hi Timothy, this odd behavior is not caused by your module but by the clumsy UI based extension management from the old days. I guess it might work better when ENV is set to dev instead of prod so it does not heavily rely on the cache. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
So I did an upgrade to the QuickCheckModule and while it installed and worked just fine locally, when I put it on my production server I get this error when I try to upgrade through the Extension module:
Error Code: -1
InstallerCollector did not contain Paustian\QuickcheckModule\QuickcheckModuleInstaller
All reactions