Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello,

    Make sure to delete the following in your wp-content folder:
    1. Cache folder
    2. w3tc-config folder
    3. upgrade folder
    4. advanced-cache.php
    5. object-cache.php
    6. db-cache.php
    Can you please share the content of your .htaccess
    Also, are you using any other caching solution?

    Thread Starter eminems

    (@eminems)

    Hi,
    Thanks for your answer!
    I deleted all those files/folders.

    I cleaned the htaccess from everything, here is what I use now (and still no luck) :

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    I am not using any other caching plugin
    but
    I am using Enfold theme, and there is a “Performance” section where I activated the “CSS and Javascript file merging and compression” (but not sure that it could cause an issue on the login…)

    Thank a lot

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello,
    Have you checked with your host to see if there are any issues on their end?

    Thread Starter eminems

    (@eminems)

    Hi,
    Thanks.
    I checked with them, nothing on their end after their investigation.

    I had to use my last save and restore wordpress files, and now I can login!
    I don’t know how a simple “clear cache” caused that, still a mystery and weird…

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello
    Have you re-installed W3 Total Cache and if so, any changes?
    Are you using any other caching solution or maybe server-side caching?

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

The topic ‘Can’t access dashboard after “Clear cache”’ is closed to new replies.