The simplest, most intuitive way to host your photos on your website.
GNU General Public License v2.0
131
stars
26
forks
source link
error: trim(): Passing null to parameter #1 ($string) of type string is deprecated #0 #24
Open
stefanofornari opened 1 year ago
I ran into the above error with latest main (below the stack trace) showing the home page with a number of albums.
adding a cast to string in line url.php:106 seems to fix the problem_
if ($path = trim((string)parse_url($uri, PHP_URL_PATH), '/'))
stack: