Error on bootstrap.inc
skizzo - May 19, 2009 - 06:41
| Project: | Form Defaults |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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.

#1
I see the same problem also with other CCK field types . E.g. with field type "text" and widget type "Text field"