Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /forum.php(540) : eval()'d code on line 56
You encountered that error in the index page ?
I removed this code from line 540 of forum.php and it no longer displays the error, is there a fix for this without removing the code , is this code really required?
i recieved this error in index.php which is my forum.php
my index.php is VBcmps
when i remove this code from forum.php
($hook = vBulletinHook::fetch_hook('forumhome_complete')) ? eval($hook) : false;
the chatbox disappears from the forum.php but shows up in other pages like above post
|