Closed (fixed)
Project:
Node import
Version:
5.x-1.2
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2007 at 03:45 UTC
Updated:
31 Mar 2008 at 13:52 UTC
Cannot access empty property in /www/sites/all/modules/node_import/supported/cck/content.inc on line 173
something to do with unset($node->dummyvalue);
I get this after the mapping and the next screen and move to preview.
Comments
Comment #1
agilpwc commentedseems to have somethng to do with PHP 5 and if you take out the $ on $node->$dummy_value it works ie $node->dummy_value
Comment #2
moshe weitzman commentedi am seeing this too.
Comment #3
Robrecht Jacques commentedFixed. Will be included in next node_import release (5.x-1.5).
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.