Implode: Passing glue string after array is deprecated. Swap the parameters

Started by Vincent Volmer, February 02, 2021, 08:01:01 AM

Previous topic - Next topic

Vincent Volmer

Hello,

After updating to 2.0.18 and put PHP version to 7.4 I see these errors below in the log, there are a lot of them....

8192: implode(): Passing glue string after array is deprecated. Swap the parameters
File: /home/xxxxx/domains/xxxxx/public_html/Sources/Subs.php
Regel: 5117

This the code:
==>5117: $groupsdata = implode($user_info['groups'],',');

Thanks for any help!
Regards, Vincent Volmer

GL700Wing

Quote from: Vincent Volmer on February 02, 2021, 08:01:01 AM
Hello,

After updating to 2.0.18 and put PHP version to 7.4 I see these errors below in the log, there are a lot of them....

8192: implode(): Passing glue string after array is deprecated. Swap the parameters
File: /home/xxxxx/domains/xxxxx/public_html/Sources/Subs.php
Regel: 5117

This the code:
==>5117: $groupsdata = implode($user_info['groups'],',');

Thanks for any help!
Regards, Vincent Volmer

Try swapping the parameters ...

==>5117: $groupsdata = implode(',',$user_info['groups']);
Life doesn't have to be perfect to be wonderful ...

Slava
Ukraini!
"Before you allow people access to your forum, especially in an administrative position, you must be aware that that person can seriously damage your forum. Therefore, you should only allow people that you trust, implicitly, to have such access." -Douglas

Vincent Volmer


shawnb61

This is not core code - it must be a mod.  (Subs only goes up to line 4745...)

Do we know which mod this is?  We should bring this to the attention of the mod author.
Address the process rather than the outcome.  Then, the outcome becomes more likely.   - Fripp

vbgamer45

I think it is one of mine paid mods. I have to go though the .xml edits I noticed a few places I need to update.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Advertisement: