|
I was under the assumption you had already applied the fix above
Your issue is the same one you have always had here. Your server has php memory set to 8MB and that is not enough for your GD to process multiple images without failing
You can re-apply the suggestion in post 2 to see if that helps. The error is caused by your server's php memory limit and not the script itself
|