On my hosting with my MW (1.28.2) and SMW (2.5.3) a have:
/home/www/mediawiki-1.28.2/home/www/w -> mediawiki-1.28.2(link tomediawiki-1.28.2)/home/www/.htaccess
Following https://www.mediawiki.org/wiki/Manual:Upgrading#Command_line I do:
- Downloading
mediawiki-1.29.0.tar.gzto/home/www/mediawiki-1.29.0.tar.gz - Unpack
mediawiki-1.29.0.tar.gzto/home/www/mediawiki-1.29.0 - Copy from
/home/www/wto/home/www/mediawiki-1.29.0files and folders:LocalSettings.php,images, some extensions
Then from command-line I do:
- Change link
/home/www/wfrom/home/www/mediawiki-1.28.2to/home/www/mediawiki-1.29.0 cd /home/www/w/opt/php/7.1/bin/php ~/bin/composer.phar require mediawiki/semantic-media-wiki "~2.5" --update-no-dev/opt/php/7.1/bin/php ~/bin/composer.phar update/opt/php/7.1/bin/php maintenance/update.php
And maintenance/update.php does nothing! At all!
And my site down to HTTP 500.
What is wrong and how can I debug maintenance/update.php ?
Okay, there is how I try to solve it:
.htaccessLocalSettings.phpmy website/w/index.phpI found that there were two(!) missing extensions:PdfHandlerandSpamBlacklist. After removing them fromLocalSettings.phpall works fine.That is the question: where were
PdfHandlerandSpamBlacklistgone???