Forum OpenACS Q&A: Re: After upgrade, users unable to register

Collapse
Posted by Jade Rubick on
Thanks for your help, Tom.

I think I've narrowed down what the problem is. It's about halfway fixed.

Going to http://www.safe4all.org/register/ works now.

However, if I actually try to log in, using my name and password, I am still redirected to:

http://www.safe4all.org/register/www.safe4all.org/register/user-new?email=myusername%40myhost%2ecom&persistent%5fcookie%5fp=0&return%5furl=%2fpvt%2fhome

If I telnet...

[Jade-Rubicks-Computer:~] jade% telnet www.safe4all.org 80
Trying 216.161.90.13...
Connected to ddslppp13.ptld.uswest.net.
Escape character is '^]'.
GET /intl/
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Redirection</TITLE>
</HEAD>
<BODY>
<H2>Redirection</H2>
<A HREF="http://www.safe4all.org/register/?return_url=%2fintl%2f">The requested URL has moved here.</A>
<P ALIGN=RIGHT><SMALL><I>AOLserver/3.3.1+ad13 on http://www.safe4all.org</I></SMALL></P>

</BODY></HTML>
Connection closed by foreign host.

If I look at the redirection for /register (without the trailing slash) it also doesn't work. Here's a telnet session:

[Jade-Rubicks-Computer:~] jade% telnet www.safe4all.org 80
Trying 216.161.90.13...
Connected to ddslppp13.ptld.uswest.net.
Escape character is '^]'.
GET /register
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Redirection</TITLE>
</HEAD>
<BODY>
<H2>Redirection</H2>
<A HREF="http://www.safe4all.org/register/">The requested URL has moved here.</A>
<P ALIGN=RIGHT><SMALL><I>AOLserver/3.3.1+ad13 on http://www.safe4all.org</I></SMALL></P>

</BODY></HTML>
Connection closed by foreign host.

Well, it seems like it should work, but it redirects to http://www.safe4all.org/www.safe4all.org/register/

So this is a redirection issue?