warning: array_merge() [function.array-merge]: Argument #1 is not an array in C:\apachefriends\xampp\htdocs\drupal\includes\menu.inc on line 351.
this is the error I get when I click on quicklink in the bookmark block. am i doing something wrong?
warning: array_merge() [function.array-merge]: Argument #1 is not an array in C:\apachefriends\xampp\htdocs\drupal\includes\menu.inc on line 351.
this is the error I get when I click on quicklink in the bookmark block. am i doing something wrong?
Comments
Comment #1
kozuch82 commentedHi,
I am getting the same error.
Jan
Comment #2
agentrickardFairly certain this is a PHP 5+ issue. PHP5 is very strict about array_merge.
Will try to debug, This _should_ be fixed.
Comment #3
agentrickardSee http://drupal.org/node/56417