I have an Ubercart commerce with products that can have a lot of color options, to be precise 272 options.
When I add this attribute to my product I can see that every option is added and working but if I uncheck some of these options and save nothing happens and I don't have an error on Drupal nor on php (like some kind of out of memory or max_input_vars error).

I'm using the Ubercart Option Images and I can't understand wich component is the responsible of this issue.

Comments

smurfxx created an issue. See original summary.

smurfxx’s picture

Priority: Major » Minor
Status: Active » Closed (works as designed)

I solved this issue, that was a server performance problem, the while loop used to update a lot of option attributes is right but very dispensive.