Well to follow up on my 'white screen' on form post issue, I've found out that the problem only appears if the query string is either 654 or 653 characters long! It works with query strings that are much longer and much shorter, though I haven't walked through many values. This white screen on post happens in either Firefox 2.0.x or IE7. This doesn't seem to be the same issue that Jason is having.
Again it's 4D2003.8 on Windows 2000 Server, Active4D V4.x This is pretty bizarre. Mike > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Mike Vogt > Sent: Friday, September 14, 2007 11:59 AM > To: [EMAIL PROTECTED] > Subject: RE: [Active4d-dev] Having issues with redirect(/login.a4d) > > Hi All, > Just to chime in her, I am also having redirect issues that > intermittently result in a 'white screen' when submitting a > form. I am evaluating the contents of the $attributes > collection and depending on the data submitted, I either > redirect to a save fuseaction or to the modify fuseaction > with the errors highlighted. I was originally getting the > '...web browser was unable to redirect..'' error, and I had a > really long query string, so I shortened it and it works now > most of the time. I have noticed that if I use the 'Back' > button at the wqhite screen, add 1 character to any of the > input fields and re-submit, it works. I don't have an > answer, just some symptoms. > ??? > > This is an Active4D v4.x update to a prior Active4D v3.x site > running 4D2003 Server on Windows 2000 Server. > > Mike Vogt > Millennium Data Services, Inc. > > > > > > >> I am attempting to make a basic login script in Active4D > and have > > >> been successful until I added in a redirect command. > > >> > > >> The page is /web/login/process_login.a4d and the area of code in > > >> question looks like this: > > >> > > >> reduce selection([Users]; 0) > > >> > > >> set session("loginError"; "Invalid Username, or there is > a problem > > >> with your Username. Please try again.") > > >> > > >> redirect("/login/login.a4d") > > > > > > > > -- > > View this message in context: > > http://www.nabble.com/Having-issues-with-redirect%28-login.a4d > > %29-tf4438263s22836.html#a12677418 > > Sent from the Active4D mailing list archive at Nabble.com. > > > > _______________________________________________ > > Active4D-dev mailing list > > [email protected] > > http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev > > Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/ > > _______________________________________________ > Active4D-dev mailing list > [email protected] > http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev > Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/ _______________________________________________ Active4D-dev mailing list [email protected] http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
