Can’t Login AFTER its been running fine
-
I’ve been running WP fine for a month at https://www.haikusmackdown.com Tonight? I went to login? And when I entered my admin login and password, it just refreshes the login screen without either field entered. I know I’m typing it right – I have been for a month now. What could have happened?
-
Anonymous
you da man, Stevo3 – good fix
AnonymousStevo3 does rock!
Please anotate his solution as a FAQ!Anonymous*** FIX ***
I had the issue where it’s working fine, then stops.
I have WP installed into .com/worpress/.
My blog is at .com/blog/.
I cleared my cookies and then could no longer login.
Fix:
Open up your vars.php file, and find the line:
define(‘COOKIEPATH’ …
I commented that out and put:
define(‘COOKIEPATH’, ‘/wordpress/wp-admin/’);
Obviously your paths will vary.
– RabbitAnonymousDamn… Should have read those last few posts. ??
Oh well, a little reiteration never hurt anyone. ??I’m having the same problem… I can not login. After entering the correct username and pw and hitting submit the page refreshes.
After reading the above posts I check the cookie information. The admin cookie is not being set.
I recently physically moved the files of one blog (running 1.5gamma) and changed ita€?s domain name.
Then I downloaded a€?strayhorna€?, installing it and using the previous domain of the other blog.
I can not login (admin) to either blog with any browser.
I went into the DB and discovered on the new install that the (table wp_options) field a€?homea€? was blank. On the old blog this field is has the same value as the a€?SiteUrla€? field.
The physical location of my files area€?
Old Blog: websites/chuckknows/
New Blog: websites/cconway/Anyone have any suggestions?
I might have found a solution: https://www.simmonsconsulting.com/wordpress/?p=160.
any chance that the simmonsconsulting fix will be packaged in with the next update? (or ANY fix?) I’m hosting around 10 blogs and they all have this issue, whether upgrades or new installs. I’d be happy to set on up for a dev member to look at/mess around with….
Has this issue been resolved yet? I am running into the same deal with the login, where it looks like it’s trying to redirect, but doesnt. I have tried all of the options that have been presented to no avail. It also appears that the system is no longer setting a cookie…… could this be the problem?
I’m still having the problem where the login page just refreshes after entering my username and password. None of the fixes mentioned in this thread have worked. Has everyone else fixed their problems?
Hi, I’m having the same problem, so far the steps in this post haven’t addresses the problem for me. This is on a fresh default install.
One thing I’ve noted that I didn’t see mentioned in this thread is that the problem seems to be related to the “/” in the redirect url being encoded into ” %2F ” — Everything works fine and I can login if after the first try and refresh I replace the ” %2F ” instances with a “/” in my address bar. Like so:
before –> wp-login.php?redirect_to=%2Fwordpress%2Fwp-admin%2Foptions.php
After –> wp-login.php?redirect_to=/wordpress/wp-admin/options.php
That will load up the admin panels fine, although if I click a link it returns to the login page (because the url uses the %2F again). If instead of clicking I drag the link to the address bar or copy and paste it than I can navigate around the admin areas. Can’t do anything besides that as the form elements (POST buttons) mix the url up again if any changes are applied.
The problem works this way in both Firefox and IE.
This is my first couple hours trying to explore wordpress… haven’t made it very far because of this problem.
Can someone confirm that the symptom works the same way for them? Just try logging in and replace the %2F’s with /’s in the resulting url.
Any ideas on how to work around this… force unencoded slashes from the server or something (not at all my area of knowledge…)
Hope this helps narrow the problem down!
Addendum:
Disabling Zone Alarm Pro’s cookie control feature (under privacy) or unticking the privacy option for the browser (under program control) fixed it for me.
I thought I’d adjusted all my potential cookie related issues, until I remembered ZoneAlarms privacy feature, so if you’ve tried all the solutions remember to thoroughly check all of your security settings and firewall / privacy software!
Cheers,
GabeThanks Gabe! It was Zone Alarm all along. I didn’t even think it could interfere. I added my site to Zone Alarm’s whitelist and now I can login normally.
I’m not sure if i have the same problem that you all do, but it seems to be similar.
At some point a few months ago, when i pulled up my site, it had the look of an HTML file with no CSS applying to it. When i clicked on the “Login” link, it sent me to an odd-looking login screen, which appeared to also have no CSS applying to it. When i would try to log in, it would just loop me back to the login screen, no matter how correctly i entered the information. As a side note, the address bar would show something odd. Normally, the address would say something like https://www.example.com/wp-login.php, but after i had clicked on the Login link, it would say https://www.example.com/wp-login.php/wp-admin/wp-login.php. Each subsequent attempt to log in would stick another /wp-admin/ into the address. To get around this problem, i had to manually type in the correct address (https://www.example.com/wp-login.php), log in, and then i would be able to move freely about the admin panel and do what i wanted. This was my solution for quite some time. The other issue is that users were finding the site CSS-less as well, which as you can imagine is less than an ideal situation.
Then my brother (also a WP user) moved the site to a new server and installed WP 1.5, and now my problem has evolved. After the change i started to mess with the index.php file a bit more and found a way to make sure the CSS was working. It’s kind of an ugly hack but it works. So now, i have only had the CSS not show up once in the past month or so. However, the admin panel is all kinds of screwed up.
Here is what the HTML says on the Dashboard page for the stylesheet:
<link rel="stylesheet" href="https://www.efaithfarm.com/wp-login.php/wp-admin/wp-admin/wp-admin/wp-admin.css" type="text/css" />
I’m not sure why it puts all of that there, and i’m not familiar enough with PHP or the structure of WP to know what to change or what to change it to. I’m willing to let anyone that thinks they can help look at my stuff. Just let me know how to contact you and what files you need to look at. I’m really hoping to find some kind of fix for this, because it’s just irritating to have to type addresses in all the time. I’m thinking I probably screwed up the index.php file sometime in the past and that sent everything into a tailspin but i don’t know what happened. Thanks in advance…You know what? I think i fixed it. For whatever reason my WordPress URI was set to https://www.efaithfarm.com/wp-login.php/wp-admin/wp-admin. If it gets muddy again i’ll be sure to post again. Thanks for listening, anyway…
- The topic ‘Can’t Login AFTER its been running fine’ is closed to new replies.