-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid & escape in URL - Unable to share or download pictures, but video download+share works #190
Comments
I've found a temporary workaround on the server side (to be used until the app is fixed giving & instead & as query params). In /var/www/piwigo/action.php
|
@remi-martin Could you please take a look? I think this is pretty easy to fix as the app queries pictures with "&part=e" to action.php instead of "&part=e" |
Looks like I have another issue when I try to share:
*Edit: will be fixed with package version upgrade |
Thank you :) |
I've made sure all permissions were granted and I selected a write-able directory on my internal storage in both cases.
PiwigoNG: most recent version from GitHub
Log when hitting the share button for a picture:
Log when hitting the share button for a video:
The URL in question according to the nginx log is:
https://(server):(port)/action.php?id=27143&part=e
If I open this via Chrome on PC, it works.
I noticed the log saying "amp;" - Conclusion: I think the app has an escaping error here.
Via Chrome on PC, I can reproduce the error:
The text was updated successfully, but these errors were encountered: