Hi there,
thank you for this module, using that on every site :)
In past I had no problems to upload 200 - 300 images.
Nowdays when I load say 300 images, all is on server temp, form for creation of content is creating thumbs, but only for half, ending with file #165, other files are wthout thumb image, but at least stated somehow that are "there".
When I tried to save, its strangely saying drupal error that some other mandatory field xy is not entered. field xy was entered and there is no conditional connection to image filed, only that in form it comes directly after image filed.
I tired to lower the file sizes, to see if max count will be higher, but still 165.
If I upload say 160 it works.
as it worked before, I am wondering....
Maybe recent update of drupal core ruined that?
Or update of server/php, but I think php limits are pretty the same....but of course possible.
Can you please guide me or suggest?
tried dev and latest prod.
Thank you
Comments
Comment #2
anrikun commentedMust have to do with your
php.inisettings.Have a look at
max_input_vars.Comment #3
whop commentedthank you for this fast response!
in php info i see max_input_vars: 1000, not aware that it would be changed in recent past.
should it be higher?
thanks
Comment #4
anrikun commentedYes, try to set it higher.
Comment #5
whop commentedso it was 1000, increase to 2000 ok for images, but cant promote as published.
3000 worked.
I never changed this value before, commented in ini originaly...but never mind, its a life saver!
thank you!