Log in

View Full Version : Clicking on Arcade sub menus, nothing is displayed?


LuckyRiver
12-06-2017, 06:52 PM
Hi,

On vb 4.2.5, just installed ibProArcade, I am unable to see the anything displayed whenever I clicked on the Arcade sub menu in admincp. Samething goes for navbar.

Any idea?

Thanks!

Edit: looking at apache.log, I have the below error:

PHP Parse error: syntax error, unexpected 'new' (T_NEW) in /v
ar/www/html/admincp/arcade.php on line 897

In the file arcade.php

$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());

Seems like a lot of errors are coming from the use of PHP7. I can now try to fix them one by one.

Dave
12-06-2017, 08:22 PM
It's possible that the cause of the error happens before that line.
Anyways, try changing =& to =.

LuckyRiver
12-06-2017, 11:35 PM
It's possible that the cause of the error happens before that line.
Anyways, try changing =& to =.

Thanks, I managed to fix all the php7 error syntaxes. It's working like a charm now but it's a pain fixing all these errors.