I just updated to the latest versions of CCK (4.7.x-1.x) and Imagefield (4.7.x-1.x) (13/11/2006) now whenever I try to update a CCK node, I get this error.

The two lines below are repeated for about 10 times.

# warning: Invalid argument supplied for foreach() in /home/planetur/public_html/modules/node.module on line 359.
# warning: implode() [function.implode]: Bad arguments. in /home/planetur/public_html/modules/node.module on line 363.

Comments

tanepiper’s picture

I have a similar problem with the date.module for CCK, and I've entered an issue here: http://drupal.org/node/97600

It seems to be related to Node:Body, and the reason you have 10 instances of it is your page must be set to show 10 items, as I have 4 items at the moment and get 4 errors:


Warning: Invalid argument supplied for foreach() in C:\apache2\htdocs\nhm\modules\cck\date.module on line 85
Warning: Invalid argument supplied for foreach() in C:\apache2\htdocs\nhm\modules\cck\content.module on line 878
Warning: Invalid argument supplied for foreach() in C:\apache2\htdocs\nhm\modules\cck\date.module on line 85
Warning: Invalid argument supplied for foreach() in C:\apache2\htdocs\nhm\modules\cck\content.module on line 878
Warning: Invalid argument supplied for foreach() in C:\apache2\htdocs\nhm\modules\cck\date.module on line 85
Warning: Invalid argument supplied for foreach() in C:\apache2\htdocs\nhm\modules\cck\content.module on line 878
Warning: Invalid argument supplied for foreach() in C:\apache2\htdocs\nhm\modules\cck\date.module on line 85
Warning: Invalid argument supplied for foreach() in C:\apache2\htdocs\nhm\modules\cck\content.module on line 878
anthon1’s picture

Hi,
I'm getting this too
Have either of you found a solution?

:D