Error After Upgrading PHP - Question | JoomShaper

Error After Upgrading PHP

J

johnny

Template 1 week ago

Joomla 4.4.0

Edulif Template v2.0.1

I recently upgraded my site from PHP 8.1 to PHP 8.2

One of my pages is now displaying the following errors;

(I have removed my real domain and replaced with mysite for display purposes here only).

When I set error reporting to none, the error isn't displayed.

Can someone advise?

Deprecated: Creation of dynamic property HelixUltimateFeatureContact::$position is deprecated in /home/customer/www/mysite.com/public_html/templates/edulif/features/contact.php on line 36

Deprecated: Creation of dynamic property HelixUltimateFeatureContact::$load_pos is deprecated in /home/customer/www/mysite.com/public_html/templates/edulif/features/contact.php on line 37

Deprecated: Creation of dynamic property HelixUltimateFeatureFooter::$position is deprecated in /home/customer/www/mysite.com/public_html/templates/edulif/features/footer.php on line 29

Deprecated: Creation of dynamic property HelixUltimateFeatureFooter::$load_pos is deprecated in /home/customer/www/mysite.com/public_html/templates/edulif/features/footer.php on line 30

Deprecated: Creation of dynamic property HelixUltimateFeatureLogo::$position is deprecated in /home/customer/www/mysite.com/public_html/templates/edulif/features/logo.php on line 24

Deprecated: Creation of dynamic property HelixUltimateFeatureMenu::$position is deprecated in /home/customer/www/mysite.com/public_html/templates/edulif/features/menu.php on line 41

Deprecated: Creation of dynamic property HelixUltimateFeatureMenu::$load_pos is deprecated in /home/customer/www/mysite.com/public_html/templates/edulif/features/menu.php on line 42

Deprecated: Creation of dynamic property HelixUltimateFeatureSocial::$position is deprecated in /home/customer/www/mysite.com/public_html/templates/edulif/features/social.php on line 36

Deprecated: Creation of dynamic property HelixUltimateFeatureSocial::$load_pos is deprecated in /home/customer/www/mysite.com/public_html/templates/edulif/features/social.php on line 37

Deprecated: Creation of dynamic property HelixUltimateFeatureTitle::$position is deprecated in /home/customer/www/mysite.com/public_html/templates/edulif/features/title.php on line 39

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 week ago #154881

Hi Johnny,

to correct that follow my basic steps:

  1. Download Helix Ultimate Quickstart 2.0.18
  2. Unzip it
  3. Using file manager FTP copy all files from QS folder: /templates/helixultimate/features/

and override here : /templates/edulif/features/

  1. That's all.
  2. Later update Joomla 4.4.0 to 4.4.4
1
J
johnny
Accepted Answer
1 week ago #154906

Thanks Paul!

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 week ago #154910

You're welcome

0