TheVilleOrg / phpbb-groupsub

This is a extension for phpBB3 that allows you to create paid subscriptions for members to gain access to usergroups.
https://www.phpbb.com/customise/db/extension/groupsub/
GNU General Public License v2.0
10 stars 11 forks source link

Fatal error regarding "ocramius/proxy-manager" on phpBB 3.3.3 #36

Closed stevotvr closed 3 years ago

stevotvr commented 3 years ago

After upgrading to phpBB 3.3.3, this error appears. Running composer require ocramius/proxy-manager in the groupsub directory and purging the cache is a temporary solution.

Got error 'PHP message: PHP Fatal error: Uncaught OutOfBoundsException: Package "ocramius/proxy-manager" is not installed in /home/stevotvr/domains/dev.stevotvr.com/public_html/forum/ext/stevotvr/groupsub/vendor/composer/InstalledVersions.php:168\nStack trace:\n#0 /home/stevotvr/domains/dev.stevotvr.com/public_html/forum/vendor/composer/package-versions-deprecated/src/PackageVersions/Versions.php(112): Composer\InstalledVersions::getPrettyVersion()\n#1 /home/stevotvr/domains/dev.stevotvr.com/public_html/forum/vendor/ocramius/proxy-manager/src/ProxyManager/Version.php(52): PackageVersions\Versions::getVersion()\n#2 /home/stevotvr/domains/dev.stevotvr.com/public_html/forum/vendor/ocramius/proxy-manager/src/ProxyManager/Factory/AbstractBaseFactory.php(80): ProxyManager\Version::getVersion()\n#3 /home/stevotvr/domains/dev.stevotvr.com/public_html/forum/vendor/ocramius/proxy-manager/src/ProxyManager/Factory/LazyLoadingValueHolderFactory.php(45): ProxyManager\Factory\AbstractBaseFactory->generateProxy()\n#4 /home/stevo...'

3D-I commented 3 years ago

See: https://www.phpbb.com/customise/db/extension/groupsub/support/topic/227246?p=796421#p796421