"receive emails" saves wrong activation URL

abccba

Client
Регистрация
28.12.2011
Сообщения
30
Благодарностей
0
Баллы
6
I've run into a massive problem I can't seem to figure out, spent the last hour searching for it.


I've set up a project, the first time when I run through it with the debugger it works fine. It saves activate.php?=12345 as {-Variable.activate-}. I am therefore successfully able to verify my email the first time around.


But now the problem : It seems as if {-Variable.activate-} gets stuck on the first activation link. Even if I delete the old emails, it still somehow finds activate.php?=12345. :confused:


I've tried regxp, trying different email account. The problem is the same in zennoposter itself when running the project. First time goes fine, then it keeps trying to visit the activation page from the first submission.

If anyone knows this problem and can help me out it would be much appreciated!
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113
Do you use internal loops for this task? Try to replace them with numbers of execution of the whole project. No need to perform N registrations within 1 run. Run template N times instead of it. It's possible to run into troubles if you will use internal loops a lot :-)
 

abccba

Client
Регистрация
28.12.2011
Сообщения
30
Благодарностей
0
Баллы
6
Do you use internal loops for this task? Try to replace them with numbers of execution of the whole project. No need to perform N registrations within 1 run. Run template N times instead of it. It's possible to run into troubles if you will use internal loops a lot :-)
Hi there,

This isn't the case, it has a clear start and an end, just 1 run.

Ayone have an idea, I can't figure this out lol
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113
Do you have the same URL even if you restart program?
 

abccba

Client
Регистрация
28.12.2011
Сообщения
30
Благодарностей
0
Баллы
6

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113
That means that it is presented in your template as constant somewhere.
Check action where you go to confirm link.
 

abccba

Client
Регистрация
28.12.2011
Сообщения
30
Благодарностей
0
Баллы
6
That means that it is presented in your template as constant somewhere.
Check action where you go to confirm link.
Thanks alot for your help!

Turned out I had set everything correctly, only thing missing was username in email tab, it still had the old value from the recorder

I feel stupid now ;P
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113
No prob :az:
 

Кто просматривает тему: (Всего: 2, Пользователи: 0, Гости: 2)