Bug #306
not posible to upload svg images to wiki.alpinelinux.org
| Status: | Closed | Start: | 03/05/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 100% |
||
| Category: | Wiki | Spent time: | 1.00 hour | |
| Target version: | - |
Description
Error creating thumbnail: /var/www/wiki.alpinelinux.org/htdocs/mediawiki-1.14.1/bin/ulimit4.sh: line 4: convert: command not found
Watchers
History
Updated by Natanael Copa 5 months ago
- Project changed from Alpine Linux to Alpine Infrastructure
- Category deleted (
1)
Updated by Natanael Copa 5 months ago
- Category set to Wiki
Updated by Kogen Mantis 5 months ago
- Assigned to changed from Natanael Copa to Kogen Mantis
- % Done changed from 0 to 90
Install rsvg
In LocalSettings.php add:
$wgSVGConverterPath = "/usr/bin";
$wgFileExtensions[] = 'svg';
$wgAllowTitlesInSVG = true;
$wgSVGConverter = 'rsvg';
Waiting for production...
Updated by Natanael Copa 5 months ago
- Status changed from New to Resolved
- % Done changed from 90 to 100
fixed on production box
Thanks!
Updated by Natanael Copa 3 months ago
- Status changed from Resolved to Closed