Gossamer Forum
Home : Products : Links 2.0 : Customization :

modify and password give me Unknown Tag

Quote Reply
modify and password give me Unknown Tag
Hi,

I have some problems with the modify mod and the password mod.

I get the errors 'Unknown Tag' for all required fields, it is the same thing while running password,cgi.

I think there is a problem with the sub parse_form , but I don't what and where it is.

Regards, Chris

Quote Reply
Re: modify and password give me Unknown Tag In reply to
Could you post the url so we can look at it.

Good Luck!

Glenn


http://mir.spaceports.com/~glennu/
Quote Reply
Re: modify and password give me Unknown Tag In reply to
Hi,

that`s fine:
http://www.guxme.de/cgi-bin/links/password.cgi
and
http://www.guxme.de/cgi-bin/links/modify.cgi

SORRY, it works:

I had problems with case sensitive variables, now
I changed my password to Passwort in all cases:
db_Passwort
<%Passwort%>
$Passwort

and it works.

I also have the problem with the loop in password.cgi if a mailodress is stored more than once, but I have seen a post for that.

Happy Chris
Quote Reply
Re: modify and password give me Unknown Tag In reply to
I have posted the following message in Cristina's thread on the same subject:


It seems that this mod has caused problems for others in the past. Don't forget to search the forum for old messages. Doing a search for the terms unknown tag password brings up several threads. Here are the most relevant:

http://www.gossamer-threads.com/...&part=1&vc=1

http://www.gossamer-threads.com/...ew=&sb=&vc=1


Floristan


Quote Reply
Re: modify and password give me Unknown Tag In reply to
Chris,
when you say
"I changed my password to Passwort in all cases:
db_Passwort
<%Passwort%>
$Passwort"
you mean from password to Password
or from password to PassworT?
Is it a T instead of a d or it's just a typo error?
Did you change every field from a p to a P?
If I fix it then I'll be having no more problems...I feel it!
Ciao
Cristina


Quote Reply
Re: modify and password give me Unknown Tag In reply to
Im my case I have written it Passwort (it`s historical, because I have used this field-name since playing with links and dont want to chnage my add-forms and so on)

I thing the most important thing is that you have to use the exact same writing averywhere, also for db_Pass...

Chris