Website Error Message On All SP Page Builder Pages - Question | JoomShaper

Website Error Message On All SP Page Builder Pages

B

Bob

SP Page Builder 1 month ago

Hello.

Our website is showing the following message multiple times over and over again on all our pages created with SP Page Builder this morning.

PLEASE HELP ASAP!!!!

Deprecated: Creation of dynamic property SppagebuilderAddonFeature::$addon is deprecated in /home/customer/www/strengthandconditioning.org/public_html/components/com_sppagebuilder/parser/addons.php on line 24

I have rolled our site back to a backup restore as we cannot have this showing on our live site.

This is the first 24 lines of the file mentioned above. I'm currently running SP Page Builder version 3.8.10

  1. /
    • @package SP Page Builder
    • @copyright Copyright (c) 2010 - 2022 JoomShaper
  2. */
  3. //no direct accees
  4. defined('_JEXEC') or die('Restricted access');
  5. use Joomla\CMS\Factory;
  6. use Joomla\CMS\Uri\Uri;
  7. use Joomla\CMS\Access\Access;
  8. use Joomla\CMS\Filesystem\File;
  9. use Joomla\CMS\Filesystem\Folder;
  10. use Joomla\CMS\Layout\FileLayout;
  11. use Joomla\CMS\Plugin\PluginHelper;
  12. require_once DIR . '/addons.php'; 21.require_once DIR . './../helpers/helper.php';
  13. require_once JPATH_ROOT . '/administrator/components/com_sppagebuilder/builder/classes/base.php';
  14. require_once JPATH_ROOT . '/administrator/components/com_sppagebuilder/builder/classes/config.php';
1
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #152917

Hi Bob,

  1. Deprecated message - always means that used PHP version is too new for used component.
  2. Read (also info boxes): https://www.joomshaper.com/documentation/sp-page-builder/technical-requirements
  3. If you decided to keep old, unsupported SPPB version, you have two options: reduce PHP version a little bit (PHP 8.1 probably) OR hide these messages using Joomla Global Configuration > Error Reporting: None.

That's all in that topic.

0
B
Bob
Accepted Answer
1 month ago #152920

Thanks for getting back to me Paul I really appreciate it and i have had a read of the articles. I am currently running PHP 8.2.17 Do I need to roll it back?

Or upgrade to SPPB 5x?

Thanks

Chris

0