Hello Joomshaper,
I just updated the SPPB from 6.6.2 to 6.7.0, and an error message has appeared:
Deprecated: Returning a value from a constructor is deprecated in /home/customer/www/xxx.com/public_html/components/com_sppagebuilder/parser/addons.php on line 51
Then I located the below code:
public function __construct($addon)
{ if (!$addon)
{
return false;
}
$this->addon = $addon;
}
After I deleted this line:
return false;
The error disappears.
Please let me know if the above corrections are feasible, and is there any other places need to be fixed?
Thank you.
John