You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
strip_tags refuses null parameter and prevent fetching albums informations (tested with digikam exporter and albums with no comment).
PHP message: PHP Deprecated: strip_tags(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/piwigo/plugins/community/main.inc.php on line 586
Temporarily resolved with a condition:
With versions:
strip_tags refuses null parameter and prevent fetching albums informations (tested with digikam exporter and albums with no comment).
PHP message: PHP Deprecated: strip_tags(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/piwigo/plugins/community/main.inc.php on line 586
Temporarily resolved with a condition:
Piwigo-community/main.inc.php
Line 586 in dc24ad6
The text was updated successfully, but these errors were encountered: