DawPi Posted September 26, 2017 Share Posted September 26, 2017 Link to comment Share on other sites More sharing options...
DawPi Posted October 9, 2017 Author Share Posted October 9, 2017 What's New in Version 1.0.1 Added support for parsing blogs and albums titles and descriptions Link to comment Share on other sites More sharing options...
DawPi Posted March 10, 2020 Author Share Posted March 10, 2020 What's New in Version 2.0.3 fixed e-mail notification errors. Link to comment Share on other sites More sharing options...
MeMaBlue Posted December 16, 2022 Share Posted December 16, 2022 (edited) hello @DawPi I just tried to upgrade your plugin ( have been a very satisfied user of it many years) but this happened when clicking the upgrade button via tha ACP ", it looks like the plugin "(DP45) Custom Bad Words Filter 2.0.6" is missing a required table. Looks like the upgrade didn't work properly." and it threw an error EX1146 and inability to login via the ACP with any account. So I am not able to upgrade. Edited December 16, 2022 by MeMaBlue Link to comment Share on other sites More sharing options...
teraßyte Posted December 17, 2022 Share Posted December 17, 2022 To add a bit more to what @MeMaBlue said: after she upgraded the plugin from ACP to version 2.0.6 (that's the version that shows up in ACP at least) she was unable to login on both admin and frontend sides. The error I received when trying myself was this: Table parentsorgips.dp4custombadwords_settings doesn't exist For now I disabled the plugin and the forum works again. But I double-checked the database and there is indeed no such table. Not sure what went wrong or where though. 🙄 Link to comment Share on other sites More sharing options...
DawPi Posted December 17, 2022 Author Share Posted December 17, 2022 Hm, I think I know. I've rechecked it and uploaded new version (pending approval) with a "fix" for that. You may "fix" that by running that query: CREATE TABLE `dp4custombadwords_settings` ( `id` int(11) NOT NULL AUTO_INCREMENT, `mid` int(10) UNSIGNED NOT NULL DEFAULT '0', `dp42bypass_badwords` tinyint(3) UNSIGNED NOT NULL DEFAULT '0' ); ALTER TABLE `dp4custombadwords_settings` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `mid` (`mid`); MeMaBlue 1 Link to comment Share on other sites More sharing options...
teraßyte Posted December 17, 2022 Share Posted December 17, 2022 Ran the query. Everything seems okay for now. 👍 DawPi and MeMaBlue 1 1 Link to comment Share on other sites More sharing options...
Recommended Posts