Wordpress Plugin - Missing KS. Session not established

No replies
Joined: 02/07/2010
Points: 23

I have KalturaCe installed at locally using the domain kaltura.sb-sgc.net, and Wordpress installed locally as well to test.sb-sgc.net. Both sites operate fine. I installed the Kaltura plugin, and when I attempt to connect after editing "settings.php" to point to my server I get this error:

service url: [http://kaltura.sb-sgc.net]
trying to call service: [session.start] using session: []
full reqeust url: [http://kaltura.sb-sgc.net/api_v3/index.php?service=session&action=start]
Array ( [secret] => 75a187b4bb4d4f99de6f09b8d895774f [userId] => 1 [type] => 2 [partnerId] => 160122 [expiry] => 86400 [privileges] => edit:* [apiVersion] => 3.0 [format] => 3 )
result (serialized): a:2:{s:4:"code";s:10:"MISSING_KS";s:7:"message";s:35:"Missing KS. Session not established";}
result (object dump): Array (

 => MISSING_KS [message] => Missing KS. Session not established )
execution time for service [session.start]: [0.42104005813599]
service url: [http://kaltura.sb-sgc.net]
trying to call service: [baseentry.list] using session: [Array]
full reqeust url: [http://kaltura.sb-sgc.net/api_v3/index.php?service=baseentry&action=list]
Array ( [filter:objectType] => KalturaBaseEntryFilter [filter:orderBy] => -createdAt [pager:objectType] => KalturaFilterPager [pager:pageSize] => 20 [pager:pageIndex] => 1 [apiVersion] => 3.0 [partnerId] => 160122 [format] => 3 [ks:code] => MISSING_KS [ks:message] => Missing KS. Session not established )
result (serialized): a:2:{s:4:"code";s:10:"MISSING_KS";s:7:"message";s:35:"Missing KS. Session not established";}
result (object dump): Array ( [code] => MISSING_KS [message] => Missing KS. Session not established )
execution time for service [baseentry.list]: [0.46070313453674]

Your connection has failed to reach the Kaltura servers. Please check if your web host blocks outgoing connections and then retry. (Missing KS. Session not established)