Multiple Code Deprecation With Php8.3 - Question | JoomShaper

Multiple Code Deprecation With Php8.3

LG

Lorna Guttormson

Helix Framework 1 year ago

This may be in sp page builder, helix ultimate or the template PITech but my error log is rapidly getting full with code deprecation notices on $position and $load_pos now that we have upgraded to php8.3. It looks like we will need to backtrack to 8.1. Will this be upgraded soon?
Some examples: Creation of dynamic property HelixUltimateFeatureLogo::$position is deprecated in .../templates/pitech/features/logo.php on line 40 Creation of dynamic property HelixUltimateFeatureLogo::$load_pos is deprecated in .../templates/pitech/features/logo.php on line 41 Creation of dynamic property HelixUltimateFeatureSocial::$position is deprecated in .../templates/pitech/features/social.php on line 36 Creation of dynamic property HelixUltimateFeatureSocial::$load_pos is deprecated in .../templates/pitech/features/social.php on line 37 Creation of dynamic property HelixUltimateFeatureTitle::$position is deprecated in .../templates/pitech/features/title.php on line 36 Creation of dynamic property HelixUltimateFeatureMenu::$position is deprecated in .../templates/pitech/features/menu.php on line 41 Creation of dynamic property HelixUltimateFeatureMenu::$load_pos is deprecated in .../templates/pitech/features/menu.php on line 42

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #171652

Hi Lorona,

To be honest, it can be fixed by you in 3 minutes.

  1. Download Helix Ultimate template or Quickstart
  2. Unzip
  3. Using FTP tool copy all files from folder /templates/shaper_helixultimate/features/ to upload here: /templates/pitech/features/ (yes, override all old files)
  4. That's all.

Using File Manager from cPanel you can do that as well.

0
LG
Lorna Guttormson
Accepted Answer
1 year ago #171691

Thank you. That worked very well.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #171692

OK, Great. Now please mark topic as solved.

0