Hello, I'm trying to install the Collection here but something is
going wrong. Whe I try to expor a collection of pages or even one
page, i get this error:

The POST request to http://tools.pediapress.com/mw-serve/ failed ($2).

My configuration in LocalSettings is:

require_once("$IP/extensions/Collection/Collection.php");
$wgEnableAPI = true;
$wgCollectionPODPartners = true;
$wgCollectionFormats = array(
    'rl' => 'PDF', # enabled by default
    'odf' => 'ODT',
    'docbook' => 'DocBook XML',
    'xhtml' => 'XHTML 1.0 Transitional',
    'epub' => 'e-book (EPUB)',
    'zim' => 'Kiwix (OpenZIM)',
);
$wgGroupPermissions['*']['collectionsaveascommunitypage'] = true;
$wgGroupPermissions['*']['collectionsaveasuserpage']      = true;

I wasnt able to find the log.txt that i've read in many places to see
what is the error. When I access the page http://tools.pediapress.com/mw-serve/
is just say "No command given", same goes for any kind of exportation
that I try.

Must I do any other configuration rather than those listed in the
extension? I read the README.txt to find out anything that could help,
i wasn't able to reproduce anything.

-- 
You received this message because you are subscribed to the Google Groups 
"mwlib" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to