PDA


View Full Version : Version Confusion???


Logicus
06-20-2005, 09:12 PM
This is peculiar... I get this in the main frame when I log into the "CMPS admin file" administration, even though I'm running 2.0. It's a small glitch, but I'd appreciate if anyone knew what I might have done wrong.

Welcome to the vBadvanced CMPS Admin Control Panel
You are currently running vBadvanced CMPS v.

The latest version available is 2.0 RC1.

There is a newer version of vBadvanced CMPS available!

Please check vBadvanced.com for more info.

Brian
06-20-2005, 11:15 PM
Try looking in your forum/admincp/vba_cmps_admin.php file for this bit of code:
$vba_options = unserialize($datastore['adv_portal_opts']);


Replace with this:
$cmps_options = unserialize($datastore['adv_portal_opts']);
$vba_options = $cmps_options['adv_portal_main'];


And that should take care of the problem.