Okay
  Public Ticket #832563
"Error" when saving new theme options
Closed

Comments

  • Maxime started the conversation

    Hi,

    I have a fresh installation of Wordpress + Woocommerce on Ubuntu 16.04.

    Aurum : 2.9.3. Wordpress: 4.5.3.

    When I go in admin > Laborator and I make some change, once I click on Save All Changes, I get an "Error" warning and nothing is saved.

    How can I fix that? I'd like to debug it, but it's not verbose at all.

    Thank you,

  • [deleted] replied

    Hi Maxime,

    It often happens that this issue comes from memory_limit and after increasing it to 64MB or 128M it is fixed.

    Can you please check if your server meets the recommended PHP configuration limits as follows:

    • memory_limit 128M
    • post_max_size 64M
    • upload_max_filesize 64M

    For more info visit this link Recommended PHP Configuration Limits.

    If you need more info, please don't hesitate to reply here :)

    Then try to save again theme options and see if it works for you.