I've got the exact same error going on. But the Collection extension
never worked on my wiki.

I'm running 1.13.2 - my wiki isn't public so I guess I had to give
some credentials in the variable for this
in order for the pedia-press server to access my wiki. I gave it my
own login and pass.

These are the only variables I've changed in LocalSettings - apart
from EnableAPI = true and EnableWriteAPI = true

require_once("$IP/extensions/Collection/Collection.php");
$wgCollectionArticleNamespaces = array(
        NS_MAIN,
        NS_TALK,
        NS_USER,
        NS_USER_TALK,
        NS_PROJECT,
        NS_PROJECT_TALK,
        NS_IMAGE,
        NS_IMAGE_TALK,
        NS_MEDIAWIKI,
        NS_MEDIAWIKI_TALK,
        NS_TEMPLATE,
        NS_TEMPLATE_TALK,
        NS_HELP,
        NS_HELP_TALK,
        NS_CATEGORY,
        NS_CATEGORY_TALK,
        NS_PARTNER,
        NS_PARTNER_TALK,
        NS_PRINTVIS,
        NS_PRINTVIS_TALK,
        NS_WEBVISION,
        NS_WEBVISION_TALK,
        NS_ADVISION,
        NS_ADVISION_TALK
 );

$wgCollectionMWServeCredentials = "MyAccount:AaaandMyPassword";

Eager to know what might be wrong with Brandy's and my own
installation.

On 13 Maj, 12:41, Johannes Beigel <[email protected]>
wrote:
> On 13.05.2009, at 11:07, Brandy wrote:
>
> > As I wrote as subject the extension works well the last few months.
> > Today I wanted to export an article as PDF when I received the
> > following error:
>
> > PDF server error
> [...]
>
> > File "/home/tools/py25/lib/python2.5/site-packages/mwlib-0.11.3.dev-
> > py2.5-linux-x86_64.egg/mwlib/nshandling.py", line 110, in splitname
> >   prefix = self.siteinfo["namespaces"][str(defaultns)]["*"]
>
> > KeyError: 'namespaces'
>
> What's the URL of your wiki, so I can test what's going on?
>
> -- 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