Where in the Admin Panel can I update the PHP version?

Mr E

Member
I don't see any tab or option to upgrade the PHP version.

In my home screen of the Admin panel it says my current PHP version (8.2.18) is outdated.

How do I update to 8.3?
 
Looking at your other post about having to deal with Bluehost you're most likely on shared hosting and they have to handle that for you.
 
It depends on your host and if you have a control panel installed, shared you usually have to ask your host to upgrade, VPS it’s usually in your control panel where you can pick a php version.
 
It depends on your host and if you have a control panel installed, shared you usually have to ask your host to upgrade, VPS it’s usually in your control panel where you can pick a php version.

Therein lies the problem. bluehost is not being helpful at all. I couldn't recommend them as a hosting service to anyone looking.

They are quite unreasonable given the circumstances.
 
Don't let that notice worry you. :-) 8.2's end of life is not scheduled until January 1, 2027.

Since upgrading to XF 2.3 my site is in an endless log in loop. No one can log in (if they've cleared cookies)

It just scrolls and doesn't permit log in (including myself)
 
  • ErrorException: Template error: [E_WARNING] Attempt to read property "th_unco_user_name_class" on null
  • src/addons/ThemeHouse/UserNameColor/XF/Template/Templater.php:38
I get the same sort of errors related to username color.

Can anyone offer help please? (techno-challenged old person)
 
Therein lies the problem. bluehost is not being helpful at all. I couldn't recommend them as a hosting service to anyone looking.

They are quite unreasonable given the circumstances.
What control panel do you use, I could take a look to see if it can be upgraded to 8.3? Are you on shared hosting?
 
  • ErrorException: Template error: [E_WARNING] Attempt to read property "th_unco_user_name_class" on null
  • src/addons/ThemeHouse/UserNameColor/XF/Template/Templater.php:38
I get the same sort of errors related to username color.

Can anyone offer help please? (techno-challenged old person)

Did you try to disable that themehouse addon?

Your theme or addon is not compatible with 2.3
100% Disable Theme House. If you cannot do so add this you your src/config.php file.

['enableListeners'] = false; to disable your broken / incompatible add-ons.
 
Back
Top Bottom