Quotes - Problem with Large Multi-line / Multi-group ("bug" / limitation?)

We´re experiencing problems when “posting” 40+ line quotes in both versions 7.8.x and 7.10.x

After the line # 40-45 (aprox.), we can´t make it submit the complete quote / form to the server.

Is it Apache / PHP related? Like a http / post limitation?

Any comments appreciated !

Having the same issue. Found the limit is 50 line items. Once you go to 51, it will allow you, and seem to be working until you go to save the quote. It then truncates the quote to 50 items, and drops the additional items.

Started looking for the code limitation in the modules folder, but haven’t found it yet. Any help would be appreciated.

Same issue here 7.10.10

Has anyone had any luck with a solution or learning if it is a limitation?

I would start by checking your web server log (typically called php_errors.log) to see how it’s breaking. Is it a memory limit exceeded? Is it an “array out of bounds” error? Is it time loading the page timeout?

Hi,

You should increase max_input_vars in php.ini

1 Like