• I just installed WordPress and everything went fine. Once it was done, I tried to login but I can’t. I get the error message from my browser:
    “Redirection limit for this URL exceeded. Unable to load the requested page. This may be caused by cookies that are blocked. “
    Anyone know how to fix this? I’m using apache 2.0.50 w/ PHP 4.3.8

Viewing 12 replies - 16 through 27 (of 27 total)
  • Thread Starter Anonymous

    While good to have as a resource in case of future troubleshooting… it’s not the issue we’re having here. Damn. Come Monday I’m most likely removing WordPress and switching to MT.

    ~anon – which anon are you ?

    So I upgraded to the latest nightly build and still I get the same error. Unfortunately, I’m now ready to scrap WP. Again, unfortunately, I can find no import scripts for WP to MT. Any help in that direction?

    Switched servers… same error, every computer. That brings us to a coding issue?

    Hi again, yes, I can’t think of anything else.
    It’s still this error ?
    “Redirection limit for this URL exceeded”
    Have you tried getting into #irc and asking there ? If you don’t or haven’t, I’ll ask for you, though if something were to be suggested it would be slower to try.
    What server setup / php version is it ? (Just in case that might help)

    I’ve yet to hop on the irc channel. I shot an email over to Matt to bring it to his attention. PHP 4.3.8.

    Thread Starter Anonymous

    Same “redirection limit” problem here with Gentoo. It appears to be a problem with a patch being applied to the WordPress source. There is a thread on the Gentoo forums with a quick-fix.

    Thread Starter Anonymous

    Whoops, that a thread on the Gentoo forums.

    Thank you so much, that’s what did the trick.

    But if you want modify line 257 in wp-login.php
    from: } else {
    to: } elseif (False) {
    This just basically blocks the code that executes the redirection. I’ll post again if I find that it breaks anything.

    Thread Starter Anonymous

    What WP version are you talking about? in my wp-login.php the line 257 is:

    Thread Starter Anonymous

    What WP version are you talking about? in my wp-login.php the line 257 is:

    “Thank you so much, that’s what did the trick.

    But if you want modify line 257 in wp-login.php
    from: } else {
    to: } elseif (False) {
    This just basically blocks the code that executes the redirection. I’ll post again if I find that it breaks anything.”

    Latest version of WP, it’s not line 257.

    However, replacing the code does not fix the problem at all.

Viewing 12 replies - 16 through 27 (of 27 total)
  • The topic ‘Login Problem’ is closed to new replies.