Items in the last section automatically removed upon saving

Hi, when I try to save a page after any change, the items in the last section of muffin builder on that specific page is automatically get removed upon saving the page. Any ideas why?
Thanks

Comments

  • I found the solution myself :)
    It was due to server PHP Max Input Vars limitation. Once I increased the limit it got fixed.
    Create a file named ".user.ini" on the root directory and paste following code.
    max_input_vars = 10000;

Sign In or Register to comment.