I had exactly the same problem on my Mac using WordPress with MAMP. After activating the W3 Total Cache plugin I was not able to reach wp-admin anymore because of a 500 Internal Server Error.
Increasing the memory limit from 32 to 64 MB by adding define('WP_MEMORY_LIMIT', '64M'); at the top of wp-config.php has helped!
Thanks granville!
I also encountered this problem. Would be great if this will be fixed in the next version.
Thread Starter
Karl
(@herrk83)
Hi Henrik! It works now. Thank you for this very quick bugfix.