#460 Problem with PHP 8.4

Posted in ‘Technical Support / Bugs’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by Olivier on Wednesday, 10 September 2025 17:57 UTC

Sandra Rodriguez

Hi, I am doing the migration of my website in joomla 3, and i want to get joomla 5 with php 8.4. I have actualized my website to joomla 4 and with php 7.4 and have no problem with j2commerce, but when i upgrade the php to 8.2 a lot of options said as depracated and give error, can you help me with a solution please. 

 

I attache a image with some of the errors.

 

Sandra Rodríguez

Olivier

Hello Sandra,

these are not errors but noticies that some PHP features will no longer be available in PHP 9.

The easy fix: go to the Global Configuration of your site and turn off error reporting.

The best fix: if you have access to php.ini on the server, go to the error reporting section and set 

error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT

Then, in the Global Configuration of the site, set error reporting to 'System default'. This will prevent warnings of deprecation but keep the error reporting 'alive' for any error that could occur.

I hope this helps!

Olivier.

Growing Together

Help us get back to #1 in the Joomla Extension Directory by leaving us a 5-Star review here.

Sandra Rodriguez

It looks like it works, thank you very much.

I´m gonna continue testing. 

Olivier

You are welcome, Sandra!

Olivier.

Growing Together

Help us get back to #1 in the Joomla Extension Directory by leaving us a 5-Star review here.

Stay Updated

Subscribe for free and be the first to know about the latest features, updates, and new additions.