Another solution, which I try, but others have found success with WordPress increasing memory limit. To increase the memory limit, add this piece of code in wp-config.php file immediately after the opening php statement:
define ( ‘WP_MEMORY_LIMIT’,’64M ‘);
If you do not know how to edit the core WordPress file, sorry I will not in this message, and I suggest you stick to switch off the solution or more plugins, see this issue in the WordPress.org forums.
