SMFHacks.com

SMF Gallery Pro => Support => Topic started by: Michel68 on November 25, 2020, 04:12:18 pm

Title: Problem mit PHP 7.3 + 7.4
Post by: Michel68 on November 25, 2020, 04:12:18 pm
The support for PHP 7.2 for my Site ends at 12/2020 so I try to switch to 7.3 or 7.4 on the Hosting Site, but I am getting errors in the logs.


/index.php?action=gallery
8192: implode(): Passing glue string after array is deprecated. Swap the parameters
Datei: /homepages/Sources/Load.php
Zeile: 1808

Code: [Select]
1808:
$groupsdata = implode($user_info['groups'], ',');

##############

http://index.php?action=gallery
8192: implode(): Passing glue string after array is deprecated. Swap the parameters

Datei: /homepages/Sources/Gallery2.php
Zeile: 15050


Code: [Select]
15050:

$groupsdata = implode($user_info['groups'], ',');

####


http://index.php?action=admin;area=logs;sa=errorlog;desc
8: Trying to access array offset on value of type null

Datei: /homepages/Sources/ManageErrors.php
Zeile: 129

Code: [Select]
129:


if ($search_message == $filter['value']['sql'])

Title: Re: Problem mit PHP 7.3 + 7.4
Post by: SMFHacks on November 25, 2020, 10:11:47 pm
Posted an update to SMF Gallery Pro
9.0beta2a
!Fixes for PHP 7.4+
Title: Re: Problem mit PHP 7.3 + 7.4
Post by: Michel68 on November 25, 2020, 11:41:04 pm
Thank you for the fast Gallery fix, I am still getting other Errors from SMF Core 2.0.17. I must take a clother look now on simplemachines.org.

Title: Re: Problem mit PHP 7.3 + 7.4
Post by: SMFHacks on November 26, 2020, 09:13:20 am
Glad to help
2.0.18 should fix 7.4 issues.