array_merge(): Argument #2 is not an array
-
Hi @raamdev, I’m facing this php error multiple times.
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 see the following under line 63. What should I do to fix it.?
$_SERVER = array_merge( $default_server_values, $_SERVER );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘array_merge(): Argument #2 is not an array’ is closed to new replies.