I have a content type "man" with a date field "birthday". My content type "boy" is inherited from "man". When I want to create or modify a boy, it tells me :
warning: preg_match() expects parameter 2 to be string, array given in ... /includes/bootstrap.inc on line 774

and my birthday field has no title, just the string " : " instead of "birthday :"

No problem with the parent content type "man".

Comments

gaëlg’s picture

This error only happens when the child content type has its own fields. If I create a child field with no special fields, it works.