-
Notifications
You must be signed in to change notification settings - Fork 11
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
QR Code is generated in cache folder but not shown after short link creation #51
Comments
Have the same problem. |
have you checked you nginx settings / apache htaccess file? |
Having the same issue as @glowfishDE described. Can't see any QR-code images in the admin interface. FAIL: bad access key If I add '.qr' to the short url the qr code is shown. I have investigated into the URLs and they are different according the png-file: Greets, |
Hi, The short link with '.qr' at the end produces a new qr code image: All qr codes generated with the Mass QR Code Generation are not shown in the Admin interface but have the same image like generated by the short URL with '.qr' at the end. Conclusion: the admin inteface 'generates' a different filename for the qr-code-image and therefore 'fails'. Kind regards, |
Hi all, finally I found the reason for the issue on my site. After digging through the code I recognized that if YOURLS_SITE is used for generating the name of the qr-code image it is different. I had in the config.php a trailing slash defining YOURLS_SITE. After removing the trailing slash from the url all is good now. Hope this helps someone else. Dirk |
Hi,
the QR code is generated physically as a .png in the associated folder and can be accessed. But when you shorten a new URL you get a broken image (blank image) instead of the QR code.
When i go to the admin interface and click on "share" of the shortened link i see a working QR code displayed.
It is just not shown when the user creates his short link - which is unfortunately the most vital part.
When i try to access the picture URL of the non existing picture i get:
"FAIL: bad access key"
Comparing to the correct displayed QR code in the admin "Share" section the URL has a totally different key in it.
It seems the key is not calculated correctly on creation or something like this. Seems to be a bug.
Can you please help to fix this?
Thanks
The text was updated successfully, but these errors were encountered: