Active
Project:
Content Type Inheritance Module
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2009 at 19:43 UTC
Updated:
19 Mar 2009 at 10:12 UTC
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
Comment #1
gaëlgThis error only happens when the child content type has its own fields. If I create a child field with no special fields, it works.