On 'Admin >> CCK node types >> Edit CCK node type' page I'm getting the error:

warning: Invalid argument supplied for foreach() in ... node_wizard.module on line 849

I think it is related to the 'Extra Fields' drop-down on this page, as there are no values listed there (the description reads 'Select the steps you want the extra (non-CCK) fields to belong to.', but there are no steps listed there).

Comments

Arnion’s picture

It appears that the error is that we need to define the array $buttons_codes. In other functions is defined as follows:

$buttons_codes =  array(
    'previous'  => t('Previous'),
    'next'      => t('Next'),
    'done'      => t('Done'),
  );
Anonymous’s picture

I have the same issue. Is there an existing fix ?
Thanks you :)

boychev’s picture

I have the issue too. Please give us some fix. 10x a lot ;)

calefilm’s picture

No? Am I okay using this module with this error?

Anonymous’s picture

I don't think so.