Re: redirect within the ErrorMessages.db
This WebDNA talk-list message is from 2003
It keeps the original formatting.
numero = 54610
interpreted = N
texte = Make sure that you do not have any tabs or carriage returns in your code.[showif [thisurl]^members][ListWords Words=[thisurl]&Delimiters=/][text show=f]mbr_name=[word][/text][/ListWords][mbr_name] (for verification purposes)[search db=/databases/ members.db&eqMemberNamedatarq=[mbr_name]][founditems][REDIRECT url=http://www.domain.tld/profiles/ details.html?record_id=[record_id]][/founditems][/search][/showif]Remember that the code is in a database and a carriage return or tab will stuff things up :)On Wednesday, December 3, 2003, at 06:32 PM, CN Stuff wrote:> hi Donovan,>> On Dec 2, 2003, at 9:50 PM, Donovan Brooke wrote:>>> Dale, I'm not sure of what exactly you are doing>> Trying to create a 'simple' URL for members so instead of having to > type"> www.domain.tld/members/details.html?record_id=222222222>> The can type:> www.domain.tld/profiles/membername/>> Then the server wil do a search on the membername and do a redirect to > the proper record in the database.>>> but one thing I do>> (suggestion derived from list members) is to take the "[">> off the redirect to see if, 1. it is even there and, 2. what all >> values>> are there.>> Things seem to stop before the search, or probably more accurately, > the search does not seem to work. The closing body tags show up, so it > apparently gets past the search. However, adding a [numfound] doesn't > report anything, not even a 0.>>>>> Also, [url][/url] the "[mbr_name]" in the search if it contains >> spaces.>> Good call on the [url] the field in question has been checked for such > charators, but, better to be safe.>>> hth,>> Donovan>>>>>>>> CN Stuff wrote:>>> Hello,>>> I am trying to allow for a 'simple' URL for member pages on my site >>> e.g.>>> www.domain.tld/members/username/>>> In an attempt to accomplish this, I have added the following >>> (without line breaks) to process the URL and do a redirect to the >>> proper URL. With this code, I get the proper membername, but the >>> redirect never happens.>>> [showif [thisurl]^members]>>> [ListWords Words=[thisurl]&Delimiters=/][text >>> show=f]mbr_name=[word][/text][/ListWords]>>> [mbr_name] (for verification purposes)>>> [search db=/databases/members.db&eqMemberNamedatarq=[mbr_name]]>>> [founditems]>>> [REDIRECT >>> url=http://www.domain.tld/profiles/ >>> details.html?record_id=[record_id]]>>> [/founditems]>>> [/search]>>> [/showif]>>> All I end up with is the mbr_name displayed on the screen. Anything >>> obvious as to what I might be doing wrong?>>> Thanks>>> Dale>>>>>> -- >> =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o>> DONOVAN D. BROOKE Eucalyptus Design>> <-Web Development (specializing in eCommerce), ->>> <-Graphic Design, and Pre-Press Consultation ->>>>> ADDRESS:> Donovan Brooke>> DBA Eucalyptus Design>> N2862 Summerville Park Rd.>> Lodi, WI 53555>> PH:> 1.608.592.3567>> Web:> http://www.euca.us>> =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o>>>>>> ------------------------------------------------------------->> 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/>>> -------------------------------------------------------------> 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/>>RegardsStuart Tremainidfk web developments114a/40 yeo street neutral bay 2089 australiat +612 9908 2134f +612 9908 4837-------------------------------------------------------------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:
Make sure that you do not have any tabs or carriage returns in your code.[showif [thisurl]^members][ListWords Words=[thisurl]&Delimiters=/][text show=f]mbr_name=[word][/text][/ListWords][mbr_name] (for verification purposes)[search db=/databases/ members.db&eqMemberNamedatarq=[mbr_name]][founditems][REDIRECT url=http://www.domain.tld/profiles/ details.html?record_id=[record_id]][/founditems][/search][/showif]Remember that the code is in a database and a carriage return or tab will stuff things up :)On Wednesday, December 3, 2003, at 06:32 PM, CN Stuff wrote:> hi Donovan,>> On Dec 2, 2003, at 9:50 PM, Donovan Brooke wrote:>>> Dale, I'm not sure of what exactly you are doing>> Trying to create a 'simple' URL for members so instead of having to > type"> www.domain.tld/members/details.html?record_id=222222222>> The can type:> www.domain.tld/profiles/membername/>> Then the server wil do a search on the membername and do a redirect to > the proper record in the database.>>> but one thing I do>> (suggestion derived from list members) is to take the "[">> off the redirect to see if, 1. it is even there and, 2. what all >> values>> are there.>> Things seem to stop before the search, or probably more accurately, > the search does not seem to work. The closing body tags show up, so it > apparently gets past the search. However, adding a [numfound] doesn't > report anything, not even a 0.>>>>> Also, [url][/url] the "[mbr_name]" in the search if it contains >> spaces.>> Good call on the [url] the field in question has been checked for such > charators, but, better to be safe.>>> hth,>> Donovan>>>>>>>> CN Stuff wrote:>>> Hello,>>> I am trying to allow for a 'simple' URL for member pages on my site >>> e.g.>>> www.domain.tld/members/username/>>> In an attempt to accomplish this, I have added the following >>> (without line breaks) to process the URL and do a redirect to the >>> proper URL. With this code, I get the proper membername, but the >>> redirect never happens.>>> [showif [thisurl]^members]>>> [ListWords Words=[thisurl]&Delimiters=/][text >>> show=f]mbr_name=[word][/text][/ListWords]>>> [mbr_name] (for verification purposes)>>> [search db=/databases/members.db&eqMemberNamedatarq=[mbr_name]]>>> [founditems]>>> [REDIRECT >>> url=http://www.domain.tld/profiles/ >>> details.html?record_id=[record_id]]>>> [/founditems]>>> [/search]>>> [/showif]>>> All I end up with is the mbr_name displayed on the screen. Anything >>> obvious as to what I might be doing wrong?>>> Thanks>>> Dale>>>>>> -- >> =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o>> DONOVAN D. BROOKE Eucalyptus Design>> <-Web Development (specializing in eCommerce), ->>> <-Graphic Design, and Pre-Press Consultation ->>>>> ADDRESS:> Donovan Brooke>> DBA Eucalyptus Design>> N2862 Summerville Park Rd.>> Lodi, WI 53555>> PH:> 1.608.592.3567>> Web:> http://www.euca.us>> =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o>>>>>> ------------------------------------------------------------->> 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/>>> -------------------------------------------------------------> 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/>>RegardsStuart Tremainidfk web developments114a/40 yeo street neutral bay 2089 australiat +612 9908 2134f +612 9908 4837-------------------------------------------------------------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/
Stuart Tremain
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:
wrong input values? (1997)
Include an include file as raw webDNA (2002)
[Replace] (2000)
Bug when including a db file ... ? (2000)
Corrupt Database Problem... (2000)
Text data with spaces in them... (1997)
RE: PIXO support (1997)
Order not created error (1997)
Not reading code (1997)
Protect (1997)
Append File help needed (2000)
WCS Newbie question (1997)
sendmail (2000)
webten vs. webstar (1998)
Problems with upload / WebCat (1998)
select multiple 2 more cents (1997)
RE: Missing contexts on NT (1997)
multiple file uploads (2002)
To Err or Not Custom Error (1999)
test (2000)