[Plugin: WP-PageNavi] Warning: array_merge() [function.array-merge]: Argument #2…error
-
Some of you may be experiencing this error with the latest version of WordPress (3.3.2) and this plugin (2.82).
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /wp-content/plugins/wp-pagenavi/scb/Options.php on line 46
Go ahead and open up the file references, Options.php. Go to line 46.
Replace this line with:
$data = array_merge( $this->defaults, $data );
This line:
$data = array_merge( $this->defaults, (array)$data );
And your error message should be fixed!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘[Plugin: WP-PageNavi] Warning: array_merge() [function.array-merge]: Argument #2…error’ is closed to new replies.