Closed (fixed)
Project:
Scald: Media Management made easy
Version:
7.x-1.x-dev
Component:
Scald core
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2014 at 11:30 UTC
Updated:
23 Dec 2014 at 16:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ciss commentedWe were able to trace the problem back to scald_context_config_load() and solved it by providing a default value for the data property (see attached patch).
Comment #2
ciss commentedComment #4
jcisio commentedWe should have had NULL as default value. BTW this patch fixes the error. Committed and pushed. Thanks.