oneall / social-login-phpbb

Social Login for phpBB allows your users to login and register with 40+ social networks. It increases your phpBB user registration rate by simplifying the registration process.
https://docs.oneall.com/plugins/guide/social-login-phpbb/
52 stars 33 forks source link

Unable to delete a member in phpBB 3.3 #75

Closed SpIdErPiGgY1984 closed 4 years ago

SpIdErPiGgY1984 commented 4 years ago

I get this error when I try to delete a user from the forum

Fatal error: Uncaught TypeError: Argument 1 passed to phpbb\auth\provider\db::__construct() must be an instance of phpbb\captcha\factory, instance of phpbb\db\driver\factory given, called in /var/www/vhosts/supportforum.be/httpdocs/cache/production/container_dbdbe80dc7030ae9bd39ee30cca82130.php on line 1515 and defined in /var/www/vhosts/supportforum.be/httpdocs/phpbb/auth/provider/db.php:69 Stack trace: #0 /var/www/vhosts/supportforum.be/httpdocs/cache/production/container_dbdbe80dc7030ae9bd39ee30cca82130.php(1515): phpbb\auth\provider\db->__construct() #1 /var/www/vhosts/supportforum.be/httpdocs/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getAuth_Provider_OneallSocialloginService() #2 /var/www/vhosts/supportforum.be/httpdocs/phpbb/di/service_collection.php(57): Symfony\Component\DependencyInjection\Container->get() #3 /var/www/vhosts/supportforum.be/httpdocs/phpbb/di/service_collection_iterator.php(44): phpbb\di\service_collection->offsetGet() #4 /var/www/vhosts/supportforum.be/httpdoc in /var/www/vhosts/supportforum.be/httpdocs/phpbb/auth/provider/db.php on line 69

PHP: 7.4.1 phpBB: 3.3.0-RC1

SpIdErPiGgY1984 commented 4 years ago

Seems to be fixed in the new 4.6.2 version. Thank you :)