Quote:
Originally Posted by PattiOz
I have a new installation of VB 4.2.5 running PHP 7 on localhost. I am getting this error on uploading the xml:
Fatal error: Cannot use $this as parameter in D:\XAMPP2\htdocs\xxxx\forums\vbsso\vbsso.php on line 296
What am I doing wrong?
|
Thank you for reaching out.
It seems you are using 7.1 PHP version - this version is currently unsupported yet (supported PHP versions -> 5.3, 5.4, 5.5, 5.6, 7.0).
The following code worked in PHP 7, but will emit compilation error in PHP 7.1
function foo($this) { // Fatal error: Cannot use $this as parameter}...
Please find vBSSO vBulletin details
here and PHP error details
here.
Thank you,