On 20/05/11 21:17, Uwe Baumbach wrote: > Hello, > > need help activating OggHandler. > > running wiki at version 1.14.1 (Yes, we will update! As soon as we see 1.17 > stable) with language code "de". > > - media handling software is installed on server > - extension files are checked out > - LocalSettings variables are set > - include is activated > > upload and rendering the media file article at our commons works! > > rendering an article with embedded ogg file leads to an error: > > "Magic word 'ogg_noplayer' not found" > in > ../our-wiki-root/includes/MagicWord.php(239): > Language->getMagic(Object(MagicWord)) > > in OggHandler.i18n.magic.php I can't find > > $magicWords['de'] = ...
MediaWiki 1.14 does not support setting magic words using $magicWords in an i18n file, that feature was introduced in 1.16. You should use the version of OggHandler from the 1.14 branch. http://www.mediawiki.org/wiki/Special:ExtensionDistributor/OggHandler Select 1.14.x. -- Tim Starling _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
