Bug #306
not posible to upload svg images to wiki.alpinelinux.org
| Status: | Closed | Start date: | 03/05/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % 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
History
Updated by Natanael Copa almost 2 years ago
- Project changed from Alpine Linux to Alpine Infrastructure
- Category deleted (
1)
Updated by Natanael Copa almost 2 years ago
- Category set to Wiki
Updated by Kogen Mantis almost 2 years ago
- Assignee 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 almost 2 years ago
- Status changed from New to Resolved
- % Done changed from 90 to 100
fixed on production box
Thanks!
Updated by Natanael Copa over 1 year ago
- Status changed from Resolved to Closed