Multiple plugin/Pro conflicts

In order for me to fully load pages into the Content Builder, I have to deactivate two different plugins. Which makes me wonder if the problem is with Pro or my site, since it’s the same problem with two totally separate plugins.

Here’s a screen cast which demonstrates the problem: https://screencast.com/t/WGHJ9bmfm

Hello There,

Thanks for posting in! Those plugins may require more PHP memory which is why as soon as you activate it and edit a page, it just keeps on loading. You actually encountered a fatal error with PHP memory limit. ​We recommend that you increase your memory allocated to PHP. To increase it, 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. */

We would loved to know if this has work for you. Thank you.

Thank you. That seemed to fix it! What is this error and is there any problem increasing the size like this?

Hey There,

The fatal error was cause by the exhaustion of your PHP memory limit. You do not have to worry, there are no problems when increasing the limit.

Regards.

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