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 there! I don't know if this is the right place to file issues, but I wasn't able to find a project for DiscordRCFeed on Phabricator, only a repository.
There is an issue that results in DiscordRCFeed not working on either MW 1.43 (possibly also 1.42, but we upgraded straight from 1.41 to 1.43), or PHP 8.2 (upgraded from 8.1) - the MediaWikiServicesHook no longer overwrites the value stored in $wgRCFeeds. That results in the following exception, which also annoyingly means the RecentChanges row gets rolled back, breaking the feed entirely.
Hi there! I don't know if this is the right place to file issues, but I wasn't able to find a project for DiscordRCFeed on Phabricator, only a repository.
There is an issue that results in DiscordRCFeed not working on either MW 1.43 (possibly also 1.42, but we upgraded straight from 1.41 to 1.43), or PHP 8.2 (upgraded from 8.1) - the
MediaWikiServicesHook
no longer overwrites the value stored in$wgRCFeeds
. That results in the following exception, which also annoyingly means the RecentChanges row gets rolled back, breaking the feed entirely.I was able to sidestep the problem by adding the following at the end of
onMediaWikiServices( $service )
:The code follows the advice given here, but the suggestion doesn't appear to work any more. Maybe this aspect of DiscordRCFeed needs to be rethought?
The text was updated successfully, but these errors were encountered: