Hi, I have a bit of an issue. Every time I add the line "define('WP_CACHE', true);" to my wp-config.php file, my entire website gives a server error 500. As soon as I set WP_CACHE to false, everything loads just fine as it did before. Obviously I'm trying to get a cache plugin working, and that's why I modified that line of code.
Any idea how to have the caching set to true while getting rid of that error 500?
Thank you in advance!
Spencer