![]() |
|
low memory hack - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: low memory hack (/thread-4812.html) |
low memory hack - freememory - 2009-03-07 Whith cheap web hosting, php memory is limited to 32MB. low memory hack - sbillard - 2009-03-07 When the resizing fails, the error aborts the script, so there is not much we can do. PHP 5 might be able to trap the abort, but PHP 4 cannot. low memory hack - acrylian - 2009-03-08 Besides that letting the browser scale down big images is bad webdesign practice since forever... I would think the best fix is not to upload images bigger than your server can handle. |