No solution here, just a "me too" post. That's pretty much the exact error I was getting earlier today. I thought it might have something to do with having anonymous read permissions off, but I have the permissions for Collection setup properly in Local.php, and if I change the password to something invalid I get a different error message (an appropriate one).
I am NOT using SSL, so we can probably rule that out. Though of course I just went to reproduce it, just to be certain, and now I get a different problem, which is that it goes to 1% and never returns. No error, nothing. I can see it constantly doing SOMETHING in the log. It just never returns. 2009-06-01T22:10:18 mwlib.wsgi.info >> request took 0.005587 s localhost - - [01/Jun/2009 22:10:18] "POST / HTTP/1.1" 200 101 2009-06-01T22:10:19 mwlib.serve.info >> render_status 9b7b090b7d80d787 rl 2009-06-01T22:10:19 mwlib.wsgi.info >> request took 0.005531 s localhost - - [01/Jun/2009 22:10:19] "POST / HTTP/1.1" 200 101 Now I am less sure than i was this afternoon as to the cause of the problem. Thanks Isaac On Jun 1, 11:45 am, "[email protected]" <[email protected]> wrote: > Hi, > > I have a private install of mediawiki which is secured via https and > passwords, I think i have overcome the password and access issues, but > now it fails each time i try to create a pdf after 1%. The following > is the trace back. > > An error occured on the render server: traceback Traceback (most > recent call last): File "/usr/lib/python2.5/site-packages/mwlib-0.11.2- > py2.5-linux-i686.egg/mwlib/apps/render.py", line 182, in __call__ env > = self.get_environment() File "/usr/lib/python2.5/site-packages/ > mwlib-0.11.2-py2.5-linux-i686.egg/mwlib/apps/render.py", line 117, in > get_environment env = wiki.makewiki(self.zip_filename) File "/usr/lib/ > python2.5/site-packages/mwlib-0.11.2-py2.5-linux-i686.egg/mwlib/ > wiki.py", line 268, in makewiki script_extension=script_extension, > File "/usr/lib/python2.5/site-packages/mwlib-0.11.2-py2.5-linux- > i686.egg/mwlib/wiki.py", line 218, in _makewiki res.images = res.wiki > = nuwiki.Adapt(zf) File "/usr/lib/python2.5/site-packages/mwlib-0.11.2- > py2.5-linux-i686.egg/mwlib/nuwiki.py", line 202, in __init__ > self.nuwiki = nuwiki(path_or_instance) File "/usr/lib/python2.5/site- > packages/mwlib-0.11.2-py2.5-linux-i686.egg/mwlib/nuwiki.py", line 39, > in __init__ self.nshandler = nshandling.nshandler(self.siteinfo) File > "/usr/lib/python2.5/site-packages/mwlib-0.11.2-py2.5-linux-i686.egg/ > mwlib/nshandling.py", line 55, in __init__ self.capitalize = > self.siteinfo['general'].get('case') == 'first-letter' KeyError: > 'general' > > Any ideas would be great. > > Thanks > > Mark --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
