Support » Fixing WordPress » Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /h

  • Resolved Stevie Caldarola

    (@steviecald)


    Hello,

    I just upgraded to 3.3 and immediately after my upgrade, this error showed up:

    Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/ladiesoc/public_html/wp-content/plugins/wp-pagenavi/scb/Options.php on line 46

    How do I fix this?

    http://www.ladiesocb.com

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Did you ever get this problem resolved? I am having the same issue.

    Thread Starter Stevie Caldarola

    (@steviecald)

    Sort of- I had a plug-in that was causing the issue. Go through your installed plug-ins, and deactivate them one-by-one. For whichever one causes that problem code to disappear, get rid of that plugin.

    Good luck!

    I had the same problem. But the solution was not in the plugins. I exported the database with PHPmyadmin, because I wanted to make a duplicate of all the tables for another wordpress installation. I modified the file with PSPAD Editor, but the codepage in the editor was not the same as of the data (UTF-8 versus ANSI). And there was the problem like described above. After modifying it again in the right codepage (UTF-8 in my case) and executing the sql again in PHPMyadmin, the error was gone.

    Thanks a lot jvandemerwe! I’ve got the same probleme and it’s ok now.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /h’ is closed to new replies.