You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. It seems that src/database/CheckUserIntegration.php needs updates to support newer MediaWiki versions. This is because the cu_changes no longer has the cuc_user column (removed in MW 1.40) and also no longer contains log entries starting MW 1.43 with these events being in the cu_log_event and cu_private_event tables.
We generally use the LTS versions, which means our next upgrade won't be coming until 1.43 is released (December of this year at the earliest). Consequently this isn't a super high priority issue, but we should be ready to handle this when 1.43 comes around.
Hi. It seems that
src/database/CheckUserIntegration.php
needs updates to support newer MediaWiki versions. This is because thecu_changes
no longer has thecuc_user
column (removed in MW 1.40) and also no longer contains log entries starting MW 1.43 with these events being in thecu_log_event
andcu_private_event
tables.See https://phabricator.wikimedia.org/T233004 for the change that removed the
cuc_user
column and https://phabricator.wikimedia.org/T324907 for the creation of these new tables that hold log events.The text was updated successfully, but these errors were encountered: