Last modified: 2011-05-09 22:54:19 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 T30875, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 28875 - proofread page throws exception on current trunk "Call to undefined method SkinMonoBook::makeKnownLink"
proofread page throws exception on current trunk "Call to undefined method Sk...
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
ProofreadPage (Other open bugs)
unspecified
All All
: High normal (vote)
: ---
Assigned To: Bawolff (Brian Wolff)
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-05-07 19:08 UTC by Bawolff (Brian Wolff)
Modified: 2011-05-09 22:54 UTC (History)
3 users (show)

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


Attachments

Description Bawolff (Brian Wolff) 2011-05-07 19:08:13 UTC
Possibly the fault of something on trunk (this is testing against r87650 of phase3), but I don't really want to debug right now. Probably something to do with making the Linker static.

Call to undefined method SkinMonoBook::makeKnownLink

Backtrace:

#0 /var/www/w/phase3/extensions/ProofreadPage/ProofreadPage_body.php(488): Skin->__call('makeKnownLink', Array)
#1 /var/www/w/phase3/extensions/ProofreadPage/ProofreadPage_body.php(488): SkinMonoBook->makeKnownLink('Index:Wikisourc...', 'Link to the ind...')
#2 [internal function]: ProofreadPage->imageMessage(Object(ImagePage), Object(OutputPage))
#3 /var/www/w/phase3/includes/Hooks.php(235): call_user_func_array(Array, Array)
#4 /var/www/w/phase3/includes/Hooks.php(38): Hooks::run('ImageOpenShowIm...', Array)
#5 /var/www/w/phase3/includes/ImagePage.php(343): wfRunHooks('ImageOpenShowIm...', Array)
#6 /var/www/w/phase3/includes/ImagePage.php(111): ImagePage->openShowImage()
#7 /var/www/w/phase3/includes/Wiki.php(487): ImagePage->view()
#8 /var/www/w/phase3/includes/Wiki.php(104): MediaWiki->performAction(Object(ImagePage))
#9 /var/www/w/phase3/index.php(145): MediaWiki->performRequestForTitle(Object(ImagePage))
#10 {main}
Comment 1 Sam Reed (reedy) 2011-05-09 15:43:30 UTC
My IDE reports

		$link = $sk->makeKnownLink( "$index_namespace:$name", wfMsg( 'proofreadpage_image_message' ) );

As being a call to an unknown method

Don't think there's any debugging needed... Just update the caller
Comment 2 Bawolff (Brian Wolff) 2011-05-09 22:54:19 UTC
Fixed the caller in r87777

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


Navigation
Links