phsh
phsh

Reputation: 1

deprecated warning with TBS 3.14.0 on PHP 8.2

I'm getting errors like these:

 Deprecated: Creation of dynamic property clsTinyButStrong::$_UserFctLst is deprecated in /home/b/s/ejEfbT2v/ftp_bswkdk/b2b/tbs/tbs_class.php on line 738

Deprecated: Creation of dynamic property clsTbsLocator::$Ope is deprecated in /home/b/s/ejEfbT2v/ftp_bswkdk/b2b/tbs/tbs_class.php on line 1591

Deprecated: Creation of dynamic property clsTbsLocator::$PosNext is deprecated in /home/b/s/ejEfbT2v/ftp_bswkdk/b2b/tbs/tbs_class.php on line 1929

Deprecated: Creation of dynamic property clsTbsLocator::$Ope is deprecated in /home/b/s/ejEfbT2v/ftp_bswkdk/b2b/tbs/tbs_class.php on line 1591

Deprecated: Creation of dynamic property clsTbsLocator::$PosNext is deprecated in /home/b/s/ejEfbT2v/ftp_bswkdk/b2b/tbs/tbs_class.php on line 1929

Deprecated: Creation of dynamic property clsTbsLocator::$PrmIf is deprecated in /home/b/s/ejEfbT2v/ftp_bswkdk/b2b/tbs/tbs_class.php on line 4659

Is running PHP 8.2 and TBS 3.14.0. Was running version 8.1 on an older server with no problems and no warnings. Is this only due to PHP 8.2 or can I do something about it?

Regards

Tried to look at the code, but this is not a valid solution with me editing the TBS library.

Upvotes: 0

Views: 128

Answers (1)

Skrol29
Skrol29

Reputation: 5552

Those error messages comes from PHP 8.2 and are fixed with TBS version 3.15.0.

Downloadable on GitHub or at the TBS web site.

You will also need to update OpenTBS to version 1.11.1.

Upvotes: 0

Related Questions