PDA


View Full Version : cmps error after upgrade to 3.5.3


rcull
02-04-2006, 02:15 PM
I have just upgraded my board from 3.5.2 to 3.5.3. When I load the cmps index, the error reads:

Fatal error: Call to undefined function: print_portal_output() in /home/teambuic/public_html/index.php on line 35

I have updated the templates as suggested here, but the first part of Brians post no longer resolves.

Thanks,

Brian
02-04-2006, 02:19 PM
You didn't re-apply the changes to your global.php file.

rcull
02-04-2006, 02:25 PM
How do I do this?

Open your new and old global and compare these line which you added when you installed cmps

On or about line 16:

if (defined('VBA_PORTAL'))
{
require_once('./includes/vba_cmps_include_template.php');
}


On or about line 205:

if (defined('VBA_PORTAL'))
{
require_once('./includes/vba_cmps_include_top.php');
}




On or about line 559

if (defined('VBA_PORTAL'))
{
require_once('./includes/vba_cmps_include_bottom.php');
}