Probably you are using your own mw-serve to render the pdf's files. I had this error once. in the console I typed as root # uname -n output = vm1.localdomain
the output I copied to de variable $wgCollectionMWServeURL as follow $wgCollectionMWServeURL = 'http://vm1.localdomain:8899' 8899 is the port that I used. It worked for me. On 25 out, 07:17, Marcel Seger <[email protected]> wrote: > Hello, > > Now I finally got my PDF-Creation via the Collection and PDF-Writer > Extension for Mediawiki 1.16.0 working. > > I can create pdf's of a single article without problems. But if i try > to do it via the book generator it will stuck with the Message: > > Fortschritt: 0 % Status: job queued > > My mw-serve is saying (and repeats it every second): > > vm-wikitest.test.de - - [25/Oct/2010 11:12:08] "POST / HTTP/1.1" 200 > 125 > 2010-10-25T11:12:08 mwlib.serve.request_info >> remote_addr: > 192.168.1.25, referer:http://vm-wikitest/wiki/index.php5/Hauptseite > 2010-10-25T11:12:08 mwlib.serve.info >> u'render_status > 390ca733eb49f4c9 rl' > > im using: > > MW 1.16.0 > mwlib 0.12.13 > mwlib.rl 0.12.6 > > Can someone help me fix it? > > Marcel -- 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.
