White Blank Page when Updating and Publishing Page/Post
It’s likely a plugin. Disable them, and see if that fixes it. If it does, enable one by one, until you find the culprit. If it’s not a plugin (and even if it is), you can try to increase the memory allocated for PHP. Add this to your config.php: define(‘WP_MEMORY_LIMIT’, ’64M’); You can read more … Read more