On 08.07.2009, at 15:47, Ethan wrote: > We are using (Version 1.1 [r44757]) of the Collection extension...
Would it be possible to update the extension to the newest revision? AFAIR there used to be two problems with the upload <form> on [[Special:Book]]. From looking at the revision you're using, I guess it could very well be the first point (If I knew the URL of your MediaWiki I could be sure about this point :-): 1. The method parameter of the upload <form> in Collection.templates.php was "get". This could lead to problems, when a wiki doesn't use short URLs. If you can change that manually to "post", that *could* fix your problem (search for "/post_zip" and change the value of the method attribute of the surrounding <form> tag form "get" to "post"). 2. The "name" parameter was empty, but is supposed to be "pediapress". You could try to hardcode that value in Collection.templates.php (search for 'name="partner"' and replace the following "<?php ... ?>" part for the value attribute with "pediapress"). > Our only problem now is getting the PediaPress component to work... If the above doesn't fix your problem: Do you block outgoing traffic in any way? -- Johannes --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/mwlib?hl=en -~----------~----~----~----~------~----~------~--~---
