php-qrcode-detector-decoder icon indicating copy to clipboard operation
php-qrcode-detector-decoder copied to clipboard

not woking

Open survetej94 opened this issue 4 years ago • 1 comments

getting below error Fatal error: Uncaught exception 'ImagickException' with message 'UnableToOpenBlob `/qr.png': No such file or directory @ error/blob.c/OpenBlob/2702' in C:\xampp\htdocs\qrread\vendor\libern\qr-code-reader\src\lib\QrReader.php:69 Stack trace: #0 C

survetej94 avatar Mar 18 '20 11:03 survetej94

Seams like the path to your image is wrong. Try using DIRECTORY_SEPARATOR instead a slash or backslash and proof that your script can access the image.

Moskito89 avatar Dec 01 '20 09:12 Moskito89