Backend dashboard warning: Deprecated: str_replace()

  • Posts: 191
  • Thank you received: 11
  • Hikashop Business
1 year 8 months ago #352570

-- HikaShop version -- : 4.7.3
-- Joomla version -- : 4.3.2
-- PHP version -- : 8.1

Hi,

The backend Home dashboard overview has a deprecation warning.

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in C:\wamp64\www\shop\administrator\components\com_hikashop\classes\statistics.php on line 1123

Please Log in or Create an account to join the conversation.

  • Posts: 83326
  • Thank you received: 13473
  • MODERATOR
1 year 8 months ago #352575

Hi,

Thanks for the feedback.
Change that line from:
$l = str_replace('{'.strtoupper($k).'}', $v, $l);
to:
$l = str_replace('{'.strtoupper($k).'}', (string)$v, $l);
and it will remove the message. We'll addd the change on our end for the next version of HikaShop which is to be released soon.

Please Log in or Create an account to join the conversation.

Time to create page: 0.037 seconds
Powered by Kunena Forum