• I recently added some posts to my website https://www.thepoliticaleconomist.com.ng bt as it is i cant login to my admin anymore. Whenever i type https://www.thepoliticaleconomist.com.ng/wp-admin it gives me an error that
    The page isn’t redirecting properly
    Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
    This problem can sometimes be caused by disabling or refusing to accept cookies.
    Click here to view my php and mysql details.

    Please i will appreciate any help and i need it fast.

    Thanks

Viewing 15 replies - 1 through 15 (of 35 total)
  • Do you have a .htaccess file in the wp-admin? If yes try to remove it via FTP (keep a backup copy) and see if it works.

    Thread Starter Toyin

    (@jnr4u2)

    There isn’t a .htaccess file in my wp-admin folder. Just chkd it nw. Thanks. Any other idea??

    Ok start by disabling all the plugins then. To disable all the plugins, simply login to your website using an FTP client and rename the wp-content/plugins directory to plugins1 or something similar. Create a new empty plugins directory.

    If it works, then start enabling the plugins 1 by 1 until you find the culprit.

    Thread Starter Toyin

    (@jnr4u2)

    Ive done that and im still getting the same error. Pls help…..

    Thread Starter Toyin

    (@jnr4u2)

    Done that and its still giving the same error.

    Do you have a .htaccess file in the wp-admin? If yes try to remove it via FTP (keep a backup copy) and see if it works.

    Look for it in the root folder. Keep in mind you have to have settings set to see all files as the file may not show up witg your file manager.

    Thread Starter Toyin

    (@jnr4u2)

    When i removed it, it brought an error saying “Internal Server Error” with some other information but when i put the settings back it does the same redirecting problem again.

    Here are the settings in the .htaccess file

    # HIDE-LOGIN
    #<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^logout wp-login.php?action=logout&_wpnonce=b85710cade [L]
    RewriteRule ^admin wp-admin/ [R,L]
    RewriteRule ^login wp-login.php
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule .* //index.php [L]
    #</IfModule>
    # END HIDE-LOGIN

    # 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 don’t know what the hide login is about. Shot in the dark – try it without that part.

    Thread Starter Toyin

    (@jnr4u2)

    Still the same thing. Really dont know what to do. Please help some1

    Lets go back to the basic debug. I know you did the first part but did you do the second.

    Have you tried:
    – deactivating all plugins (yes, all) to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s). Don’t forget the ones in mu-plugins if you have that folder. If you can’t get into your admin dashboard, try resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.
    – switching to the Twenty Eleven theme to rule out any theme-specific problems.

    When I go to https://www.mypage.com/admin I get the following message:

    Warning: Cannot modify header information – headers already sent by (output started at /home/ideas/domains/ideasmagazine.ca/public_html/wp-content/plugins/twitter-feed-scroller/ajaxtwitter.php:16) in /home/ideas/domains/ideasmagazine.ca/public_html/wp-login.php on line 362

    And then when i try to login through /wp-login
    I get all of the following:

    Warning: Cannot modify header information – headers already sent by (output started at /home/ideas/domains/ideasmagazine.ca/public_html/wp-content/plugins/twitter-feed-scroller/ajaxtwitter.php:16) in /home/ideas/domains/ideasmagazine.ca/public_html/wp-login.php on line 362

    Warning: Cannot modify header information – headers already sent by (output started at /home/ideas/domains/ideasmagazine.ca/public_html/wp-content/plugins/twitter-feed-scroller/ajaxtwitter.php:16) in /home/ideas/domains/ideasmagazine.ca/public_html/wp-login.php on line 374

    Warning: Cannot modify header information – headers already sent by (output started at /home/ideas/domains/ideasmagazine.ca/public_html/wp-content/plugins/twitter-feed-scroller/ajaxtwitter.php:16) in /home/ideas/domains/ideasmagazine.ca/public_html/wp-includes/pluggable.php on line 680

    Warning: Cannot modify header information – headers already sent by (output started at /home/ideas/domains/ideasmagazine.ca/public_html/wp-content/plugins/twitter-feed-scroller/ajaxtwitter.php:16) in /home/ideas/domains/ideasmagazine.ca/public_html/wp-includes/pluggable.php on line 681

    Warning: Cannot modify header information – headers already sent by (output started at /home/ideas/domains/ideasmagazine.ca/public_html/wp-content/plugins/twitter-feed-scroller/ajaxtwitter.php:16) in /home/ideas/domains/ideasmagazine.ca/public_html/wp-includes/pluggable.php on line 682

    Warning: Cannot modify header information – headers already sent by (output started at /home/ideas/domains/ideasmagazine.ca/public_html/wp-content/plugins/twitter-feed-scroller/ajaxtwitter.php:16) in /home/ideas/domains/ideasmagazine.ca/public_html/wp-includes/pluggable.php on line 881

    Thoughts?

    I accidentally added “wordpress” to my URL website in the bog admin general settings, now I can’t seem to get back into my blog admin panel! Please help!!

    When I go to https://www.thepoliticaleconomist.com.ng/wp-login.php and I get the regular login. Maybe try deleting your cookies?

    @philosophermba, @henrylamphotography:
    Please start new topics. Adding to an existing topic makes reading this very confusing.

    @philosophermba – disable that twitter scroller plugin

    @henrylamphotography – if you can access the database, just corect that in the options table

    Thread Starter Toyin

    (@jnr4u2)

    Please someone should help me out, ive not gotten anything yet. PLEASE HELP!!!!

Viewing 15 replies - 1 through 15 (of 35 total)
  • The topic ‘I cant login to my admin page’ is closed to new replies.