Page MenuHomePhabricator

Warning in php log: HP Deprecated: Use of ParserOptions::setWrapOutputClass( false )
Closed, ResolvedPublic

Description

I have debug mode on to figure out why my recent changes stopped working, and came across the following; this may or may not have to do with my recent changes issue but wanted to flag it since it sounds like some thing broken with recent updates.

[12-Jun-2019 18:19:58 America/Winnipeg] PHP Deprecated: Use of ParserOptions::setWrapOutputClass( false ) was deprecated in MediaWiki 1.31. [Called from CargoUtils::smartParse in /home/ccmdb/ccmdb.kuality.ca/extensions/Cargo/includes/CargoUtils.php at line 501] in /home/ccmdb/ccmdb.kuality.ca/includes/debug/MWDebug.php on line 309

Event Timeline

Aklapper renamed this task from Error in php log: HP Deprecated: Use of ParserOptions::setWrapOutputClass( false ) to Warning in php log: HP Deprecated: Use of ParserOptions::setWrapOutputClass( false ).Jul 5 2019, 6:22 AM
Aklapper added a subscriber: Yaron_Koren.

Change 663182 had a related patch set uploaded (by Sahajsk; owner: Sahajsk):
[mediawiki/extensions/Cargo@master] Drop deprecated ParserOptions::setWrapOutputClass( false ) from Cargo for MW 1.31 and above.

https://gerrit.wikimedia.org/r/663182

Change 663182 merged by jenkins-bot:
[mediawiki/extensions/Cargo@master] Drop deprecated ParserOptions::setWrapOutputClass( false ) from Cargo for MW 1.31 and above.

https://gerrit.wikimedia.org/r/663182

Yaron_Koren claimed this task.

At long last, this is now fixed!