On 29.03.2009, at 10:48, [email protected] wrote: > I can generate pdf for the page. > However, when I click the link to get the pdf. The pdf doesn't > download. More precisely: the pdf > doesn't download at all, and i get a blank page. > > I've tried this with several browsers and on several pages on my wiki, > and I get the same behaviour. It happened on mediawiki v.1.14, and > latest version of Collection and the issue occurs just the same. This > is with PHP 5.2.0-8+etch13 (cgi-fcgi)
Do you use your own mw-serve or the public render server on tools.pediapress.com? Can you copy the download URL and try to download the PDF with curl on the command line $ curl -o test.pdf -D - 'http://download/url/' and post the output (esp. the HTTP response headers) here? -- 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 -~----------~----~----~----~------~----~------~--~---
