Does anyone know why im getting this error message on images between 800kb - 2000kb? The error message is: Error: Create image failed. Check memory limit
note that i do not have any problems with uploading the same image with wordpress blog post. im only getting the error message when using the nextgen.
Screenshot: http://i55.tinypic.com/aw00m.jpg
Does anyone know how i can fix this?
I think it's a limitation of nextgen gallery...
hopefully there will be some way to increase the size.
Solved it by adding php_value memory_limit 128M
to .htaccess
some others uncommented @ini_set('memory_limit', '129M');
in lib/gd.thumbnail.inc.php
Best regards
just added the php_value memory_limit 1000M to the .htaccess and it didnt work :/ also changed the memory_limit' to 1000M in thumbnail.inc file without any results
any other ideas?
Heres a demo image that dont work with nextgen gallery, but works fine with wordpress
http://i53.tinypic.com/2hi1q9t.png
the only that remains as far as I can tell or find online is to contact your hosting company, probably the memory limit is hardwired and only they can change it.