Pro doesn't work

Hi,

When i try to work in pro i get the message:
The preview could not load. This is most often related to a plugin conflict or aggressive page cacheing. Checking the developer console for errors could indicate what went wrong.

My console says:
Failed to load resource: the server responded with a status of 404 -
preview-frame::update-aborted

Can someone help me?

Hello Bianca,

Whenever I try to access your login page, I get redirected to the Wordpress.com admin area and the login details do not seem to work:

For the meantime, 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 getting an issue, try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

Let us know how it goes.

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