Getting player to display in zen themes

2 replies [Last post]
Joined: 05/06/2009
Points: 4
0

I've got the player to display and work using the Bluemarine theme, but I can't get it to display using Zen themes. Any ideas on where to look to solve this problem?

Joined: 05/06/2009
Points: 4

led me to examine the templates. The only thing that's really different is that I had javascripts loading last in my Zen templates. Changing them to load first, loaded the player correctly, (but this is a problem for a separate thread).

Joined: 07/03/2009
Points: 9

Hi guys,

I've been having the same problem with my own Zen Theme (v6.x-1.0) and Drupal 6.13.

The page loads, and the player stays black, returning the context menu 'Video not loaded'. I traced it back to the memcached service not being enabled, and thus returning an error when Drupal wants to load a videoplayer:

Further on I changed nothing about the script loading mechanism in the Zen Theme, so I must decide it was not a direct Zen Theme issue in my case.

I decided to still post my experience as it could help others. The only thread possible was this one or his "clone" @ http://www.kaltura.org/getting-player-display-zen-themes.

Kind regards, and kudos to the kaltura developers for creating such an awesome platform and keeping it opensource!!

*Edit*

I decided to shed some light with some Firebug logs:

When trying to load the KDP into the page this is the NET answer:

<br />
<b>Warning</b>:  Memcache::connect() [<a href='memcache.connect'>memcache.connect</a>]: Can't connect
 to localhost:11211, Connection refused (111) in <b>/home/hometvb/public_html/kalturaCE/kaltura/alpha
/web/index.php</b> on line <b>12</b><br />
<html><head><meta http-equiv="refresh" content="0;url=http://kaltura.hometv.be/p/1/sp/100/flash/kdpwrapper
/v9.0/kdpwrapper.swf?widget_id=_1_605&amp;wrapper_tracker_url=http%3A%2F%2Fwww.kaltura.com%2Ftracker
%3Fkpartner_id%3D32425&amp;kdpUrl=http%3A%2F%2Fkaltura.hometv.be%2Fp%2F1%2Fsp%2F100%2Fflash%2Fkdp%2Fv1
.2.3CE%2Fkdp.swf&amp;host=kaltura.hometv.be&amp;cdnHost=kaltura.hometv.be&amp;entryId=x67dlaqxiy&amp
;uiconf_id=605&amp;referer=http%3A%2F%2Fwww.hometv.be%2Fvideo%2Fgent-langerbruggeneiland"/></head></html

>

the same happens when trying to load the thumbnails. You can check the screenshot for more information...