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?
Data deletion not possible - Stop Forum Spam
-
- Registered User
- Posts: 177
- Joined: Sat Nov 02, 2019 4:44 pm
- Location: France
-
- Registered User
- Posts: 177
- Joined: Sat Nov 02, 2019 4:44 pm
- Location: France
Re: Data deletion not possible
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
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
-
- Registered User
- Posts: 4
- Joined: Thu May 31, 2007 1:39 am