PDA


View Full Version : Error on 3.7 beta 3


ZGeek
01-09-2008, 08:29 PM
I updated to 3.7 beta a few days ago. Everything has been fine, but today I am getting this error.

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/vba_cmps_include_top.php on line 87

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/vba_cmps_include_top.php on line 92

I've tried going through and saving all my settings again (saw this error in another thread and that's what was suggested) but it still happening.

Anyone got an idea what it could be?

Brian
01-10-2008, 05:26 PM
Are you running v3.0 RC2 of the CMPS, and have you updated the files per this announcement?

http://www.vbadvanced.com/forum/showthread.php?t=26250

ZGeek
01-11-2008, 07:34 AM
I've done that. My site got hacked. I've totally reinstalled vbulletin and vbadvanced but I am still getting it.

ZGeek
01-11-2008, 07:58 AM
Also getting this now :(

Unable to add cookies, header already sent.
File: /var/www/vhosts/zgeek.com/httpdocs/forum/includes/class_core.php
Line: 3142

Brian
01-11-2008, 11:55 AM
I'm pretty sure I see how that's happening now. Try looking in your includes/vba_cmps_include_top.php file for this line:
$repfiles = array();

Replace with this:
$repfiles = array('find' => array(), 'replace' => array());

And that should take care of the issue.

ZGeek
01-11-2008, 05:36 PM
That did it. Thank you!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!