https://bugzilla.wikimedia.org/show_bug.cgi?id=44116
Sam Reed (reedy) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Start at 1 % and no go on |Collection doesn't work on | |third party internal only | |wiki --- Comment #5 from Sam Reed (reedy) <[email protected]> --- (In reply to comment #2) > Hay, > the wiki is in the LAN not from the internet accessible. > To reprduce it do this: > - install Mediawiki 20.2 > - create an article with some letters > - install the extension Collection > http://www.mediawiki.org/wiki/Extension:Collection > - install Pdf Writer > http://www.mediawiki.org/wiki/Extension:PDF_Writer > - set in LocalSettings.php > $wgCollectionMWServeURL = "http://tools.pediapress.com/mw-serve/"; > The Page isn't large and it happens with any page. > No error messages, it just stop at 1 %. From memory, you cannot use their pdf server if your wiki is not publically accessible. You've already installed PDF Writer, which is the server side component, but you're not using it. You need to set $wgCollectionMWServeURL to your local PDF Writer install, not pediapresses -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
