I activated the content Profile module and the Rules modul. I was setting up a rule, when I realized, that if I direct the registered users to the profile page, the node/add/profile showes the old profile form, however if I click to the create content - profile than the same node/add/profile appears in the address line, but it takes me to the new, content profile generated form.
On the content profile page I get an error message , which says:
warning: Invalid argument supplied for foreach() in /xxxxxxxxx/includes/form.inc on line 1211.

Please help me, how can I fix this duplication error, and have the node/add/profile direct to the new content profile form?
Thank you

Comments

polistvan’s picture

The line 1211 showes this: foreach ($form['#default_value'] as $key) {