Stevie Caldarola
Member
Posted 5 months ago #
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!
lweilenman
Member
Posted 3 months ago #
Did you ever get this problem resolved? I am having the same issue.
Stevie Caldarola
Member
Posted 3 months ago #
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!
jvandemerwe
Member
Posted 4 weeks ago #
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.