Closed (fixed)
Project:
Embedded Media Field
Version:
5.x-1.x-dev
Component:
Embedded Media Import
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
4 Dec 2007 at 12:25 UTC
Updated:
3 Aug 2010 at 17:04 UTC
Jump to comment: Most recent file
Comments
Comment #1
chirale commentedI try this in different sites onto two multisite installation, two different servers and 5.2 / 5.3 Drupal codebase, but all results are still maddening.
Trying to force
$types['image_ncck']['TYPE_ID']['FIELD_ID'] = TRUE;inemfield.module make the content type visible in the list, permits parsing, but when it imports set it returns a "Cannot access empty property [...] on line 532".
Any idea of what going wrong? There's a method to restore normal module functions without removing the content type or the field?
Comment #2
chirale commentedBrutally solved putting in emfield.module the following lines:
Where:
Before do that, I set also the widget_settings field on node_field_instance to
a:0:{}to reset to default the widget settings.Since the "autodetection" fails for some old fields, before detection is repaired an override function should be implemented.
The import module is great but now is also not well documented, and I found the code quite obscure (but perhaps this is a fault of mine). Please take care of this issue and try to solve it.
Comment #3
aaron commentedComment #4
alex ua commentedEmimport is deprecated in favor of Feeds or FeedAPI. Closing.