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
Good point! That could be a challenge to find a solution to work with encoded urls and have a plus in folder name. We will try to fix it in the next major version.
When creating a gallery with "+" sign in its folder name (e.g. "Me+you"), the album page returns 404 error.
The error comes from Router.php class where urldecode is used on line 70:
$path = urldecode($path);
The text was updated successfully, but these errors were encountered: