Is dolphin supposed to resize photos after they have been uploaded? My members get a blank page for photos larger than the size needed.Is it possible to get dolphin to resize automatically?
Is dolphin supposed to resize photos after they have been uploaded? My members get a blank page for photos larger than the size needed.Is it possible to get dolphin to resize automatically? |
Dolphin creates several photos after a photo is uploaded in several different sizes for various thumb nails used on the site. So i do not understand what problem your having. "My members get a blank page for photos larger than the size needed" makes no sense to me. https://www.deanbassett.com |
Photos larger than 600px do not get modified by dolphin they just get uploaded without resizing. I had a member upload a photo 3000x4000 and it uploaded fine but dolphin did not resize it. I had to resize and create the thumbnails manually. So I going to ask my members to upload photos smaller than 600px. |
The php gd library may have run out of memory when trying to resize a photo that big. You could try running some tests of your own and increasing the php.ini setting for memory_limit which should start at 128M for dolphins recommended setting. https://www.deanbassett.com |
Thanks I will try that |
I'm having the same problem. Did this solution work? |
C'mon, somebody needs to know the answer to this. I've updated my php.ini file to 500MB and it is still not resizing pics. The original stays huge. |
Try this. You need to set you execution and input time to a higher value. For example, in your php.ini file: max_executi alt= 1000 Also, what Deano, said. Increase the memory. If it works for you, please chime back in and let the community know. Updating my BoonexNerd.net site. |
You need to change you php.ini for the server not local. I tried local and nothing but when I tried global setting wow what a differnce. At once I thought D7 had a lot of bugs but after making those changes to the php.ini over 80% of the bugs disapeared.
|