Ok i have found the problem.....
Using vBa CMPS v3.0 RC2 this error is received.
looking at vBa CMPS v3.0 RC1 their is only 1 change between the two files.
in vBa CMPS v3.0 RC2 the following was removed.
PHP Code:
define('NO_REGISTER_GLOBALS', 1);
so to fix the problem locate
HTML Code:
define('NO_REGISTER_GLOBALS', 1);
and enter
PHP Code:
define('NO_REGISTER_GLOBALS', 1);
underneath it.
Problem solved.