edwardspec / mediawiki-moderation

Extension:Moderation is a powerful anti-spam extension for MediaWiki CMS. It protects small/medium wikis against vandalism by sending all edits/uploads from new users to moderation.
https://mediawiki.org/wiki/Extension:Moderation
GNU General Public License v3.0
30 stars 22 forks source link

Internal error when trying to open Special:Moderation (avid.wiki) #81

Closed Hb1290 closed 1 year ago

Hb1290 commented 1 year ago

As the title states when we try to use Special:Moderation, we get an internal error message. Our technician found the error: Error: Call to undefined method MediaWiki\Output\OutputPage::preventClickJacking()

He informed me this was an issue with the extension itself rather than our setup.

edwardspec commented 1 year ago

This is happening, because you are using master branch of MediaWiki core, which shouldn't be used in production.