简体   繁体   中英

Maximum number of saved embedded form in Symfony 1.4

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM