• Resolved aguett

    (@aguett)


    Hello guys,

    I have a strange issue and can’t find a way to solve it :

    – Locally, on MAMP Pro, I can change for example the font color and click on the Customizer “Save and Publish” button and 1 second later this button will get disabled and say “Saved”…

    I moved my local install in production and now if I do the same steps, the button “Save and Publish” won’t get the status “Saved”… it seems like it’s hanging forever… if I quit the Customizer it will say something like “you may loose your change” but actually if I then reload the page it seems like changes have been saved.

    It also seems like the Customizer is putting a lot of stress on my server ressource while hanging / crashing.

    Do you guys have any idea on how I could solve this issue ??

    Thanks a lot,

    Cheers,

    PS: I’ve migrated 100’s of local to production installs so I haven’t messed up there…

Viewing 1 replies (of 1 total)
  • Thread Starter aguett

    (@aguett)

    SOLVED: the PHP Memory limit of my host was the culprit.

    Adding this to wp-config.php solved the issue:

    define( ‘WP_MEMORY_LIMIT’, ‘128M’ );

    Cheers,

Viewing 1 replies (of 1 total)
  • The topic ‘WordPress Customizer : "Save and Publish" to "Saved" status hanging’ is closed to new replies.