• Resolved grayzee

    (@grayzee)


    Hello,

    Im trying to create more layouts within my flexible content module how ever when I add new layouts they don’t save. If i add 1 more or 5 more on save they are all lost and im back to the limit of 83.

    Have you guys added a hard limit of 83 or is something causing this as a bug/defect?

    Many thanks,
    Graeme

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Konrad Chmielewski

    (@hwk-fr)

    Hello,

    Thanks for the feedback!

    I reassure you, there is no layout number limit in the code. The only limit is the one set by your server. It looks like you triggered the maximum number of $_POST elements that your PHP configuration can handle (each field is one post element that is sent during submission). It is most likely due to the PHP max_input_vars setting. See documentation.

    I would recommend to check your apache/PHP error logs, see if you find a warning about that. If that’s the cause, you can either increase that limit or lower the number of fields/sub fields in each layouts.

    Hope it helps!

    Have a nice day!

    Regards.

    Thread Starter grayzee

    (@grayzee)

    This worked perfectly. Thanks for your response.

    Plugin Author Konrad Chmielewski

    (@hwk-fr)

    Hello,

    Good to hear 🙂

    Have a nice day!

    Regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cant add more than 83 layouts to Flexible content Module’ is closed to new replies.