Fatal Error: Fresh install of WP & Kaltura

4 replies [Last post]
Joined: 04/20/2010
Points: 2

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

Joined: 04/20/2010
Points: 2

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.

Joined: 03/29/2009
Points: 764

Thanks for posting it, we'll check it out.

Joined: 03/29/2009
Points: 764

Thanks a lot for letting us know about it, we expect to fix this bug in the plugin's next version.

Joined: 03/29/2009
Points: 764

Version 2.4.1, including a fix to this issue, has just been released.