• Hello, I’m getting this following php error line multiple times, and don’t know how to fix this.

    PHP Warning: array_merge(): Argument #2 is not an array in /wp-includes/load.php on line 63

    When I looked into my load.php, i saw the following code under line 63. What should I do to fix it.?

    $_SERVER = array_merge( $default_server_values, $_SERVER );

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    DO NOT EDIT/MODIFY WORDPRESS CORE FILES.

    This may be a plugin or theme conflict. Please attempt to disable all plugins, and use one of the default (Twenty*) themes. If the problem goes away, enable them one by one to identify the source of your troubles.

    Thread Starter abinashm

    (@abinashm)

    Thanks Steve!

    Let me try, and will get back to you.

    I am also getting this error. It happened after I updated 2 plugins for a related themes so that’s causing the error. Darn. Now, I’m looked out of pages, posts, plugins, etc so I’ll follow your instructions.

    I can delete the theme but the changes are in the database. It really is a good idea to use Darwin Backup plugin even for theme-related addons.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘array_merge(): Argument #2 is not an array’ is closed to new replies.