Hi! On 08/29/2016 02:08 AM, Richard Kettlewell wrote: > I installed this version of mediawiki in a sid container following the > instructions at https://wiki.debian.org/MediaWiki and README.Debian.
The instructions on the wiki page are out of date, I will work on updating them shortly. The README is correct though. What webserver did you use? Apache should automatically be configured properly (with /mediawiki), but any other one will require manual configuration. > Visiting / yields 'You are missing a required extension to PHP that > MediaWiki requires to run. Please install: xml' > > php7.0-xml 7.0.10-1 is installed and I have run 'phpenmod xml'. Nice catch, patch to fix this is at <https://gerrit.wikimedia.org/r/#/c/307469/>. If installing php-xml manually didn't fix it, you might need to restart your webserver to pick up the new module (e.g. service apache2 restart). -- Kunal