https://bugzilla.wikimedia.org/show_bug.cgi?id=70083
Bug ID: 70083
Summary: configuration problems with windows paths
Product: MediaWiki extensions
Version: REL1_23 branch
Hardware: PC
OS: Windows Server 2003
Status: UNCONFIRMED
Severity: major
Priority: Unprioritized
Component: PdfHandler
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected],
[email protected], [email protected],
[email protected]
Web browser: ---
Mobile Platform: ---
Using a customised configuration according to [1] will not work on some Windows
systems. I think because of issues with blanks in the standard file pathes of
Windows 2003 - "Program Files" and "Program Files (x86)" where gs, IM and xpdf
install by default.
For Example with the following configuration PDFHandler will not work. There is
no reaction of the Extension like mentioned in [2].
<pre>
# Konfiguration von pdfhandler
$wgPdfProcessor = 'C:\Program Files\gs\gs9.07\bin\gswin64.exe';
$wgPdfPostProcessor = $wgImageMagickConvertCommand; // if defined via
ImageMagick
//$wgPdfPostProcessor = 'C:\Program Files
(x86)\ImageMagick-6.6.9-Q16\convert.exe'; // if not defined via ImageMagick
$wgPdfInfo = 'C:\Program Files\xpdf\bin64\pdfinfo.exe';
$wgPdftoText = 'C:\Program Files\xpdf\bin64\pdftotext.exe';
</pre>
When running /maintenance/runjobs.php the following error comes up always:
<pre>
Der Befehl "C:\Program" ist entweder falsch geschrieben oder konnte nicht
gefunden werden.
</pre>
[1] https://www.mediawiki.org/wiki/Extension:PdfHandler
[2] https://www.mediawiki.org/wiki/Extension:PdfHandler#Usage
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l