AJAX error, cannot edit the page content (new or old ones)

Hi,

I’m having this error when I try to edit a page with cornerstone.
This is the first time I get this and the server configuration has been used more than once on a X website.
I disabled all plugin but I still have this error.

Failed to recover from malformed AJAX response:
Failed AJAX request. Switching to fallback.
Failed to recover from malformed AJAX response:
Unhandled AJAX error. Expecting valid JSON from response.

I’m up to date with the theme.

Hi @lijecreative,

Please try to have the PHP memory limit of your site increased.

To do this, please edit your wp-config.php file and insert these lines:

    define( 'WP_MEMORY_LIMIT', '256M' );
    define( 'WP_MAX_MEMORY_LIMIT', '512M' );

You can add it before the line
/*That's all, stop editing! Happy Blogging. */

Here is a details article about the PHP Memory Limit that is in our Knowledge Base:

In case the issue persists, please try to get in touch with your hosting provider and confirm to them that your PHP memory limit is increased.

If you are still having an issue, please provide us with the admin details of your site in a Secure Note so that we can check this further.

Hi,

It was a memory issue because of my 45k pages.

Thanks

Glad it’s okay now, and yes, with that amount of pages then you should increase the limit as well. Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.