I have just moved my Drupal 5.2 installation from old server (PHP v4.4.4, MySQL v4) to hostmonster (PHP v5.1.6., MySQL 5.0.27-standard-log).
-Exported database from old server as sql script and imported it to the new server.
-Copied Drupal directory from old server to new.
I get this error:
warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/.../includes/theme.inc on line 275.
warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/.../includes/theme.inc on line 278.
warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/.../includes/theme.inc on line 278.
warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/.../includes/theme.inc on line 275.
warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/.../includes/theme.inc on line 278.
warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/.../includes/theme.inc on line 278.
Please help my.
Comments
I had the same thing
Please see my response posted to another user who also reported the same issue at http://drupal.org/node/199250