The Arcive of vBulletin Modifications Site. |
|
Clicking on Arcade sub menus, nothing is displayed? Details »»
|
|||||||||||||||||||||||||||
|
Clicking on Arcade sub menus, nothing is displayed?
Developer Last Online: Jul 2022
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: Code:
PHP Parse error: syntax error, unexpected 'new' (T_NEW) in /v ar/www/html/admincp/arcade.php on line 897 Code:
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list()); Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
It's possible that the cause of the error happens before that line.
Anyways, try changing =& to =. |
| Благодарность от: | ||
| blind-eddie | ||
|
#3
|
||||
|
||||
|
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.
|
![]() |
|
|