If you get this error, while clicking member profile page, reading PM or reputations..
Code:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1064) : eval()'d code on line 5
try doing this -
Edit plugin "vBShout [Template Cache]" and make the following change:
Find :
Code:
if (VB_AREA == "Forum")
Change it to
Code:
if (VB_AREA == "forum")
Kinda worked for me, though im using a different Version of Shoutbox which uses flatfile.
Cheers