Viewing 4 replies - 1 through 4 (of 4 total)
  • How does it break it? Are there any error messages? Checked your PHP error log?

    Thread Starter jooch5

    (@jooch5)

    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.ww.wp.xz.cn/Editing_wp-config.php

    Thread Starter jooch5

    (@jooch5)

    Thx a lot! This has fixed the problem! 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Can't install WP Super Cache plugin in WP 3.3’ is closed to new replies.