• Hi folks! So I’ve done lots of searching on the subject of wp-admin not working specifically with that redirect_to=https://website.com%2Fwp-admin%2F&reauth=1 trouble lots of people were getting in various ways.

    In our case https://www.BradsCustomAuto.com is using a very simple site that was running fine the last time it was checked (no new development in months) and suddenly going to /wp-admin/ will introduce this reauth nonsense, where the site tells me I’m looking for a page that doesn’t exist. However, going directly to wp-login.php gets me to the login page where I can submit my creds only to be redirected right to the URL I posted above.

    I find that the path before me is paved with alot of different techniques, all of which I believe I have tried, thus bringing me to logging my issue on it’s own.

    I’ve tried disabling all plugins, not that there were very many to disable anyways, some gallery stuff and a custom theme. No dice.

    I tried modifying the .htaccess files, wp-config.php statements to define the siteurl and homeurl, I tried making sure site/home urls in the db were accurate using phpMyAdmin. No Go..

    I tried CHMOD all files in /wp-admin and /wp-includes to 755.

    Now I just tried to overwrite my installation with the latest WP 3.1.3 so we’re at the latest files and database. The upgrade seems to have completed fine, yet I still cannot get to the Dashboard.

    The most perplexing thing is that I am the only admin/developer and know that nothing has changed since the last time. I’ve even tried this in 4 different browsers, dumping local cache.

    Is there some other approach I can take to this then? None of the above has worked and I can’t login to my Dashboard ?? I haz a sad. Going to shoot some zombies, eat a gallon of ice cream and come back to see if someone can pick my efforts up off the floor ??

Viewing 15 replies - 16 through 30 (of 37 total)
  • Thread Starter Stigmartyr

    (@stigmartyr)

    We’re all having this issue ?? but it’s not an area that WP seems to know much about.

    @stigmartyr

    We’re all having this issue ?? but it’s not an area that WP seems to know much about.

    Is this a “login” page that you got bounced out of the Admin onto? Are you able to get into the site if you close out your browser or open another tab?

    Are you getting any errors in Chrome / Firebug?

    Are you sure that all of your JQuery libraries, etc. are not being loaded in the Admin section (i.e use some kind of !is_admin statement)?

    Thread Starter Stigmartyr

    (@stigmartyr)

    Basically it was working fine one day and the next /wp-admin and wp-login.php and redirecting me to a 404 page.

    I’ve tried over writing the files with the latest ones and all the suggestions you see above in my previous posts. I know I can just reinstall but that doesn’t help me solve the issue therefore I’ve left it like this to better understand what is going on — hopefully resolve it.

    Thread Starter Stigmartyr

    (@stigmartyr)

    Yup.. so working on this again. I just manually updated to WP 3.2.1 and this site is still having the issue. When I go to /wp-admin/ I am directed to the login screen. However after I enter my creds, I am redirected to a 404 page who’s URL looks like:

    https://mysite.com/wp-login.php?redirect_to=http%3A%2F%2Fmysite.com%2Fwp-admin%2F&reauth=1

    I’ve tried several different combinations of .htaccess files and wp-config.php as I found in searching google/www.remarpro.com

    I’ve tried making sure that the URL is written correctly in the wp_options table in the db, I’ve tried praying to a higher power. I’ve tried smoking lots of pot to forget about it, I’ve tried communicating with the dead, and even tried singing to my computer..

    My .htaccess

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

    https://bradscustomauto.com/wp-login.php – this is working so you can get to the site.

    Thread Starter Stigmartyr

    (@stigmartyr)

    https://bradscustomauto.com/wp-login.php – this is working so you can get to the site.

    Yeah I’m pretty sure that isn’t correct behavior as explained in the posts above. I cannot get to the dashboard.

    Yes, I see. I registered and was sent a password but 404’d.

    are you getitng a literal “404”? Can you enable PHP debugging on your host for the time being so you can see if you have a conflict in one of the plugin files or themes of your site?

    Also, have you tried using the login — entering your credentials — and then navigating DIRECTLY to https://bradscustomauto.com/wp-admin/ within the same browser session?

    Thread Starter Stigmartyr

    (@stigmartyr)

    Thanks for your help fellers – yes indeed it does do this even with the entire plugin folder disabled (renamed to plugins.off)

    Today I updated to WP 3.2.1 and updated the custom theme to the latest and greatest version…

    Reinstalling the entire site may resolve it but we’ll all be back at the drawing board if this ever happens again so I’m holding out for a fix.

    @ tasty.donuts – yes after it 404’s I’ve tried that, even tried manually typing out URLs like /wp-admin/users.php just to get to a page anywhere on the dashboard, tried some .htacess tricks in the wp-admin folder and other statements to ‘allow all’. I’ve tried CHMOD (just cause) some other different tricks recommended in any slightly relevant article, just trying to force my way in.

    I did try to move my theme folder away (deleted it) and the site came up blank (this was after the 3.2.1 upgrade) not sure why it didn’t go to 2011 theme. It actually gives me a 500 error after I login (when I move away the present theme). I might have to set something in the db telling it to look to the default? But I thought WP would default to Twenty Eleven.

    Have you checked the site’s URL in the database?

    Also, have you tried navigating directly to your admin dashboard with the www. in front of your site’s name and without?

    Thread Starter Stigmartyr

    (@stigmartyr)

    Unsolved Mysteries – *UPDATE*

    “We still have no f***ing clue what’s wrong” ??

    BUT! Just scrolling through the thread looking at kmessinger post (yes about Brads site) I clicked the reauth=1 link again and it directed me to the wp-login.php page again where I entered my creds again but this time I went to the dashboard..

    So to make this perfectly clear, here are my steps:

    I typed in: https://bradscustomauto.com/wp-admin/ and was directed to a 404 page telling me these aren’t the droids I’m looking for.

    I then cut and pasted the below link into the same browser window/session and it goes to the wp-login.php page (again) prompting me to login (again) and then it sends me to the dashboard.

    https://bradscustomauto.com/wp-login.php?redirect_to=http%3A%2F%2Fmysite.com%2Fwp-admin%2F&reauth=1

    I’m confused as to why it’s behaving this way.

    Thread Starter Stigmartyr

    (@stigmartyr)

    @tasty – yes I did try to add www. and that didn’t work. Site’s URL in the DB matches what it should be. I am not using the dubdubdub.

    I also set that in wp-config.php but it made no different so I removed it.

    Im using /%category%/%postname%/ permalink structure..

    Getting into the dashboard now is nice, but it’s the way I have to get in there that’s confusing.

    Have you tried turning PHP error reporting on?

    Thread Starter Stigmartyr

    (@stigmartyr)

    Hi tasty – does that mean to set WP_DEBUG to ‘true’ ?

    If I need to edit the php.ini file I’ll need to contact the host. Although I recall there was a way to force it in wp-config.php assuming apache is set to allow over rides.

Viewing 15 replies - 16 through 30 (of 37 total)
  • The topic ‘wp-admin suddenly not working’ is closed to new replies.