
06-28-2018, 07:13 PM
|
 |
|
|
Join Date: Apr 2006
Location: Michigan
Posts: 2,310
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by snakes1100
Upgrade vb
or
Remove & on each of those lines in each file
=& new to = new
|
what is the word new being used for?
Quote:
Originally Posted by pallam
There is no more option other than buying V bulletin 5 fix this error.
--------------- Added [DATE]1530193687[/DATE] at [TIME]1530193687[/TIME] ---------------
If I change PHP version lower can help get rid of the error ?
|
Do this:
includes/init.php
includes/class_core.php
==========
search for
===========
=&
============
replace with
============
=
Save
|