Hi,
I am having problems with regenerating thumbnails for the Products. It goes Internal server error 500.
I've increase my php.ini as suggested by some posts here. Also set my img directory to 777. Any ideas why this is happening?
Here is my custom php.ini that I made. I've stretched the values far hoping the issue gets fixed but it did not.
memory_limit = 1024M
max_execution_time = 1000000;
max_input_time = -1;
post_max_size = 100M;
upload_max_filesize = 100M;
max_input_vars = 10000;
suhosin.get.max_vars = 10000;
suhosin.post.max_vars = 10000;
thanks,
Justine