Quote:
Originally Posted by Attitude5ire
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")
|
THIS WORKED FOR ME! THANK YOU!!!!