Quote:
Originally Posted by In Omnibus
500 is a general server error.
If you have the actual error log it would help track down the specific issue.
The error(s) should be sent to the technical e-mail address in the config.php file
|
Hi
here is the log:
[16-May-2017 18:11:21 UTC] PHP Parse error: syntax error, unexpected 'new' (T_NEW) in /home/username/public_html/forum/arcade.php on line 3191
Line 3191 is this:
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
It appears this only happened because i upgraded to php 7 also yesterday. So either i can go back to 5.6 which i was using before or fix this error
Any way to fix it? I think the "&" symbol is deprecated in PHP 7 but how to fix it?