#138 Deprecated

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 Monday, 03 February 2025 17:59 UTC

Göran Flybring

When updating to v4.0.12 I get the following message some 120 times....

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/rivieraklubbe/dev.rivieraklubben.com/libraries/f0f/database/driver/joomla.php on line 258

 

Olivier

Hello Göran,

issues related to f0f will keep appearing until we phase the f0f lbrary out of our code. These are just messages explaining that the code is deprecated. These are not errors and don't affect the functionannlity of your site.

To get rid of the messages, turn off error reporting on your site, or better:

set error reporting to 'System default' and make sure your PHP php.ini file contains:

error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT

This will make sure you still get notified for errors but will prevent deprecated messages to appear and populate your site.

Olivier.

Göran Flybring

Hi,

Yes I know what deprecated means, but as it came up during installation, and so many of them, I wanted to report it. Anyway, I will keep messages on as it is the development platform.

 

Olivier

Ok Göran.

When people contact us, we do not know how much knowledge about PHP they have, that is why we try and explain everything we can to help. 

Thanks for reporting the issues anyhow :-)

Olivier.

Stay Updated

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