How do I tell MediaWiki that djvulibre should be launched in a Shellbox, and in which one?
Alexander Mashin talk 09:29, 17 October 2023 (UTC)
Manual talk:How to use DjVu with MediaWiki
I can't get djvu to work on my Mac server. This is now causing me lots of frustration after following the instructions perfectly.
On visiting http://localhost/w/index.php/File:Alice_in_Wonderland.djvu I just get a link to the resource with an icon http://localhost/w/skins/common/images/icons/fileicon-djvu.png - the file dimensions are not shown.
Visiting http://localhost:8888/w/index.php/Page:Alice_in_Wonderland.djvu/8 generates a 404 to http://localhost:8888/w/images/thumb/2/29/Alice_in_Wonderland.djvu/page8-px-Alice_in_Wonderland.djvu.jpg
Correcting the url to have a width argument and visiting http://localhost:8888/w/images/thumb/2/29/Alice_in_Wonderland.djvu/page8-500px-Alice_in_Wonderland.djvu.jpg
gives me
Error creating thumbnail: No path supplied in thumbnail object
Where am I going wrong?
Hello! I known nothing about MAC-server, but you can turn on debuging (in http-server, mediawiki, etc...) and view errors and warnings in log-files. I think you should specify variables $wgDjvuDump, $wgDjvuRenderer and $wgDjvuTxt and http-server/mediawiki need runing this programs without errors.
I can't get djvu to work on my WAMP server, pages not showing any text after uploading djvu files. I followed instructions exactly as described!
Any idea ? —— Preceding unsigned comment added by 90.0.125.247 (talk • contribs)
Still no idea ? —— Preceding unsigned comment added by 86.202.181.129 (talk • contribs)
Still don't work. —— Preceding unsigned comment added by 90.59.252.234 (talk • contribs)
- All work fine when you put the full path to postprocessor file into LocalSettings.php, f.e. :
$wgDjvuPostProcessor = 'T:\DjvuHandler\GnuWin32\bin\pnmtojpeg.exe';
This post was posted by Kghbln, but signed as Bandar Lego.