*

cartagena68

  • ***
  • 71 posts
PHP Deprecated in osclass 8.1.1 and PHP version: 8.1.14
« on: February 06, 2023, 07:38:52 PM »
I get this php deprecated

Code: [Select]
PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/vhosts/example.com/example/oc-includes/osclass/helpers/hDefines.php on line 799
The same also in

Code: [Select]
PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in oc-includes/osclass/frm/Item.form.class.php on line 870
and then

Code: [Select]
PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in oc-includes/osclass/frm/Item.form.class.php on line 871
and then

Code: [Select]
PHP Deprecated:  strlen(): Passing null to parameter #1 ($string) of type string is deprecated in oc-includes/osclass/helpers/hValidate.php on line 74
and also here

Code: [Select]
PHP Deprecated:  json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in oc-includes/osclass/controller/page.php on line 94
« Last Edit: February 07, 2023, 03:08:02 AM by cartagena68 »

*

MB Themes

Re: PHP Deprecated in osclass 8.1.1 and PHP version: 8.1.14
« Reply #1 on: February 07, 2023, 10:09:23 AM »
Thanks for your feedback,
All included in 8.1.2
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

cartagena68

  • ***
  • 71 posts
Re: PHP Deprecated in osclass 8.1.1 and PHP version: 8.1.14
« Reply #2 on: February 07, 2023, 02:15:54 PM »
Thanks for your feedback,
All included in 8.1.2

Thank you.

Meanwhile, I get some more, can I add it here, or I need to open a new topic?

Code: [Select]
PHP Deprecated:  number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /oc-includes/osclass/ItemActions.php on line 699

PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in oc-includes/osclass/ItemActions.php on line 102

PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in oc-includes/osclass/ItemActions.php on line 103


*

MB Themes

Re: PHP Deprecated in osclass 8.1.1 and PHP version: 8.1.14
« Reply #3 on: February 09, 2023, 02:24:13 PM »
@cartagena68
Thank you, fixed ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots