As a general rule, it is not recommended to install an extension that is not compatible with your current version of phpBB on a production board. Especially if this extension was developed for version 3.1 boards and it has never been upgraded!The last one I installed was the Failed Logins extension by Tas2580. It never installed correctly. There was a red warning panel in the extension manager page. I removed the extension.
If for one reason or another you no longer have access to your board following the installation of an extension, here is how to resolve the problem.
To disable all extensions in a single action please run this SQL query
Code:
UPDATE `phpbb_ext` SET `ext_active` = '0' WHERE `phpbb_ext`.`ext_active` = '1';
phpbb_ext
: if your table prefix is not phpbb_ change accordingly.Before executing an SQL query, it is strongly recommended to save the table concerned.
After executing this query you will need to purge the cache.
Reinstall your extensions one by one.
Statistics: Posted by ssl — Sat Apr 06, 2024 1:54 am