When I go to 'Special:RecentChanges' page, it says table abuse_filter_action table doesn't exist:
[fe7311e2ebb557bc012ab2cc] /plavorexitbeta/index.php?title=Special:RecentChanges Wikimedia\Rdbms\DBQueryError from line 1458 of C:\NGINX\html\plavorexitbeta\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 abuse_filter_action INNER JOIN abuse_filter ON ((afa_filter=af_id)) WHERE afa_consequence = 'tag' AND af_deleted = 0 Function: {closure} Error: 1 no such table: abuse_filter_action Backtrace: #0 C:\NGINX\html\plavorexitbeta\includes\libs\rdbms\database\Database.php(1428): Wikimedia\Rdbms\Database->makeQueryException(string, integer, string, string) #1 C:\NGINX\html\plavorexitbeta\includes\libs\rdbms\database\Database.php(1198): Wikimedia\Rdbms\Database->reportQueryError(string, integer, string, string, boolean) #2 C:\NGINX\html\plavorexitbeta\includes\libs\rdbms\database\Database.php(1655): Wikimedia\Rdbms\Database->query(string, string) #3 C:\NGINX\html\plavorexitbeta\extensions\AbuseFilter\includes\AbuseFilterHooks.php(445): Wikimedia\Rdbms\Database->select(array, string, array, string, array, array) #4 C:\NGINX\html\plavorexitbeta\includes\libs\objectcache\WANObjectCache.php(1277): AbuseFilterHooks::{closure}(boolean, integer, array, NULL) #5 C:\NGINX\html\plavorexitbeta\includes\libs\objectcache\WANObjectCache.php(1150): WANObjectCache->doGetWithSetCallback(string, integer, Closure, array) #6 C:\NGINX\html\plavorexitbeta\extensions\AbuseFilter\includes\AbuseFilterHooks.php(474): WANObjectCache->getWithSetCallback(string, integer, Closure) #7 C:\NGINX\html\plavorexitbeta\extensions\AbuseFilter\includes\AbuseFilterHooks.php(484): AbuseFilterHooks::fetchAllTags(array, boolean) #8 C:\NGINX\html\plavorexitbeta\includes\Hooks.php(174): AbuseFilterHooks::onListDefinedTags(array) #9 C:\NGINX\html\plavorexitbeta\includes\Hooks.php(202): Hooks::callHook(string, array, array, NULL) #10 C:\NGINX\html\plavorexitbeta\includes\changetags\ChangeTags.php(1501): Hooks::run(string, array) #11 C:\NGINX\html\plavorexitbeta\includes\libs\objectcache\WANObjectCache.php(1277): ChangeTags::{closure}(boolean, integer, array, NULL) #12 C:\NGINX\html\plavorexitbeta\includes\libs\objectcache\WANObjectCache.php(1150): WANObjectCache->doGetWithSetCallback(string, integer, Closure, array) #13 C:\NGINX\html\plavorexitbeta\includes\changetags\ChangeTags.php(1505): WANObjectCache->getWithSetCallback(string, integer, Closure, array) #14 C:\NGINX\html\plavorexitbeta\includes\changetags\ChangeTags.php(1441): ChangeTags::listSoftwareDefinedTags() #15 C:\NGINX\html\plavorexitbeta\includes\changetags\ChangeTags.php(859): ChangeTags::listDefinedTags() #16 C:\NGINX\html\plavorexitbeta\includes\specials\SpecialRecentchanges.php(662): ChangeTags::buildTagFilterSelector(string, boolean, RequestContext) #17 C:\NGINX\html\plavorexitbeta\includes\specials\SpecialRecentchanges.php(490): SpecialRecentChanges->getExtraOptions(FormOptions) #18 C:\NGINX\html\plavorexitbeta\includes\specialpage\ChangesListSpecialPage.php(1597): SpecialRecentChanges->doHeader(FormOptions, integer) #19 C:\NGINX\html\plavorexitbeta\includes\specialpage\ChangesListSpecialPage.php(1608): ChangesListSpecialPage->webOutputHeader(integer, FormOptions) #20 C:\NGINX\html\plavorexitbeta\includes\specialpage\ChangesListSpecialPage.php(675): ChangesListSpecialPage->webOutput(Wikimedia\Rdbms\ResultWrapper, FormOptions) #21 C:\NGINX\html\plavorexitbeta\includes\specials\SpecialRecentchanges.php(167): ChangesListSpecialPage->execute(NULL) #22 C:\NGINX\html\plavorexitbeta\includes\specialpage\SpecialPage.php(569): SpecialRecentChanges->execute(NULL) #23 C:\NGINX\html\plavorexitbeta\includes\specialpage\SpecialPageFactory.php(581): SpecialPage->run(NULL) #24 C:\NGINX\html\plavorexitbeta\includes\MediaWiki.php(288): MediaWiki\Special\SpecialPageFactory->executePath(Title, RequestContext) #25 C:\NGINX\html\plavorexitbeta\includes\MediaWiki.php(868): MediaWiki->performRequest() #26 C:\NGINX\html\plavorexitbeta\includes\MediaWiki.php(525): MediaWiki->main() #27 C:\NGINX\html\plavorexitbeta\index.php(42): MediaWiki->run() #28 {main}
When running update.php, it seems not creating or updating tables related to AbuseFilter:
C:\NGINX\html\plavorexitbeta>"C:\PHP\php.exe" "maintenance\update.php" MediaWiki 1.32.0-wmf.20 Updater Your composer.lock file is up to date with current dependencies! Going to run database updates for database Using SQLite file: 'C:\NGINX\data\plavorexitbeta/database.sqlite' Depending on the size of your database this may take a while! Abort with control-c in the next five seconds (skip this countdown with --quick) ... 0 Turning off Content Handler DB fields for this part of upgrade. ...have ss_active_users field in site_stats table. ...ss_active_users user count set... ...have ipb_allow_usertalk field in ipblocks table. ...have initial indexes ...change_tag table already exists. ...tag_summary table already exists. ...valid_tag table already exists. ...user_properties table already exists. ...log_search table already exists. ...have log_user_text field in logging table. ...l10n_cache table already exists. ...index change_tag_rc_tag already set on change_tag table. ...have rd_interwiki field in redirect table. ...fulltext search table appears to be in order. ...iwlinks table already exists. ...index iwl_prefix_title_from already set on iwlinks table. ...have ul_value field in updatelog table. ...have iw_api field in interwiki table. ...iwl_prefix key doesn't exist. ...have cl_collation field in categorylinks table. ...module_deps table already exists. ...ar_page_revid key doesn't exist. ...skipping index ar_revid because index ar_revid_uniq already set on archive table. ...index user_email already set on user table. ...uploadstash table already exists. ...user_former_groups table already exists. ...batch conversion of user_options: nothing to migrate. done. ...user table does not contain user_options field. ...have rev_sha1 field in revision table. ...have ar_sha1 field in archive table. ...index page_redirect_namespace_len already set on page table. ...have us_chunk_inx field in uploadstash table. ...have job_timestamp field in job table. ...index page_user_timestamp already set on revision table. ...have ipb_parent_block_id field in ipblocks table. ...index ipb_parent_block_id already set on ipblocks table. ...category table does not contain cat_hidden field. ...have rev_content_format field in revision table. ...have rev_content_model field in revision table. ...have ar_content_format field in archive table. ...have ar_content_model field in archive table. ...have page_content_model field in page table. Content Handler DB fields should be usable now. ...site_stats table does not contain ss_admins field. ...recentchanges table does not contain rc_moved_to_title field. ...sites table already exists. ...have fa_sha1 field in filearchive table. ...have job_token field in job table. ...have job_attempts field in job table. ...have us_props field in uploadstash table. ...ug_group in table user_groups already modified by patch patch-ug_group-length-increase-255.sql. ...ufg_group in table user_former_groups already modified by patch patch-ufg_group-length-increase-255.sql. ...index pp_propname_page already set on page_props table. ...index img_media_mime already set on image table. ...index iwl_prefix_from_title already set on iwlinks table. ...have ar_id field in archive table. ...have el_id field in externallinks table. ...have rc_source field in recentchanges table. ...index log_user_text_type_time already set on logging table. ...index log_user_text_time already set on logging table. ...have page_links_updated field in page table. ...have user_password_expires field in user table. ...have pp_sortkey field in page_props table. ...recentchanges table does not contain rc_cur_time field. ...index wl_user_notificationtimestamp already set on watchlist table. ...have page_lang field in page table. ...have pl_from_namespace field in pagelinks table. ...have tl_from_namespace field in templatelinks table. ...have il_from_namespace field in imagelinks table. ...hitcounter doesn't exist. ...site_stats table does not contain ss_total_views field. ...page table does not contain page_counter field. ...fa_deleted_reason in table filearchive already modified by patch patch-editsummary-length.sql. ...msg_resource_links doesn't exist. ...msg_resource doesn't exist. ...bot_passwords table already exists. ...have wl_id field in watchlist table. ...cl_collation key doesn't exist. ...index cl_collation_ext already set on categorylinks table. ...collations up-to-date. ...index rc_name_type_patrolled_timestamp already set on recentchanges table. ...have ct_id field in change_tag table. ...have ts_id field in tag_summary table. ...have el_index_60 field in externallinks table. ...have ug_expiry field in user_groups table. ...index img_user_timestamp already set on image table. ...img_media_type in table image already modified by patch patch-add-3d.sql. ...ip_changes table already exists. ...skipping: index cl_from doesn't exist. ...skipping: index tl_from doesn't exist. ...skipping: index pl_from doesn't exist. ...skipping: index old_id doesn't exist. ...skipping: index il_from doesn't exist. ...skipping: index iwl_from doesn't exist. ...skipping: index ll_from doesn't exist. ...skipping: index ls_field_val doesn't exist. ...skipping: index md_module_skin doesn't exist. ...skipping: index keyname doesn't exist. ...skipping: index qci_type doesn't exist. ...skipping: index ss_row_id doesn't exist. ...skipping: index ufg_user_group doesn't exist. ...skipping: index user_properties_user_property doesn't exist. ...comment table already exists. ...have img_description_id field in image table. ...skipping: index lc_lang_key doesn't exist. ...content table already exists. ...content_models table already exists. ...slots table already exists. ...have slot_origin field in slots table. ...slot_roles table already exists. ...actor table already exists. ...rev_text_id in table revision already modified by patch patch-rev_text_id-default.sql. ...table site_stats already modified by patch patch-site_stats-modify.sql. ...index rc_namespace_title_timestamp already set on recentchanges table. ...change_tag_def table already exists. ...el_index_60 in table externallinks already modified by patch patch-externallinks-el_index_60-drop-default.sql. Running maintenance/deduplicateArchiveRevId.php... ...Update 'DeduplicateArchiveRevId' already logged as completed. done. ...have ct_tag_id field in change_tag table. ...index ar_revid_uniq already set on archive table. Migrating revision data to the MCR 'slot' and 'content' tables, printing progress markers. For large databases, you may want to hit Ctrl-C and do this manually with maintenance/populateContentTables.php. C:\NGINX\html\plavorexitbeta>