Talk:Download

From FollowTheScore
Jump to: navigation, search

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 no longer contain the code for the DPL special page. Please make sure that your extensions/DynamicPageList directory contains only the three files which are part of the distribution. If you had 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. --Gero 21:58, 11 September 2007 (CEST)
Adding "return true;" as a last line in Call.php in "wfCallLoadMessages()" after the line "Call::loadMessages();" actually solves the problem with the Call extension!
regarding the DPL-Extension it was merely my error. After deleting everything from the DPL extensions directory and copying only thos three files of your distribution into there did the job. So sorry for that errornous errormessage ;-) 62.143.200.11 07:32, 12 September 2007 (CEST)emwede
Why not still allow the special page since template:catlist can't handle multiple values and, hence, isn't ready to replace the special page completely just yet? -Eep² 23:07, 11 September 2007 (CEST)
If you want that feature feel free to create a modified copy of DPL:Catlist yourself. This can be done in pure wiki template code. The special page was conceptually the wrong way and had an awkward user interface. 08:19, 12 September 2007 (CEST)
I would if I knew how. -Eep² 08:55, 12 September 2007 (CEST)