Open tomasKucera opened 2 years ago
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);
$path = urldecode($path);
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.
Will be fixed in v2
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);