I installed Extension AbuseFilter on MediaWiki 1.33.1 and ran update.php. While there were no errors in cli, I see the following error in my browser console. This error shows up in Google Chrome and Mozilla FireFox.
[ee4e504f377fd935d279ebe5] /wiki/load.php?lang=en&modules=startup&only=scripts&skin=vector Wikimedia\Rdbms\DBQueryError from line 1587 of /var/www/html/wiki/includes/libs/rdbms/database/Database.php: A database query error has occurred. Did you forget to run your application's database schema updater after upgrading?
Query: SELECT afa_parameters FROM `wikidb`.`abuse_filter_action` INNER JOIN `wikidb`.`abuse_filter` ON ((afa_filter=af_id)) WHERE afa_consequence = 'tag' AND af_deleted = '0' AND af_enabled = '1'
Function: AbuseFilterHooks::fetchAllTags
Error: 1146 Table 'wikidb.abuse_filter_action' doesn't exist (165.227.197.92)
Backtrace:
#0 /var/www/html/wiki/includes/libs/rdbms/database/Database.php(1556): Wikimedia\Rdbms\Database->getQueryExceptionAndLog(string, integer, string, string)
#1 /var/www/html/wiki/includes/libs/rdbms/database/Database.php(1274): Wikimedia\Rdbms\Database->reportQueryError(string, integer, string, string, boolean)
#2 /var/www/html/wiki/includes/libs/rdbms/database/Database.php(1784): Wikimedia\Rdbms\Database->query(string, string)
#3 /var/www/html/wiki/extensions/AbuseFilter/includes/AbuseFilterHooks.php(475): Wikimedia\Rdbms\Database->select(array, string, array, string, array, array)
#4 /var/www/html/wiki/includes/libs/objectcache/WANObjectCache.php(1414): AbuseFilterHooks::{closure}(boolean, integer, array, NULL)
#5 /var/www/html/wiki/includes/libs/objectcache/WANObjectCache.php(1275): WANObjectCache->doGetWithSetCallback(string, integer, Closure, array)
#6 /var/www/html/wiki/extensions/AbuseFilter/includes/AbuseFilterHooks.php(504): WANObjectCache->getWithSetCallback(string, integer, Closure)
#7 /var/www/html/wiki/extensions/AbuseFilter/includes/AbuseFilterHooks.php(521): AbuseFilterHooks::fetchAllTags(array, boolean)
#8 /var/www/html/wiki/includes/Hooks.php(174): AbuseFilterHooks::onChangeTagsListActive(array)
#9 /var/www/html/wiki/includes/Hooks.php(202): Hooks::callHook(string, array, array, NULL)
#10 /var/www/html/wiki/includes/changetags/ChangeTags.php(1355): Hooks::run(string, array)
#11 /var/www/html/wiki/includes/libs/objectcache/WANObjectCache.php(1414): ChangeTags::{closure}(boolean, integer, array, NULL)
#12 /var/www/html/wiki/includes/libs/objectcache/WANObjectCache.php(1275): WANObjectCache->doGetWithSetCallback(string, integer, Closure, array)
#13 /var/www/html/wiki/includes/changetags/ChangeTags.php(1361): WANObjectCache->getWithSetCallback(string, integer, Closure, array)
#14 /var/www/html/wiki/includes/specialpage/ChangesListSpecialPage.php(853): ChangeTags::listSoftwareActivatedTags()
#15 /var/www/html/wiki/includes/libs/objectcache/WANObjectCache.php(1414): ChangesListSpecialPage::{closure}(boolean, integer, array, NULL)
#16 /var/www/html/wiki/includes/libs/objectcache/WANObjectCache.php(1275): WANObjectCache->doGetWithSetCallback(string, integer, Closure, array)
#17 /var/www/html/wiki/includes/specialpage/ChangesListSpecialPage.php(902): WANObjectCache->getWithSetCallback(string, integer, Closure, array)
#18 /var/www/html/wiki/includes/specialpage/ChangesListSpecialPage.php(834): ChangesListSpecialPage::getChangeTagList(ResourceLoaderContext)
#19 /var/www/html/wiki/includes/resourceloader/ResourceLoaderFileModule.php(1122): ChangesListSpecialPage::getRcFiltersConfigVars(ResourceLoaderContext)
#20 /var/www/html/wiki/includes/resourceloader/ResourceLoaderFileModule.php(624): ResourceLoaderFileModule->expandPackageFiles(ResourceLoaderContext)
#21 /var/www/html/wiki/includes/resourceloader/ResourceLoaderModule.php(833): ResourceLoaderFileModule->getDefinitionSummary(ResourceLoaderContext)
#22 /var/www/html/wiki/includes/resourceloader/ResourceLoaderStartUpModule.php(255): ResourceLoaderModule->getVersionHash(ResourceLoaderContext)
#23 /var/www/html/wiki/includes/resourceloader/ResourceLoaderStartUpModule.php(438): ResourceLoaderStartUpModule->getModuleRegistrations(ResourceLoaderContext)
#24 /var/www/html/wiki/includes/resourceloader/ResourceLoaderModule.php(727): ResourceLoaderStartUpModule->getScript(ResourceLoaderContext)
#25 /var/www/html/wiki/includes/resourceloader/ResourceLoaderModule.php(694): ResourceLoaderModule->buildContent(ResourceLoaderContext)
#26 /var/www/html/wiki/includes/resourceloader/ResourceLoaderModule.php(830): ResourceLoaderModule->getModuleContent(ResourceLoaderContext)
#27 /var/www/html/wiki/includes/resourceloader/ResourceLoader.php(656): ResourceLoaderModule->getVersionHash(ResourceLoaderContext)
#28 [internal function]: ResourceLoader->{closure}(string)
#29 /var/www/html/wiki/includes/resourceloader/ResourceLoader.php(668): array_map(Closure, array)
#30 /var/www/html/wiki/includes/resourceloader/ResourceLoader.php(749): ResourceLoader->getCombinedVersion(ResourceLoaderContext, array)
#31 /var/www/html/wiki/load.php(46): ResourceLoader->respond(ResourceLoaderContext)
#32 {main}