Hi,
I have a problem with downloading pdf-files. I am using the default
public rendering service, as set in collection.php:
$wgCollectionMWServeURL = 'http://tools.pediapress.com/mw-serve/';
After klicking the link to generate a pdf-file of the current page, I
get the following message:
"data fetched. waiting for render process.."
Shortly afterwards the systems comes back telling me that the document
has been successfully created. When I klick the download-link, an
empty page opens. Trying to save the link results in saving a file,
called collection.pdf, with 0 bytes.
these are my relevant settings in localsettings.php:
require_once("$IP/extensions/Collection/Collection.php");
$wgEnableApi = true;
$wgEnableWriteAPI = true;
$wgCollectionMWServeCredentials = "user:user-pwd";
$wgGroupPermissions['user']['collectionsaveasuserpage'] = true;
$wgGroupPermissions['autoconfirmed']['collectionsaveascommunitypage']
= true;
Any help much appreciated.
Thanks,
flieger
--
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.