Needs review
Project:
Kaltura
Version:
6.x-2.x-dev
Component:
Documentation
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Apr 2010 at 04:21 UTC
Updated:
9 Jan 2013 at 02:49 UTC
Jump to comment: Most recent file
Comments
Comment #1
xurizaemonI'm not (yet) in a position to test this, but maybe you can. This small patch should make Kaltura Media Node skip taxonomy related actions if the taxonomy module is disabled.
(Of course, we could add the dependency, if KMN *requires* taxonomy module.)
Comment #2
raviepic3 commentedThanks for putting it up quickly, how ever people felt kaltura is too advanced for them, so moving back to square one :P
il test this when i implement it again for my self updation.
Comment #3
osmanIssue still exists in 6.x-2.0-beta2.
Media Node Settings (admin/settings/kaltura/kaltura_entry_settings) page was returning a 500 server error but nothing in dblog. I had to hunt it down in the Apache error.log to find out the problem:
Enabling Taxonomy module alone seems to be enough for a quick solution.
But, in my opinion, either the dependencies must be defined in module INFO file, or the Kaltura module should check if the function exists before executing it, just like in the patch. Thanks grobot for the patch. Even though it seems like the code has significantly updated since v1.4 it provides a good idea for an updated patch.
I'll try to post an updated patch later tonight.
Cheers,
Osman
Comment #4
xurizaemonRerolling for 6.x-2.x.
Comment #5
xurizaemonNB: D7 version doesn't include any taxonomy module calls.