data exceeds 1273 characters : chillerlan\QRCode\Data\QRCodeDataException #192
abhijeetavion
started this conversation in
General
Replies: 1 comment
-
That sounds like the string you're trying to encode exceeds the maximum length for a binary string at version 40 and ECC level H (using logo space i assume?). See http://www.qrcode.com/en/about/version.html php-qrcode/tests/QRMaxLengthTrait.php Line 69 in 284c42d |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Team,
Getting following error when generating QR code
'chillerlan\QRCode\Data\QRCodeDataException
data exceeds 1273 characters'
i set the version option to QRCode::VERSION_AUTO but still same error
Please Help
Beta Was this translation helpful? Give feedback.
All reactions