#161 Loads of deprecated warning messages.

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 Michael Michael on Tuesday, 25 February 2025 16:03 UTC

Michael Michael

This is only a development site so no urgency. Aside from a few Akeeba products this is a clean install running latest J5.2.4 and PHP 8.2.
I just installed J2Commerce. It seems to have installed successfully but J2Commerce in the admin is loaded with error messages all relating to the f0f library.

Any assistance would be appreciated. Thanks
Michael.

 

Olivier

Hello Michael,

this is a well known issue, related to the fact that fof is no longer updated and generates deprecations under the latest PHP versions.

There are several ways you can eliminate the warnings:

  • change your server PHP.ini settings and set your site error reporting to 'system default' so you can keep getting other warnings and errors,
  • change the error reporting setting to 'none' (but is not interesting when in development, as you cannot see if there are actual issues).

The PHP.ini file should have, for the first option,

error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT

Olivier.

Growing Together

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

Michael Michael

Understood. Thanks for your help.

Stay Updated

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