Registration confermation link problem. Registration confermation link problem.
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Registration confermation link problem.

Started by kas, January 11, 2005, 02:09:32 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kas

Hi,

When people try to register, the link in the email they are sent is broken. I have tried it with 3 different mail clients and it is doing the same thing in all of them.

Actual link : " http://www.thestroebels.comregister.php?activate=*******************"  < this is how it shows everytime...

The "/" is missing between ".com" and "register"    ...      ???

Any idea why this is ??  Any help would be wonderful...

Kas

It takes BIG hands to sieze the day...  < Kas said that.. :)

Tranz

What exactly do you have in your ecard target in Config?

Casper

yes, I suspect you have forgotton the '/' at the end of your url.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

kas

OK... I admit it... I am a TARD !!  sorry for the stupid question..     :P
It takes BIG hands to sieze the day...  < Kas said that.. :)

Tranz

#4
Actually, it's not really all your fault. Applications are very inconsistent about the use of the trailing slash and so it's hard to know when to use them or not. That, or they have different tolerances for incorrect usage.

I guess we could implement a check in the code for the use of the trailing slash and add it if it's not there.

edit: I guess it has been done in the dev 1.4 version since when I remove the trailing slash, it gets added automatically. The issue I can see with that is if someone were to edit the database entry... then there's no check.