On 25.06.2009, at 02:26, Bill wrote: > We're using the mwlib.cgi to perform the rendering and it seems to > never return after starting the pdf print. I look in the log output > for the cgi and I see: > > .... > 2009-06-24T17:18:11 mwlib.serve.info >> render_status a70c4d3897945083 > rl > 2009-06-24T17:18:11 mwlib.wsgi.info >> request took 0.006124 s > 2009-06-24T17:18:12 mwlib.serve.info >> render_status a70c4d3897945083 > rl > 2009-06-24T17:18:12 mwlib.wsgi.info >> request took 0.002621 s > 2009-06-24T17:18:14 mwlib.serve.info >> render_status a70c4d3897945083 > rl > 2009-06-24T17:18:14 mwlib.wsgi.info >> request took 0.000997 s > 2009-06-24T17:18:15 mwlib.serve.info >> render_status a70c4d3897945083 > rl > 2009-06-24T17:18:15 mwlib.wsgi.info >> request took 0.000984 s > ... > > but I get nothing back on the wiki.
Most probably, mw-render can't be executed for some reason. Are there any errors in the log? Can you execute mw-render manually on the command line? $ mw-render -o test.pdf -w rl -c http://yourwikis/base/url "Some Article Name" Are there any log or error files in the "collection directory"? The name of the directory is constructed from the collection ID (the cryptic alpha-numeric string in the log above) like this: /path/to/your/cache/dir/a/a7/a70c4d3897945083 (i.e. first the path to your --cache-dir, then the first letter of the collection ID, then the first two letters of the collection ID, then the whole collection ID.) -- 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 -~----------~----~----~----~------~----~------~--~---
