dleblanc
12-12-2004, 06:34 PM
HI I'm the newbie on the block. Just switch over from IBF to VBulletin board.
I have install my VBulletin and was now installing BVadavanced CMPS and come up with this problem:
Parse error: parse error, unexpected T_GLOBAL, expecting '{' in /home/xxxxxx/public_html/forum/includes/functions_calendar.php on line 231
I change to info in the functions_calendar.php as per instructed with the and include here:
function construct_calendar_output($today, $usertoday, $calendarinfo, $fullcalendar = 0, $weekrange = '')
global $vba_options, $vboptions;
{
global $birthdaycache, $eventcache, $bbuserinfo, $vbphrase, $stylevar, $show, $offset, $colspan, $days, $months;
Now if I leave the original file I am able to see the CMPS protal. The canges gave me the errors.
Any suggestion
I have install my VBulletin and was now installing BVadavanced CMPS and come up with this problem:
Parse error: parse error, unexpected T_GLOBAL, expecting '{' in /home/xxxxxx/public_html/forum/includes/functions_calendar.php on line 231
I change to info in the functions_calendar.php as per instructed with the and include here:
function construct_calendar_output($today, $usertoday, $calendarinfo, $fullcalendar = 0, $weekrange = '')
global $vba_options, $vboptions;
{
global $birthdaycache, $eventcache, $bbuserinfo, $vbphrase, $stylevar, $show, $offset, $colspan, $days, $months;
Now if I leave the original file I am able to see the CMPS protal. The canges gave me the errors.
Any suggestion