• I am having difficulties logging into my wordpress installation. it has been working properly before it started having this issue today. when i type my username and password, it just reloads the login page. i have tried some solutions i got from google like renaming my plugins folder in case its a plugin issue, optimizing and repairing my database but to no avail.
    is there any way to fix this?
    my website is

Viewing 1 replies (of 1 total)
  • Greetings gravity02!

    I know you already tried the plugin issue, have you tried turning off all the plugins from phpMyAdmin?

    Sometimes it may be necessary to deactivate all plugins, but you can’t access the administrative menus to do so. One of two methods are available to deactivate all plugins.

    Use phpMyAdmin to deactivate all plugins.

    In the table wp_options, under the option_name column (field) find the active_plugins row
    Change the option_value field to: a:0:{}
    Or reset your plugins folder via FTP or the file manager provided in your host’s control panel. This method preserves plugin options but requires plugins be manually reactivated.

    Via FTP or your host’s file manager, navigate to the wp-contents folder (directory)
    Via FTP or your host’s file manager, rename the folder “plugins” to “plugins.hold”
    Login to your WordPress administration plugins page (/wp-admin/plugins.php) – this will disable any plugin that is “missing”.
    Via FTP or your host’s file manager, rename “plugins.hold” back to “plugins”

    Talk to you later,
    Kevin

Viewing 1 replies (of 1 total)
  • The topic ‘Problems with logging into wordpress’ is closed to new replies.