@evita2030
It sounds like the memory limit on your PHP installation is set too low. For resizing large images, you need to set it to at least 128MB. So update your php.ini, or if you don’t have access to it, ask your web host to update it for you.
^F^
Hello!!! thank you for your help but i don’t think that’s the problem because I have installed a Next Gen Gallery and resizes pictures when uploading with no problem…
Any ideas???
@evita2030
The code that’s throwing the error handles image resizing. What’s going on is something like this:
1) BP-Album: Hey WordPress, resize this image
2) WordPress: Sure, I’ll do that.
3) WordPress: Hey BP-Album, there was an error when I tried to process that image
4) BP-Album: Hey evita2030 …WordPress couldn’t resize that image
So, you have to go hunting around for why WP couldn’t process the image. Either not enough memory, not enough disk space, folder permissions set wrong, corrupt file. Its something on your server.
^F^
Hello,
I didn’t know what was the problem but I changed to media component just using image and it works perfectly, resizes very well.
Just one thing. How can I add brownser effect to images? just to see one after the other
Thank you for this good support!!!!!