Hi Rober,
thanks for your reply. I had credentials set correctly but what I did
wrong was that I first needed to activate the extension in
LocalConfig.php and after that set the variables for formats like PDF
and ODT. Now everything works.
This is the code how it needed to be at my place:
-------------------------
require_once("$IP/extensions/Collection/Collection.php");
$wgCollectionMWServeURL = 'http://tools.pediapress.com/mw-serve/';
$wgCollectionMWServeCredentials = 'user:password';
$wgCollectionFormats = array(
'rl' => 'PDF',
'odf' => 'ODT'
);
-------------------------
Best regards,
Jan
On Aug 3, 7:55 pm, Rober <[email protected]> wrote:
> > You have to provide login credentials for an account that is able to
> > access these pages by setting
> > $wgCollectionMWServeCredentials = "USERNAME:PASSWORD"; (admin wiki
> > !!!)
> > in your LocalSettings.php (see README.txt of the Collection extension).
>
> and voliá it works.
--
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.