WooCommerce not working with latest updates

Hi,

Im trying to install woocommerce (3.1.1 and earliers) but even though the intalation is working properly, then the cornerstone doesn’t work. When I try to edit the content in any page or blog page, then apears the cornerstone logo but not the content to edit. At the left column just apears every post or page I have and when I try to create a new one, the same. If I deactivate woocommerce, everything works again. Happens the same with Picu plugin and askimet one.

thanks in advance

Hello There,

Thanks for writing in! You must be experiencing PHP memory limit exhaustion. ​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.

Worked. Thnaks a lot.

You’re welcome!
Thanks for letting us know that it has worked for you.

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