After installing WP 3.3, I wasn't able to activate the WP Super Cache plugin, it completely breaks the WP installation.
When I remove the line define('WP_CACHE', true); from wp-config.php, everything (but the plugin) works fine again.
After installing WP 3.3, I wasn't able to activate the WP Super Cache plugin, it completely breaks the WP installation.
When I remove the line define('WP_CACHE', true); from wp-config.php, everything (but the plugin) works fine again.
How does it break it? Are there any error messages? Checked your PHP error log?
When i activate the plugin, the system adds define('WP_CACHE', true); //Added by WP-Cache Manager to wp-config.php. After that, when I try to open for instance, the plugins page again, you'll see this message:
HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.
In the log I can only find this:
PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) ...
Allocate more memory to your blog then. Chances are WP 3.3 needs more memory than the previous version. You probably need the WP_MEMORY_LIMIT constant as described here: http://codex.wordpress.org/Editing_wp-config.php
Thx a lot! This has fixed the problem! :-)
You must log in to post.