Closed eelitlauree closed 4 years ago
Fixed in 1.5.27.
Hi Edward,
Thank you for the prompt response response. After updating, I can run the db update script. But the updater still failed with this error.
Creating moderation table ...done.
Creating moderation_block table ...done.
...have mod_tags field in moderation table.
Modifying mod_title field of table moderation ...done.
...have mod_type field in moderation table.
An error occurred:
No such service: Moderation.VersionCheck
Do you have any clue on that?
Regards, Reeve
An error occurred:
No such service: Moderation.VersionCheck
This is very strange, will investigate this shortly.
This is a bug in MediaWiki core. It breaks web updater for all extensions that use Services (not just Moderation). I have filed a bug report with all the details: https://phabricator.wikimedia.org/T258159
For now you can run update.php from the console (only the web updater is affected by this issue).
Fixed in 1.5.28.
Hi there,
I am trying to install moderation with mediawiki 1.34.2. However, when I run the mediawiki web updater. The following error raised. I using use mysql:5.7. You may find my setup from my repo mediwiki.
Thanks, Reeve