Hi
I am creating node of various content types using curl . The difference is that the content types that have any cck fields enabled do not allow nodes to be created while the content types that dont have any cck fields allow nodes to be created.

This applies to usage of services 3 module with an end-point configured for our rest server.

The error reported is :

PHP Fatal error: Cannot unset string offsets in /srv/bindings/3df751b4e1e44f53a9ade99178040c66/code/sites/all/modules/cck/includes/content.node_form.inc on line 60

This is a very big issue in usage of creating new node into drupal 6 from an external site.

Can we please improve this piece of code.