Does anyone here encountered an Intervention\Image\Exception\NotReadableException before ? I already spent hours looking for answers and tried different solutions like adjusting post_max_size and upload_max_filesize values but still no luck. What I find unusual is that some images work, some doesn't that it prompts me "image source not readable" message. Any help will be greatly appreciated. Thanks in advance.
Hi, thanks for your response. I haven't tried playing around with the caching extension yet. Though some images are working, and some are not (most of it were taken from an old model digicam). Any ideas?
Found out that the problem was not on the library but on my upload_max_filesize setting. I was making use of PHP built-in web server that I have to make use of the -c flag in order to point my .ini file like this:
@trayan make sure that you modify the php.ini of your apache (change upload_max_filesize).
Make sure that the file you change is the one that your apache is using, restart apache.
Ok, for me when I got the ImageSourceNotReadable, it was because I had some errors in the Image:: save() function ... so if you paste your code it'll be easier to spot out the error(s).
If, however, your problem is the same as OPs (max image size) then on one of the views:
What is thumbnail_path returning? Are photos being saved (without thumbnails)?
I 've watched that series, and faced the same errer (twice) and was able to solve it but cannot remember the exact steps :\ All I can remember is that it had to do the thumbnail_path value.
File is uploaded succesfully but maybe something is wrong with path and thumbnail_path variables but I can not figure out what.. Thanks for the effort @mustafa