Images above 150kb not uploading. in file manager.
Permalink
I have read several forums on this and tried everything. We have changed the max upload setting in php.ini from 2M to 100M and restarted Apache. Still not working as it just sits there loading. I uploaded a 56kb file and went through fine.
Any other suggestions?
Thanks!
Any other suggestions?
Thanks!
In Concrete 5.5 (I'm not sure about 5.6) there is a condition in the image processing code where errors or exceptions can be swallowed. It's unlikely given your small image size, but if your per-process memory limit is really low you can run out of memory in the routine that generates thumbnails and crash your process, without anything being reported to the logs. Try something like memory_limit = 64M in your php.ini.