Quote:
Originally Posted by dancue
Alright, I got it figured out.
Big thanks to Abe1!
Go into Plug-in Manager and edit the Show Meet our team at forum home page plug-in.
Change this:
Code:
$tmp = unserialize($user["phrasegroup_siteteam"]);
to this:
Code:
$tmp[] = unserialize($user["phrasegroup_siteteam"]);
No more errors for those of you running php5. Worked for me.
Thanks again to Abe1!!
|
This is what I have on forum page; Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1259) : eval()'d code on line 5
I have 5 members listed in site team, showing 4 Warning: array_merge, If I remove the other 4 members the Warning: array_merge is gone. Very confused