Copyright © 2011 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
EduVideo.org
I have a fresh install of WP 2.9.2 (default theme) with no plugins active except for All in One Video.
I am able to add video into a post or a page but when it is viewed within the site the page/post displays this error:
Fatal error: Class 'KalturaModel' not found in /home/kenv/happytemps.com/wp-content/plugins/all-in-one-video-pack/lib/kaltura_helpers.php on line 284
It is failing on the following line because it isn't able to find the KalturaModel class:
$kmodel = KalturaModel::getInstance();
Any ideas are appreciated
-Ken
Found the problem! The Widescreen playlist player generated code is bad. It inserts the following into TinyMCE:
[kaltura-widget uiconfid="1492372" entryid="0_hkf5bvkk" width="400" height="0" addpermission="" editpermission="" /]the height="0" causes an initialization error in the KalturaModel class. When I manually changed the height to 255 the problem stopped happening.