Difference between revisions of "Talk:Download"

From FollowTheScore
Jump to: navigation, search
(INTERNAL ERROR)
Line 54: Line 54:
  
 
--[[User:62.143.200.11|62.143.200.11]] 19:51, 11 September 2007 (CEST) emwede
 
--[[User:62.143.200.11|62.143.200.11]] 19:51, 11 September 2007 (CEST) emwede
 +
 +
::Thank you for bringing up that error. Please try to add "return true;" at the end of wfCallLoadMessages(). Does this solve the problem? Regarding the second error: The latest DPL distribution does not contain the code for the DPL special page. PLease make sure that your extensions/DynamicPageList directory contsains only the three files which are part of the distribution. If you had an older version and upgraded later, the files with an "SP" in their name will still be there. Don´t be afraid - just delete them.

Revision as of 21:56, 11 September 2007

Can you separate the source code out into DLP and Wgraph directories, please? -Eep² 10:16, 27 July 2007 (CEST)

Having to download all of your extensions just to update a particular one (DPL, in my case) is annoying... -Eep² 22:08, 28 July 2007 (CEST)

Not Able to download

Hi Admin

I am not able to download any of your extensions ... is the link removed ? --220.225.64.6 09:55, 30 August 2007 (CEST)

http://semeb.com/dpldemo/images/f/fe/Semeb_extensions.zip works fine for me (though I wish Gero would split it up into the separate extensions...) -Eep² 11:34, 30 August 2007 (CEST)


INTERNAL ERROR

I'm running into an "internal error" of mediawiki when running call or dpl extensions (as downloaded from zip file a minute ago) on MediaWiki: 1.12alpha (r25787) (bleeding edge) just checked out from svn trace gives you

Detected bug in an extension! Hook wfCallLoadMessages failed to return a value; should return true to continue hook processing or false to abort.

Backtrace:

#0 N:\XAMPPlite\htdocs\m3\includes\MessageCache.php(683): wfRunHooks('LoadAllMessages')
#1 N:\XAMPPlite\htdocs\m3\includes\SpecialSpecialpages.php(13): MessageCache->loadAllMessages()
#2 N:\XAMPPlite\htdocs\m3\includes\SpecialPage.php(653): wfSpecialSpecialpages(NULL, Object(UnlistedSpecialPage))
#3 N:\XAMPPlite\htdocs\m3\includes\SpecialPage.php(459): SpecialPage->execute(NULL)
#4 N:\XAMPPlite\htdocs\m3\includes\Wiki.php(201): SpecialPage::executePath(Object(Title))
#5 N:\XAMPPlite\htdocs\m3\includes\Wiki.php(45): MediaWiki->initializeSpecialCases(Object(Title), Object(OutputPage), Object(WebRequest))
#6 N:\XAMPPlite\htdocs\m3\index.php(89): MediaWiki->initialize(Object(Title), Object(OutputPage), Object(User), Object(WebRequest))
#7 {main}

with CALL when calling /index.php/Special:Specialpages

and

Detected bug in an extension! Hook wfDynamicPageListSPloadMessages failed to return a value; should return true to continue hook processing or false to abort.

Backtrace:

#0 N:\XAMPPlite\htdocs\m3\includes\MessageCache.php(683): wfRunHooks('LoadAllMessages')
#1 N:\XAMPPlite\htdocs\m3\includes\SpecialSpecialpages.php(13): MessageCache->loadAllMessages()
#2 N:\XAMPPlite\htdocs\m3\includes\SpecialPage.php(653): wfSpecialSpecialpages(NULL, Object(UnlistedSpecialPage))
#3 N:\XAMPPlite\htdocs\m3\includes\SpecialPage.php(459): SpecialPage->execute(NULL)
#4 N:\XAMPPlite\htdocs\m3\includes\Wiki.php(201): SpecialPage::executePath(Object(Title))
#5 N:\XAMPPlite\htdocs\m3\includes\Wiki.php(45): MediaWiki->initializeSpecialCases(Object(Title), Object(OutputPage), Object(WebRequest))
#6 N:\XAMPPlite\htdocs\m3\index.php(89): MediaWiki->initialize(Object(Title), Object(OutputPage), Object(User), Object(WebRequest))
#7 {main}

with DPL when calling /index.php/Special:Specialpages

--62.143.200.11 19:51, 11 September 2007 (CEST) emwede

Thank you for bringing up that error. Please try to add "return true;" at the end of wfCallLoadMessages(). Does this solve the problem? Regarding the second error: The latest DPL distribution does not contain the code for the DPL special page. PLease make sure that your extensions/DynamicPageList directory contsains only the three files which are part of the distribution. If you had an older version and upgraded later, the files with an "SP" in their name will still be there. Don´t be afraid - just delete them.