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

kozuch82’s picture

Status: Active » Closed (won't fix)

Hi,

I am getting the same error.

Jan

agentrickard’s picture

Fairly certain this is a PHP 5+ issue. PHP5 is very strict about array_merge.

Will try to debug, This _should_ be fixed.

agentrickard’s picture