Question

I can't save more then 67 widgets on my one-to-many form with Symfony 1.4
I embedded an Element table which embeds the i18n translation table.
It saves everything correctly but I cannot save more then 67 records.

The structure is:
MAIN > ELEMENT > i18n
For 1 MAIN I got several elements which are translated.
Do you if there's a limit on the number of updates/insert?
Thank you

Was it helpful?

Solution

The problem was in the max_input_vars parameter in the php.ini configuration file. It was 1000 but the POST was sending more than 1000 variables.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top