PDA

View Full Version : User_confirm FTP error


amandaowen63385678
06-14-2010, 03:25 PM
It seems like it is all working but then when testing the confirmation of the email address I am getting an FTP error. I can get through the whole registration process but when I go to the email and it asks me to click the link to confirm it isn't working. It says:

The page you tried to access does not exist on this server. This page may not exist due to the following reasons:

You are the owner of this web site and you have not uploaded (or incorrectly uploaded) your web site. For information on uploading your web site using FTP client software or web design software, click here for FTP Upload Information.
The URL that you have entered in your browser is incorrect. Please re-enter the URL and try again.
The Link that you clicked on incorrectly points to this page. Please contact the owner of this web site to inform them of this situation.

Any ideas? I even tried to login as that new user and verify from that direction and I got the same error...

Eric Mittman
06-14-2010, 06:13 PM
This sounds like a custom 404 page. It is just telling you that the page is not available with the address that was used to request it. Please post back with a link to the registration page and a copy of the link that is in the email message.

amandaowen63385678
06-14-2010, 07:42 PM
Here is the registration page:
http://owenwebworks.com/UserRegistration100/users_Registration.php


this is the email confirmation I am getting:
http://www.owenwebworks.com/users_Confirm.php?ID=1&code=Qf94iha0H3Iy33k3ZZSW

I am guessing that I need to somehow get the registration to change to:
http://www.owenwebworks.com/UserRegistration100/users_confirm.php.... but it is an automatically generated and I don't know where to look to change it. Am I correct in this assumption?

Eric Mittman
06-15-2010, 03:09 PM
You are correct that the paths need to be updated. Instead of updating the physical path to the files you should update the links for them. Currently you have your files in a folder called UserRegistration100. Since the confirm link is going directly to the page and not this folder the root URL is not correct in your globals file. You will need to update the root URL to contain the folder name. What do you currently have for these values?