array_merge(): Argument #2 is not an array
-
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)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘array_merge(): Argument #2 is not an array’ is closed to new replies.