문제

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top