Active
Project:
Form Defaults
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 May 2009 at 06:41 UTC
Updated:
19 May 2009 at 08:49 UTC
I am seeing the following error when entering a create content form. The content type includes a Taxonomy Content CCK field hidden via formdefaults (no change in title/description/weight). CCK settings: field type is "Content Taxonomy Fields", Widget type is "Select List", a default value is preset
warning: preg_match() expects parameter 2 to be string, array given in /var/www/drupal/includes/bootstrap.inc on line 771.
The error is reported when entering form as authenticated user.
No error is reported when entering form as user 1
The error disappears un-hiding the CCK field.
Comments
Comment #1
skizzo commentedI see the same problem also with other CCK field types . E.g. with field type "text" and widget type "Text field"