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!

 
xaritas replied on at Permalink Reply
If you can look at the apache and php error logs and report what is going on that would be helpful.

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.
creativeorange replied on at Permalink Reply
creativeorange
I updated this in my WHM and it FINALLY worked! It was set to 32MB.