Thorsten, the resolution is that you need to copy and paste this into your /wp-includes/cache.php file just after the <?php tag:
ini_set(‘memory_limit’,’64M’); // set memory to prevent fatal errors
Mine was set to 32M, I increased it to 64M, and I instantly regained access to my site.