Invalid param being passed when creating/viewing a task issue
boftx - November 25, 2009 - 17:47
| Project: | Project issue tracking |
| Version: | 6.x-1.x-dev |
| Component: | Issues |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
System config: Apache2, Drupal 6.14, PHP 5.2.11 (5.3 is WORTHLESS!!!)
I just installed the lastest dev Project bundle for testing and get the following error when submitting and then viewing a new issue:
warning: preg_match() expects parameter 2 to be string, array given in htdocs/includes/bootstrap.inc on line 777.A similar warning has been reported for several modules and in each case it appears to be related to passing an array to function drupal_validate_utf8 instead of a string. Various fixes that have been posted usually involve hacking the core, but I doubt that is correct. Without having dug deeper, my impression is that it is related to how a view is setup.
