Topic on Project:Support desk

Template:Listen - No Player for Embedded ogg File

5
RigganRose (talkcontribs)

Hello,

I'm working on a project for a client and having issues getting Template:Listen to function correctly. Both the template and it's accompanying module have been exported from Wikipedia and imported to the MediaWiki I'm working with. The "listen box" displays with links to the sound file I am trying to embed, but does not show a player or any option to play the sound file from the specific page I need it to work on. My code for the template looks like this:

{{Listen | filename = LK Wheezing Laugh.ogg | title = LK Wheezing Laugh | description = LK's "wheezing laugh" was a popular recurring staple in the ''Shoot of the Week'' series. | pos = right }}


This is what I get showing up instead of the speaker icon and the play button:

http://www.lordkayoss.com/wiki/index.php?title=Lord_Kayoss#Shoot_of_the_Week


Wondering what I am missing. Is there some kind of code that needs to be added to Commons or inserted into LocalSettings.php to get the box to display correctly and include the media player? Is there another template/module I need to export from Wikipedia? I'd much rather get this working correctly versus installing a new media player via an extension that doesn't fit the native Wiki theme. Any help would be greatly appreciated.

Thank you!

Version Info
MediaWiki 1.24.1
PHP 5.4.37 (cgi-fcgi)
MySQL 5.1.56-log
Lua 5.1.5
Florianschmidtwelzow (talkcontribs)
RigganRose (talkcontribs)

I've hit a snag on the TimedMediaHandler installation. To my knowledge, I have followed the instructions correctly, but when I try to access the page at http://www.lordkayoss.com/wiki/index.php?title=Lord_Kayoss I'm getting:

Warning: require_once(PEAR.php): failed to open stream: No such file or directory in /home/lordkayoss/lordkayoss.com/wiki/extensions/TimedMediaHandler/handlers/OggHandler/PEAR/File_Ogg/File/Ogg.php on line 123

Fatal error: require_once(): Failed opening required 'PEAR.php' (include_path='/home/lordkayoss/lordkayoss.com/wiki/extensions/TimedMediaHandler/handlers/OggHandler/PEAR/File_Ogg:.:/usr/local/lib/php:/usr/local/php5/lib/pear') in /home/lordkayoss/lordkayoss.com/wiki/extensions/TimedMediaHandler/handlers/OggHandler/PEAR/File_Ogg/File/Ogg.php on line 123

Any ideas what I might've missed?

(Btw, thx for letting me know about the trademark policy violation. Looking into that as well)

Ciencia Al Poder (talkcontribs)

That extension requires you to have PEAR installed.

RigganRose (talkcontribs)

A detailed walkthrough on how to get it installed and working (using Windows) would be extremely helpful. The instructions on Pear's page aren't the easiest to follow.

Reply to "Template:Listen - No Player for Embedded ogg File"