Greetings,

When creating a not required email field for any CCK node type in PostgreSQL field_com_email_email varchar(255) NOT NULL column is created in the corresponding table.

This causes a database not null constraint upon submitting the node form (when adding) with empty email field.
You should either remove NOT NULL or add DEFAULT clause into the database field definition.

Thank you.

Comments

mh86’s picture

Status: Active » Closed (duplicate)