Last modified: 2014-04-04 20:41:36 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T65550, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 63550 - Deprecated - Use of User::getSkin was deprecated in MediaWiki 1.18.
Deprecated - Use of User::getSkin was deprecated in MediaWiki 1.18.
Status: NEW
Product: MediaWiki extensions
Classification: Unclassified
DynamicPageList2 (Other open bugs)
REL1_22-branch
All All
: Unprioritized normal with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on: 54509
Blocks:
  Show dependency treegraph
 
Reported: 2014-04-04 20:40 UTC by [[kgh]]
Modified: 2014-04-04 20:41 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description [[kgh]] 2014-04-04 20:40:34 UTC
DPLMain::dynamicPageList

Backtrace:
    DPLMain.php line 2549 calls User->getSkin()
    DPLSetup.php line 1322 calls DPLMain::dynamicPageList()
    DPLSetup.php line 1308 calls ExtDynamicPageList::executeTag()
    - line - calls ExtDynamicPageList::dplTag()
    Parser.php line 4020 calls call_user_func_array()
    Preprocessor_DOM.php line 1181 calls Parser->extensionSubstitution()
    Parser.php line 3149 calls PPFrame_DOM->expand()
    Parser.php line 1212 calls Parser->replaceVariables()
    Parser.php line 395 calls Parser->internalParse()
    WikitextContent.php line 300 calls Parser->parse()
    WikiPage.php line 3552 calls WikitextContent->getParserOutput()
    PoolCounter.php line 222 calls PoolWorkArticleView->doWork()
    Article.php line 708 calls PoolCounterWork->execute()
    ViewAction.php line 44 calls Article->view()
    Wiki.php line 448 calls ViewAction->show()
    Wiki.php line 312 calls MediaWiki->performAction()
    Wiki.php line 602 calls MediaWiki->performRequest()
    Wiki.php line 467 calls MediaWiki->main()
    index.php line 49 calls MediaWiki->run()


DPL::formatList

Backtrace:
    DPL.php line 284 calls User->getSkin()
    DPL.php line 204 calls DPL->formatList()
    DPLMain.php line 2787 calls DPL->__construct()
    DPLSetup.php line 1322 calls DPLMain::dynamicPageList()
    DPLSetup.php line 1308 calls ExtDynamicPageList::executeTag()
    - line - calls ExtDynamicPageList::dplTag()
    Parser.php line 4020 calls call_user_func_array()
    Preprocessor_DOM.php line 1181 calls Parser->extensionSubstitution()
    Parser.php line 3149 calls PPFrame_DOM->expand()
    Parser.php line 1212 calls Parser->replaceVariables()
    Parser.php line 395 calls Parser->internalParse()
    WikitextContent.php line 300 calls Parser->parse()
    WikiPage.php line 3552 calls WikitextContent->getParserOutput()
    PoolCounter.php line 222 calls PoolWorkArticleView->doWork()
    Article.php line 708 calls PoolCounterWork->execute()
    ViewAction.php line 44 calls Article->view()
    Wiki.php line 448 calls ViewAction->show()
    Wiki.php line 312 calls MediaWiki->performAction()
    Wiki.php line 602 calls MediaWiki->performRequest()
    Wiki.php line 467 calls MediaWiki->main()
    index.php line 49 calls MediaWiki->run()

The wiki is on MW 1.22.5, with PHP 5.3.27 and MySQL 5.5.36. 

$wgDebugToolbar = true; was set to get these warnings.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links