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 about the memory limit here: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP