• Hello, in a forum where one of the users who is using WP Perfomance commented that the administrator’s login is disabled when the plugin is deleted.

    The guy shared a video of the problem.

    Thanks for checking it out.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Ante Laca

    (@alaca)

    Hi @ramonjosegn

    Thanks for sharing the video. Does error occur on uninstall?
    Can you provide an error log? That would be really helpful.

    Thanks,
    Ante

    Hello, I also encountered this error, unable to log in after uninstalling the plugin, how can I solve it? thanks for the reply

    Plugin Author Ante Laca

    (@alaca)

    Hi @fishzzz,

    what error do you get when you try to login?

    Did you install any other cache plugins after installing WPP, or did you have any cache plugins installed alongside WPP? Any other plugin which will edit .htaccess file?

    This issue is probably caused by some other plugin which will write rewrite rules or whatever to the htaccess file. Can you share your htaccess?

    @alaca Hello, thank you for your reply.
    No other cache plugins are installed. After uninstalling WP-Performance, I can’t log in anymore.
    Prompt error: Sorry, you cannot access this page.
    ——————–htaccess——————-

    # 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

    • This reply was modified 5 years, 5 months ago by fishzzz.
    • This reply was modified 5 years, 5 months ago by fishzzz.
    Plugin Author Ante Laca

    (@alaca)

    Hm… strange, it should work. Can you send me your site url to ante.laca at gmail?
    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Not acceso to wp-login after delete the plugin’ is closed to new replies.