petitssuisses / piwigo-ShareAlbum

Share Album is a Piwigo plugin to enable private categories sharing via a public URL
16 stars 11 forks source link

Passing null to parameter is deprecated - php 8 #95

Closed Luensche closed 1 year ago

Luensche commented 1 year ago

When I open a shared album via link, I see the following error messages:

Deprecated
: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in
/config/www/plugins/ShareAlbum/main.inc.php
on line
262

Deprecated
: substr(): Passing null to parameter #1 ($string) of type string is deprecated in
/config/www/plugins/ShareAlbum/main.inc.php
on line
263

Deprecated
: substr(): Passing null to parameter #1 ($string) of type string is deprecated in
/config/www/plugins/ShareAlbum/main.inc.php
on line
266

Piwigo 13.8.0 Betriebssystem: Linux PHP: 8.1.20 MySQL: 8.0.33 [2023-07-17 17:31:00] Grafikbibliothek: ImageMagick 7.1.0-62

Luensche commented 1 year ago

May be fixed by #96.

petitssuisses commented 1 year ago

Fixed with #96