Error in backend view: Deprecated: implode(): Passing glue string after array is

  • Posts: 8
  • Thank you received: 3
3 years 7 months ago #322524

-- HikaShop version -- : 4.3
-- Joomla version -- : 3.9.20
-- Browser(s) name and version -- : Chrome Version 84.0.4147.105 (Offizieller Build) (64-Bit)
-- Error-message(debug-mod must be tuned on) -- : Deprecated: implode(): Passing glue string after array is deprecated. Swap....

Hi hikashop team,
can you please help with this issue?
I attach 2 images.
View problem im backend.

Kind regards
Hans Peter Betzler

Attachments:

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

  • Posts: 8
  • Thank you received: 3
3 years 7 months ago #322527

Dear hikashop team,

I feel stupid now, because I left the debug mode on.

Sorry...

Or would you like to see errors when debugging?

Kind regards
Hans Peter Betzler

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

  • Posts: 81379
  • Thank you received: 13037
  • MODERATOR
3 years 7 months ago #322534

Hi,

It's not a big deal of a problem, so no worries.
It's just some old code that needs to be freshen'up for recent versions of PHP.
If you change the line:

$formData[$namebox] = implode($formData[$namebox],',');
to:
$formData[$namebox] = implode(',', $formData[$namebox]);
in the file of the error message, it will remove the deprecated message.
We'll add that change on our end too for the next version of HikaShop.
Thanks for reporting it !

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

Time to create page: 0.054 seconds
Powered by Kunena Forum