Closed (fixed)
Project:
Kaltura
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
30 Nov 2009 at 02:53 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent
Comments
Comment #1
6element commentedComment #2
xurizaemonWow, thanks - possibly my favourite issue in this queue so far!
To reproduce: check "Create new revision" before saving any node of type kaltura media node, kaltura media remix or kaltura playlist.
Three of the submodules (kaltura playlist, node kaltura entry, node kaltura mix) contain references to node_example_insert(). All three use it the same way, and appear the modules would attempt to call node_example_insert() (and fatal) when updating on a site with node revisions enabled.
node_example_insert()is defined in the Node Example Module. It won't be present on most sites because it's not a "real" module.Moving this to 2.x, will review your patch and work on a fix.
How is it this issue hasn't received more noise in the past? That's just wierd.
Comment #3
xurizaemonComment #4
xurizaemonFixed in 6.x-2.0-bETA1