• Resolved dole

    (@dole)


    Hi,
    suddenly I can not open my WP admin page. It is not showing login panel.
    I`m having error:
    This kadole.lv page can’t be foundNo webpage was found for the web address: https://kadole.lv/wp-login.php
    HTTP ERROR 404

    Browser console says – Failed to load resource: the server responded with a status of 404 ()

    I had error with Too Many Redirects. To fix it I added in wp-content/themes/<my theme> functions.php
    update_option( ‘siteurl’, ‘https://kadole.lv&#8217; );
    update_option( ‘home’, ‘https://kadole.lv&#8217; );

    after saving file, admin page was working. Now after few days, I’m not able to open admin page at all.

    Can you please help me?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @dole

    Try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.

    If that does not resolve the issue, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, navigate to /wp-content/themes/ and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).

    Have a nice day

    Thread Starter dole

    (@dole)

    Hi @amieiro thanks for reply!

    connected to server via sFTP. Navigated to WP-content folder and renamed plugins folder -> plugins.hold.

    This doesn’t help.
    Then navigated to themes folder and renamed active themes folder -> square.old.
    This also doesn’t help.

    Is there any other option?

    Thanks a lot ??

    Thread Starter dole

    (@dole)

    hmm, is there possibility that my admin page is deleted and I need to create a new one? (guess this is silly question, but still)…

    Hi @dole

    Make a backup and reinstall WordPress (without deleting de database).

    Have a nice day

    Thread Starter dole

    (@dole)

    Hi @amieiro! Problem is solved. I accessd DB via phpMyAdmin and edited option value as mentioned in link you provided.

    Sometimes it may be necessary to deactivate all plugins, but you can’t access the Administration Screens 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:{}

    Thanks a lot
    have a nice day ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘wp admin page is not found’ is closed to new replies.