PDA

View Full Version : error with vBa CMPS in admincp


weirdpixels
10-04-2005, 07:00 PM
I just upgraded to vbulletin 3.5 and CMPS 2 the other day. Everything was working fine until a while ago. Now when I click on any of the CMPS links I get the following error:

Warning: array_keys(): The first argument should be an array in /includes/functions.php on line 3175

Warning: Invalid argument supplied for foreach() in /includes/functions.php on line 3175

I have not changed the functions.php file in anyway.

Any ideas?

Thanks

Brian
10-04-2005, 08:55 PM
Are you getting that error on any of your regular vB admin pages, or just the CMPS?

Our Sponsors
 

Brian
10-04-2005, 09:23 PM
Actually someone else with a support ticket is having the same problem. I'm not sure if vB changed something in 3.5.0 or what, but if you look in your vba_cmps_admin.php file for this code (right near the top):

'forumcache',

And remove it that should take care of the problem.

weirdpixels
10-05-2005, 04:49 AM
thanks Brian, that fixed the problem :)

Our Sponsors
 

Shon
10-07-2005, 03:27 PM
When I do this I get the following error:

Parse error: parse error, unexpected $ in /*/forums/admincp/vba_cmps_admin.php on line 2180

Well, never mind... refreshing seemed to have fixed it. Weird.