I finally found what is different between operation of default render
server and my own server.
In Collection.body.php, there is '$req->execute()->isOK()' command related
with sending new request to server.
In case of default render server, result of above command is true,
but in case of my own render server, result is false.
But I don't know why result is different..
Can anyone help me to inspect?
Thanks,
On Saturday, June 23, 2012 1:36:09 AM UTC+9, cabalero wrote:
>
> Hi All,
>
> I installed mwlib 0.13.8 on my server and I checked exporting PDF
> worked well with 'mw-render' command.
>
> But exporting PDF through collection extension with my render server
> doesn't work well.
> Rendering worked well. But after rendering finish, when I click
> download link.
> 'File not found' error message occured.
>
> I checked render server. And I can found collect.zip file is in tmp
> folder.
> It seems that the zip file did not converted to pdf file, so 'file not
> found' message occur.
> (mediawiki version is 1.19 and I received collection from git )
>
> About render server, I just execute below four basic commands.
> $ nserve.py
> $ mw-qserve
> $ nslave.py --cachedir={{cache url}}
> $ postman.py -cachedir={{cache url}}
>
>
> I think above error might related with render server setting, cause
> when I set render server as default (http://tools.pediapress.com/mw-
> serve/ <http://tools.pediapress.com/mw-serve/>)
> exporting worked well.
>
> Anyone can help me to set render server well or let me know other
> cause?
>
> Thanks,
--
You received this message because you are subscribed to the Google Groups
"mwlib" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/mwlib/-/Pwt-unUsYJQJ.
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.