On 11 Dec 2020, at 19:49, Skh sourav Halder skhsouravhalder@gmail.com wrote:
Error 1146: Table 'skhsblsb_mw19390.mwrj_abuse_filter_action' doesn't exist (localhost) Function: AbuseFilterHooks::fetchAllTags Query: SELECT afa_parameters FROM `mwrj_abuse_filter_action` INNER JOIN `mwrj_abuse_filter` ON ((afa_filter=af_id)) WHERE afa_consequence = 'tag' AND af_deleted = 0
Here is what I would try.
Remove the AbuseFilter extension. To to this, comment out the line in LocalSettings.php referring to it.
See if that stops the error from appearing.
If it does, then install the extension from scratch by following the instructions to the letter. There is a bullet point on https://www.mediawiki.org/wiki/Extension:AbuseFilter#Installation saying “Run the update script which will automatically create the necessary database tables that this extension needs.”
Best wishes
Jonathan