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

agilpwc’s picture

seems to have somethng to do with PHP 5 and if you take out the $ on $node->$dummy_value it works ie $node->dummy_value

moshe weitzman’s picture

Title: php error » fatal error on php5
Priority: Normal » Critical

i am seeing this too.

Robrecht Jacques’s picture

Status: Active » Fixed

Fixed. Will be included in next node_import release (5.x-1.5).

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.