On 31.03.2009, at 15:17, [email protected] wrote:
> I thing there is a problem on my side because I can't download a PDF
> file.
> When I re-generate the PDF from some collection, I get again the same
> error message.
> And if I create a new collection, it's always the same. I get the same
> error message when i click on the link "Download the file"

OK, that's very strange. I checked on the server with the collection  
IDs in one of your other mails (9229df12c38a292e): The PDF file has  
been generated and should be delivered when the download is triggered.  
This curl-command in the shell simulates the request which the  
MediaWiki issues (also via cURL for PHP):

$ curl -D - -o test.pdf -d collection_id=9229df12c38a292e -d writer=rl  
-d command=download http://tools.pediapress.com/mw-serve/

It produces the correct output here. Can you issue the very same  
command on the server where your MediaWiki is running and see if it

* downloads the PDF file
* outputs several response headers (e.g. "Content-Type: application/ 
pdf", "Content-Length: 149174")
* is executed reasonably quickly?

-- 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to