ProfessionalWiki / chameleon

Provides a highly flexible and customizable skin using Bootstrap 4
https://www.mediawiki.org/wiki/Skin:Chameleon
Other
115 stars 63 forks source link

Deprecation warning with MW 1.39: BaseTemplate::printTrail #370

Closed bovender closed 1 year ago

bovender commented 1 year ago

After upgrading to MW 1.39, I get the following deprecation warning:

Use of BaseTemplate::printTrail was deprecated in MediaWiki 1.39. [Called from Skins\Chameleon\ChameleonTemplate::execute in /var/www/html/skins/chameleon/src/ChameleonTemplate.php at line 51]
malberts commented 1 year ago

Can you try with the latest master branch? This warning was fixed recently (#366).

bovender commented 1 year ago

Yes, that fixed it, thanks. (I had searched only issues, not pull requests, hence didn't find it.)


For others who possibly encounter this problem before a new release is made: Install the extension with:

COMPOSER=composer.local.json composer require --no-update mediawiki/chameleon-skin:dev-master

In my case, I also had to manually edit composer.local.json which still had a ~4.0 in it.