If I add the existing table "node", and then go to admin/build/views, I get a huge list of errors. Removing node as an added table removes the errors.

Errors:
* warning: preg_match() expects parameter 2 to be string, array given in /users/mysite.com/htdocs/dev-test/includes/bootstrap.inc on line 859.
* warning: preg_match() expects parameter 2 to be string, array given in /users/mysite.com/htdocs/dev-test/includes/bootstrap.inc on line 859.
* warning: preg_match() expects parameter 2 to be string, array given in /users/mysite.com/htdocs/dev-test/includes/bootstrap.inc on line 859.
* warning: preg_match() expects parameter 2 to be string, array given in /users/mysite.com/htdocs/dev-test/includes/bootstrap.inc on line 859.
* warning: preg_match() expects parameter 2 to be string, array given in /users/mysite.com/htdocs/dev-test/includes/bootstrap.inc on line 859.
* warning: preg_match() expects parameter 2 to be string, array given in /users/mysite.com/htdocs/dev-test/includes/bootstrap.inc on line 859.
* warning: preg_match() expects parameter 2 to be string, array given in /users/mysite.com/htdocs/dev-test/includes/bootstrap.inc on line 859.
* warning: preg_match() expects parameter 2 to be string, array given in /users/mysite.com/htdocs/dev-test/includes/bootstrap.inc on line 859.
* warning: preg_match() expects parameter 2 to be string, array given in /users/mysite.com/htdocs/dev-test/includes/bootstrap.inc on line 859.
* warning: preg_match() expects parameter 2 to be string, array given in /users/mysite.com/htdocs/dev-test/includes/bootstrap.inc on line 859.
* warning: preg_match() expects parameter 2 to be string, array given in /users/mysite.com/htdocs/dev-test/includes/bootstrap.inc on line 859.
* warning: preg_match() expects parameter 2 to be string, array given in /users/mysite.com/htdocs/dev-test/includes/bootstrap.inc on line 859.
* warning: preg_match() expects parameter 2 to be string, array given in /users/mysite.com/htdocs/dev-test/includes/bootstrap.inc on line 859.
* warning: preg_match() expects parameter 2 to be string, array given in /users/mysite.com/htdocs/dev-test/includes/bootstrap.inc on line 859.
* warning: preg_match() expects parameter 2 to be string, array given in /users/mysite.com/htdocs/dev-test/includes/bootstrap.inc on line 859.
* warning: preg_match() expects parameter 2 to be string, array given in /users/mysite.com/htdocs/dev-test/includes/bootstrap.inc on line 859.

Comments

Chemtox’s picture

Perhaps related to this old issue: http://drupal.org/node/617142

Your warnings seem to come from drupal_validate_utf8() though, so who knows. A backtrace would tell you more.