Viewing 3 replies - 1 through 3 (of 3 total)
  • Are there any errors in the error log?

    I had a similar situation occur recently when I tried to access the admin panel of a client’s website after upgrading to WordPress 3.2.1, and it was indeed frightening!

    Fortunately, the fix was incredibly simple: I just had to go into CPanel and change the permissions on the wp-admin folder to 755 as described in this post. Do the same for wp-content and wp-includes if they are not already set to 755 (mine were). The individual files within these directories should be set to 644 already, but you can spot check those just to make sure.

    The other thing I did (not counting troubleshooting like disabling all of the plugins, etc.) before trying the above was to remove the W3 Total Cache plugin as described here, which you already seem to be aware of. Note that you must remove not only the W3 Total Cache folder under Plugins (wp-content/plugins/w3-total-cache/) but also all of its associated files:

    wp-content/advanced-cache.php
    wp-content/db.php
    wp-content/object-cache.php
    wp-content/w3tc/
    wp-content/w3-total-cache-config.php
    wp-content/w3-total-cache-config-preview.php
    wp-content/plugins/w3-total-cache/

    Hope that helps, and good luck!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: W3 Total Cache] issues with WP v3.2’ is closed to new replies.