We reported https://bugzilla.wikimedia.org/show_bug.cgi?id=23790. The
extension fails with several php error messages (see link above) in
r67274. It does works with the same settings under our current
production version (r59858).
Heiko closed the bug saying that the error messages are specific to
our settings.
Our PDF collection settings are:
require_once("$IP/extensions/Collection/Collection.php");
$wgCollectionMWServeURL = 'http://pdf1.wikimedia.org:8080/mw-
serve/';
$wgCommunityCollectionNamespace = NS_PROJECT;
$wgCollectionArticleNamespaces[] = NS_HELP;
$wgEnableSidebarCache = false;
$wgCollectionFormats = array(
'rl' => 'PDF',
'odf' => 'OpenDocument Text',
);
Anything we can improve to continue using the extension?
Gregor
--
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.