Php Error 7.4

Hello,

I have in the file error log in ftp a lot of this (10 mb)

[19-May-2022 16:40:39 Europe/Bucharest] PHP Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /home/zenon/public_html/var/cache/templates/backend/b634815c2521e1f06d4b1d0f3c7465304df6ca6d.tygh.manage_table_body.override.tpl.php on line 64

How can i fix it?

I have PHP 7.4 and i try to go at 7.3 but the website is not working.

Any ideea?

Thanks!

Hello

In PHP 7.4 order of the implode arguments is changed. From what you can deduce, the problem is in some addon that contains the manage_table_body.override.tpl template. You have to ask the developer of this addon to adapt it to php 7.4

Best regards

Robert

thanks!

I hope i will find it.

This problem can do some damage at my website?

Hello

I don't think so, but it would be nice to correct it. It's hard to say what the code is in the template and what this implode function does there.

Best regards

Robert