Installing the module got me these errors upon submitting the /admin/build/modules form in Drupal 6.13.

  • warning: mysqli_real_escape_string() expects parameter 2 to be string, array given in /Users/bikko/work/web/includes/database.mysqli.inc on line 323.
  • warning: mysqli_real_escape_string() expects parameter 2 to be string, array given in /Users/bikko/work/web/includes/database.mysqli.inc on line 323.
  • warning: mysqli_real_escape_string() expects parameter 2 to be string, array given in /Users/bikko/work/web/includes/database.mysqli.inc on line 323.
  • warning: mysqli_real_escape_string() expects parameter 2 to be string, array given in /Users/bikko/work/web/includes/database.mysqli.inc on line 323.

Then, when I visit /admin/content, I get these errors:

  • warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'node_add' was given in /Users/bikko/work/web/includes/menu.inc on line 348.
  • warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'node_add' was given in /Users/bikko/work/web/includes/menu.inc on line 348.

When I visit /node/add, these errors:

  • warning: preg_match() expects parameter 2 to be string, array given in /Users/bikko/work/web/includes/bootstrap.inc on line 771.
  • warning: preg_match() expects parameter 2 to be string, array given in /Users/bikko/work/web/includes/bootstrap.inc on line 771.
  • warning: preg_match() expects parameter 2 to be string, array given in /Users/bikko/work/web/includes/bootstrap.inc on line 771.

Any idea why? Is this because I'm using mysqli? I'm using it because I'm testing on MAMP on OS X....

Comments

jmlavarenne’s picture

I've never used the mysqli backend, so unfortunately I have no idea. I'll look into it as soon as I get a chance.