-
Notifications
You must be signed in to change notification settings - Fork 13
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
Not generate SVG QR #33
Comments
Issue lies in this line (line 497, plugin.php):
The SVG constructor also needs two more arguments, the background color and foreground color. |
thank you @derpydm . fixed |
It's still not working at least on my installation. PNG and JGP work fine. SVG qr-codes are not generated. |
Hi, I fix Edit : phpqrcode.php line : 3178 QRvect::svg($tab, $outfile, min(max(1, $this->size), $maxSize), $this->margin,$saveandprint, 0xFFFFFF, 0x000000); I add 2 arguments, the previous fix add 2 arguments in plugin.php but is not use in phpqrcode.php Have a nice day. F. |
there appears to be a problem with upstream project's code. until that is fixed, it appears no SVG. |
Hi im working with a AWS Instance through Bitnami LAMP it Generates QRs on JPG, and PNG format
YOURLS v 1.7.4
YOURLS-IQRCodes-2.1.1
YOURLS-U-SRV-2.1.0
phpMyAdmin v 4.9.1
PHP v 7.3.10
MySQL v 8.0.17
but when i try to generate SVG QRs doesn't, the loader keeps spinning in a infinite loop.

if i refresh the browser the link has been created but QR doesn't show

Caché folders and sub folders on
has 777 permissions
Also the files qrchk.php & srv.php
located in
has 777 permissions
Any idea how i can make SVG Qrs to work?
(sorry my english)
Thanks in advance!
The text was updated successfully, but these errors were encountered: