Stop Forum Spam

Data deletion not possible - Stop Forum Spam

Data deletion not possible

by stone23 » Tue Jul 06, 2021 1:36 pm

I recently realized that I still have this data from the extension on my server but I cannot delete it either by phpMyadmin or by STK, the result is the same: error 504...

So I downloaded the latest version to try to install it and then deactivate it to try to delete the data. The extension activates but the modules do not install.
I end up with an extension that cannot be installed and whose data cannot be deleted: sfs_reported row in phpbb_posts table can't be deleted!

How can I completely get rid of this plugin without crashing everything?
encreuse.net
Forum version : 3.3.11
php version : 8.2.10

Excuse my English, I'm French...
User avatar
stone23
Registered User
Posts: 177
Joined: Sat Nov 02, 2019 4:44 pm
Location: France

Re: Data deletion not possible

by stone23 » Sun Jul 11, 2021 10:17 am

up
encreuse.net
Forum version : 3.3.11
php version : 8.2.10

Excuse my English, I'm French...
User avatar
stone23
Registered User
Posts: 177
Joined: Sat Nov 02, 2019 4:44 pm
Location: France

Re: Data deletion not possible

by ThePhoenixBird » Tue Jul 27, 2021 5:44 am

I would suggest to use phpbb cli to remove the data, I faced this same problem, check the CLI docs https://area51.phpbb.com/docs/dev/3.3.x ... arted.html

and use SSH to log into your server, cd to the root folder of your forum and run the following command

Code: Select all

php bin/phpbbcli.php extension:purge --safe-mode rmcgirr83/stopforumspam
User avatar
ThePhoenixBird
Registered User
Posts: 4
Joined: Thu May 31, 2007 1:39 am