khanamiryan / php-qrcode-detector-decoder

This is a PHP library to detect and decode QR-codes. This is first and only QR code reader that works without extensions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error

xingline opened this issue · comments

commented

2020/06/15 09:11:33 [error] 14807#0: *530047 FastCGI sent in stderr: "PHP message: PHP Fatal error: Allowed memory size of 201326592 bytes exhausted (tried to allocate 72 bytes) in /lib/IMagickLuminanceSource.php on line 63" while reading response header from upstream,

commented

That's mean you try to upload too large file (192Mb).
You can do this:

ini_set('memory_limit', '250M');