Page MenuHomePhabricator

Deprecated: Use of Skin::addToBodyAttributes method to add body attributes was deprecated in MediaWiki 1.35
Closed, ResolvedPublicBUG REPORT

Description

Steps to Reproduce:

  • Install MediaWiki locally
  • Load the main page

Actual Results:

Deprecated: Use of Skin::addToBodyAttributes method to add body attributes was deprecated in MediaWiki 1.35. [Called from SkinTemplate::prepareQuickTemplate in includes/skins/SkinTemplate.php at line 439] in includes/debug/MWDebug.php on line 427

Call Stack
#	Time	Memory	Function	Location
1	0.0970	420616	{main}( )	.../index.php:0
2	0.1545	3333864	wfIndexMain( )	.../index.php:46
3	0.1546	3335992	MediaWiki->run( )	.../index.php:53
4	0.1547	3335992	MediaWiki->main( )	.../MediaWiki.php:543
5	0.1888	5437048	MediaWiki->{closure:/var/www/html/includes/MediaWiki.php:991-997}( )	.../MediaWiki.php:1006
6	0.1888	5437048	OutputPage->output( )	.../MediaWiki.php:993
7	0.1896	5461464	SkinVector->outputPage( )	.../OutputPage.php:2619
8	0.1915	5476232	SkinVector->generateHTML( )	.../SkinTemplate.php:141
9	0.1915	5476232	SkinVector->prepareQuickTemplate( )	.../SkinTemplate.php:125
10	0.2268	6424208	OutputPage->headElement( )	.../SkinTemplate.php:439
11	0.2318	6573448	wfDeprecated( )	.../OutputPage.php:3140
12	0.2318	6573448	MWDebug::deprecated( )	.../GlobalFunctions.php:1031
13	0.2318	6573576	MWDebug::deprecatedMsg( )	.../MWDebug.php:234
14	0.2318	6575144	MWDebug::sendRawDeprecated( )	.../MWDebug.php:303
15	0.2318	6575144	MWDebug::sendMessage( )	.../MWDebug.php:331
16	0.2318	6575144	trigger_error ( )	.../MWDebug.php:427

Expected Results:
No deprecation warning

Event Timeline

dbarratt renamed this task from Deprecated: Use of Skin::addToBodyAttributes method to add body attributes was deprecated in MediaWiki 1.35. [Called from SkinTemplate::prepareQuickTemplate in includes/skins/SkinTemplate.php at line 439] in includes/debug/MWDebug.php on line 427 to Deprecated: Use of Skin::addToBodyAttributes method to add body attributes was deprecated in MediaWiki 1.35.Jun 25 2020, 8:06 PM