With the arcade.php I get this error 500
Code:
mod_fcgid: stderr: PHP Parse error: syntax error, unexpected 'new' (T_NEW) in /var/www/vhosts/TEST FORUM/httpdocs/arcade.php on line 3198, referer: https://www.TEST FORUM/forum.php
Its this in line.
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
I change it to this, as I read some posts back from MarkFL.
$bbcode_parser =. new vB_BbCodeParser($vbulletin, fetch_tag_list());
But now I get this error.
Code:
mod_fcgid: stderr: PHP Parse error: syntax error, unexpected '.' in /var/www/vhosts/TEST FORUM/httpdocs/arcade.php on line 3198, referer: https://www.TEST FORUM/forum.php
Any one can give a fix. Thanks