I’m having the same problem with error on line 933.
Already uncommented and increased limit here
wp-content/plugins/nextgen-gallery/lib/gd.thumbnail.inc.php
On line #168 un-comment (remove the //) from before @ini_set(‘memory_limit’, ‘256M’);
Added php.ini file to wp-admin/ with the following
post_max_size = 50M
upload_max_filesize = 40M
max_execution_time = 900
memory_limit = 256M
Still no luck, any ideas or recommendations?