When attempting to create a node with Kaltura cck field, an exception is thrown. It seems to happen only on node types that have vocabularies assigned to them. The error is as follows:

Fatal error: Uncaught exception 'KalturaException' with message 'Entry id "1_zy47l0y6" not found' in /var/www/dev.mysite.com/sites/all/modules/kaltura/kaltura_client/KalturaClientBase.php:310 Stack trace: #0 /var/www/dev.mysite.com/sites/all/modules/kaltura/kaltura_client/KalturaClient.php(3629): KalturaClientBase->throwExceptionIfError(Array) #1 /var/www/dev.mysite.com/sites/all/modules/kaltura/plugins/field_kaltura/field_kaltura.module(873): KalturaMixingService->update('1_zy47l0y6', Object(KalturaMixEntry)) #2 /var/www/dev.mysite.com/sites/all/modules/kaltura/plugins/field_kaltura/field_kaltura.module(845): kaltura_update_field_entries_tags(Array, '', 'Alexander') #3 /var/www/dev.mysite.com/modules/node/node.module(679): field_kaltura_nodeapi(Object(stdClass), 'presave', NULL, NULL) #4 /var/www/dev.kineticfit.com/modules/node/node.module(865): node_invoke_nodeapi(Object(stdClass), 'presave') #5 /var/www/dev.mysite.com/modules/node/node.pages.inc(456): node_save(Object(stdClass)) #6 /var/www/dev. in /var/www/dev.mysite.com/sites/all/modules/kaltura/kaltura_client/KalturaClientBase.php on line 310

Comments

MichaelP’s picture

This is actually the same error as http://drupal.org/node/852532 and I can confirm that removing the vocabulary from the node type allows the node to be created without error. (I also applied the patch at http://drupal.org/node/852532 #5).