Re: Strange Form Occurrence on Log In Pages

This WebDNA talk-list message is from

2005


It keeps the original formatting.
numero = 60904
interpreted = N
texte = Here's the content of the cookie that your site set: www.ez1productions.comTRUE/FALSE1322609003ezcookie[usku] Looks like the [usku] didn't get set properly... Marc Eddie Z wrote: > Iıve been having this problem now for about a year and a half. Iım usually > pretty good about breaking down the problem, but I have come up blank with > this one, mainly because I have been unable to duplicate the problem no > matter what platform/browser combination Iıve tried. > > Below is one of the problem pages (index.tpl). I have very similar code on > several different sites, and they all have had this problem at one time or > another. The page is a log in page with a form to itself. It requires an > e-mail address and password. If the correct combination isnıt used an error > will be displayed on page reload. If the correct info has been entered, it > takes the user to a set cookie page (sc.tpl). > > The symptom is, users are entering the two field and clicking the submit > button, but the page simply refreshes. The two text fields are empty, > thereıs no warning being generated and the browser doesnıt appear to try to > go to the sc.tpl page. To remedy this, I have sent users a direct link to > the sc.tpl page which then allows them to enter the site. This is bad > however since most users are not contacting me when this happens (I assume). > > I have spoken with several users when theyıve had this problem. The problem > isnıt consistent across platform or browser versions. One user has had the > problem on a couple of occasions and other times he gets in just fine. > Iım stumped and I donıt really have a way to test it because I canıt > duplicate the problem. So can someone try to duplicate the problem and help > me out, or can someone throw some ideas my way? > > Hereıs the link: http://www.ez1productions.com/ > E-mail: contact@thinksite.com > Pass: test > > I stripped the code below of the excess stuff, but I have ruled out the > possibility of javascript problems because one of my other pages that is > having the problem is just a blank page with a similar form on it. > Thanks, > Eddie Zelhofer > www.thinksite.com > > Code: > > > EZ1 Productions > > > > [math show=f]err=0[/math] > [math show=f]NFerr=0[/math] > > [showif [button]^Log] > [showif [email]=][math show=f]err=err+1[/math][/showif] > [hideif [email]^@][math show=f]err=err+1[/math][/hideif] > [hideif [email]^.][math show=f]err=err+1[/math][/hideif] > [showif [pass]=][math show=f]err=err+1[/math][/showif] > > [showif [err]>0] > [text show=f]wrn=Please enter a correctly formatted e-mail and > password.[/text] > [/showif] > > [showif [err]=0] > [showif [search > db=db/user.db&eqemaildatarq=[email]&eqpassdatarq=[pass]][numfound][/search]= > 0] > [math show=f]NFerr=NFerr+1[/math] > [text show=f]wrn=This User Name/Password combination couldn't be > found in the database.[/text] > [/showif] > [showif [NFerr]=0] > [search > db=db/user.db&eqemaildatarq=[email]&eqpassdatarq=[pass]][founditems] > [redirect sc.tpl?usku=[usku]] > [/founditems][/search] > [/showif] > [/showif] > [/showif] > > >
> > [hideif [err]>0] > > > > [/hideif] > > [showif [err]>0] > > > > [/showif] > > > > > > > > > > > > > > > > > > >
[showif > [wrn]^couldn't]This User Name/Password combination couldn't be found, please > try again.[/showif][hideif [wrn]^couldn't] [/hideif]
All info > must be filled out and e-mail address must be in correct format.
E-mail: name="email" value="[hideif > [email]=[raw][email][/raw]][email][/hideif]">
Password: name="pass">
name="button" value="Log In">
href="password.tpl">Forget Your Password?
> >
> > > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > Web Archive of this list is at: http://webdna.smithmicro.com/ > > -- ------------------------------------------- Marc Thompson Software Engineer Office of Information Technology University of Utah 801.585.9264 marc.thompson@utah.edu ------------------------------------------- ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: Strange Form Occurrence on Log In Pages ( Gary Krockover 2005)
  2. Re: Strange Form Occurrence on Log In Pages ( Eddie Z 2005)
  3. Re: Strange Form Occurrence on Log In Pages ( Gary Krockover 2005)
  4. Re: Strange Form Occurrence on Log In Pages ( Eddie Z 2005)
  5. Re: Strange Form Occurrence on Log In Pages ( Marc Thompson 2005)
  6. Re: Strange Form Occurrence on Log In Pages ( Eddie Z 2005)
  7. Re: Strange Form Occurrence on Log In Pages ( Marc Thompson 2005)
  8. Re: Strange Form Occurrence on Log In Pages ( Eddie Z 2005)
  9. Re: Strange Form Occurrence on Log In Pages ( Marc Thompson 2005)
  10. Re: Strange Form Occurrence on Log In Pages ( Eddie Z 2005)
  11. Re: Strange Form Occurrence on Log In Pages ( Marc Thompson 2005)
  12. Strange Form Occurrence on Log In Pages ( Eddie Z 2005)
Here's the content of the cookie that your site set: www.ez1productions.comTRUE/FALSE1322609003ezcookie[usku] Looks like the [usku] didn't get set properly... Marc Eddie Z wrote: > Iıve been having this problem now for about a year and a half. Iım usually > pretty good about breaking down the problem, but I have come up blank with > this one, mainly because I have been unable to duplicate the problem no > matter what platform/browser combination Iıve tried. > > Below is one of the problem pages (index.tpl). I have very similar code on > several different sites, and they all have had this problem at one time or > another. The page is a log in page with a form to itself. It requires an > e-mail address and password. If the correct combination isnıt used an error > will be displayed on page reload. If the correct info has been entered, it > takes the user to a set cookie page (sc.tpl). > > The symptom is, users are entering the two field and clicking the submit > button, but the page simply refreshes. The two text fields are empty, > thereıs no warning being generated and the browser doesnıt appear to try to > go to the sc.tpl page. To remedy this, I have sent users a direct link to > the sc.tpl page which then allows them to enter the site. This is bad > however since most users are not contacting me when this happens (I assume). > > I have spoken with several users when theyıve had this problem. The problem > isnıt consistent across platform or browser versions. One user has had the > problem on a couple of occasions and other times he gets in just fine. > Iım stumped and I donıt really have a way to test it because I canıt > duplicate the problem. So can someone try to duplicate the problem and help > me out, or can someone throw some ideas my way? > > Hereıs the link: http://www.ez1productions.com/ > E-mail: contact@thinksite.com > Pass: test > > I stripped the code below of the excess stuff, but I have ruled out the > possibility of javascript problems because one of my other pages that is > having the problem is just a blank page with a similar form on it. > Thanks, > Eddie Zelhofer > www.thinksite.com > > Code: > > > EZ1 Productions > > > > [math show=f]err=0[/math] > [math show=f]NFerr=0[/math] > > [showif [button]^Log] > [showif [email]=][math show=f]err=err+1[/math][/showif] > [hideif [email]^@][math show=f]err=err+1[/math][/hideif] > [hideif [email]^.][math show=f]err=err+1[/math][/hideif] > [showif [pass]=][math show=f]err=err+1[/math][/showif] > > [showif [err]>0] > [text show=f]wrn=Please enter a correctly formatted e-mail and > password.[/text] > [/showif] > > [showif [err]=0] > [showif [search > db=db/user.db&eqemaildatarq=[email]&eqpassdatarq=[pass]][numfound][/search]= > 0] > [math show=f]NFerr=NFerr+1[/math] > [text show=f]wrn=This User Name/Password combination couldn't be > found in the database.[/text] > [/showif] > [showif [NFerr]=0] > [search > db=db/user.db&eqemaildatarq=[email]&eqpassdatarq=[pass]][founditems] > [redirect sc.tpl?usku=[usku]] > [/founditems][/search] > [/showif] > [/showif] > [/showif] > > >
> > [hideif [err]>0] > > > > [/hideif] > > [showif [err]>0] > > > > [/showif] > > > > > > > > > > > > > > > > > > >
[showif > [wrn]^couldn't]This User Name/Password combination couldn't be found, please > try again.[/showif][hideif [wrn]^couldn't] [/hideif]
All info > must be filled out and e-mail address must be in correct format.
E-mail: name="email" value="[hideif > [email]=[raw][email][/raw]][email][/hideif]">
Password: name="pass">
name="button" value="Log In">
href="password.tpl">Forget Your Password?
> >
> > > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > Web Archive of this list is at: http://webdna.smithmicro.com/ > > -- ------------------------------------------- Marc Thompson Software Engineer Office of Information Technology University of Utah 801.585.9264 marc.thompson@utah.edu ------------------------------------------- ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Marc Thompson

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

WebSTAR, OSX, WebDNA permissions problem ... (2005) OT: Unix Guru Needed (2003) all records returned. (1997) Unexpected error (1997) OFF-TOPIC: Lending investors ... (2002) [WebDNA] backup / mirror website & databases (2018) Postdata expired from cache (2004) [SearchString] usage (1997) truncating email part II (1997) Adding content advice needed (1998) 2nd WebCatalog2 Feature Request (1996) Math (1997) BUG in WebCatalog 4.0.1 on Mac OSX (2000) Search in 2 or more catalogs (1997) Setting up WebCatalog with Retail Pro data (1996) Showing unopened cart (1997) Adding Shipping Costs based on percent of subtotal (1997) RequiredFields template (1997) Country & Ship-to address & other fields ? (1997) Using Protection =) (2003)