Enormity
Enormity
You cannot call "new QrReader('image.jpg')" because the class is not found. You need to add "Zxing\" before it, like below: $qrcode = new Zxing\QrReader('barcode.jpg');
Parse error: syntax error, unexpected '=' in /var/www/fairwarning_app/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/QRCodeReader.php on line 190 You have: [$x, $y] = $leftTopBlack; Should be: list($x, $y) = $leftTopBlack;
Parse error: syntax error, unexpected ':', expecting ';' or '{' in /var/www/fairwarning_app/vendor/khanamiryan/qrcode-detector-decoder/lib/BinaryBitmap.php on line 77
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes) in /var/www/fairwarning_app/vendor/libern/qr-code-reader/src/lib/IMagickLuminanceSource.php on line 63 All of my memory limits are set high. 256MB+