I am still getting this error:
Code:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1259) : eval()'d code on line 5
Im confused as to how to fix it. I tried doing this below but it did not work:
Try changing this in the plugin named "Show Meet our team at forum home page":
$tmp = unserialize($user["phrasegroup_siteteam"]);
To this:
$tmp[] = unserialize($user["phrasegroup_siteteam"]);
I know that the error began and is caused by the plugin called "Site Team Version 1.1.0 for VB version 3.6.8
Where or what do I look for to edit and in which files to fix this error or stop it from being thrown. The Plugin actually functions, I just get the error code seen at the top of the forum page. If I turn off the SiteTeam plugin or make it in-active then the error goes away. It also started giving me that error right after I installed the plugin "SiteTeam v1.1.0" so I am certain that this is where the problem lies correct?
So what exactly do I edit to fix this? Im very confused.
Thank you!