Re: Trigger action Quandry

This WebDNA talk-list message is from

2002


It keeps the original formatting.
numero = 40483
interpreted = N
texte = Whenever I have problems with triggers (or spawns) I put in code to write info out to a debugging log. In this case, I'd add something like:[appendfile file=debug.txt&secure=F][date] [time] [thisurl] (showif [hour]\2) [/appendfile]... right before the [showif... Then I could examine the log to see what's up.- brianAt 10:56 AM 6/6/02, Bob Minor wrote: >I have a page that when hit by a human browser it works fine, but if its hit >with a trigger it doesn't. Specifically I run the script every hour, if the >hour is divisible by 2 then it runs the containing code if not then it >should not. Instead it runs every hour regartless. Here is the code from the >page. > >Database Backup > > [math show=f]filecount=0[/math] > [text secure=F]dayfolder=[date %a][/text] > [math show=f]hour=[date %H][/math] > >[showif [hour]\2] > >[ListFiles path=../databases/] >[hideif [filename]^(] >[showif [filename]^.db] > >[filename]
>[math show=T]filecount=filecount+1[/math] >[text secure=F&show=T]backupfile[filecount]=[filename][/text] >[hideif [filename]^archives][commitdatabase >../databases/[filename]][/hideif] > > >[/showif] >[/hideif] >[/Listfiles] > > >[dos] >cd ..\..\..\Medlawplus.com\wwwroot\databases\ >mkdir D:\backup\[dayfolder]\[date %H] >mkdir D:\backup\[dayfolder]\[date %H]\[Date %y-%m-%d] >[loop start=1&end=[filecount]]copy >[interpret][backupfile[index]][/interpret] D:\backup\[dayfolder]\[date >%H]\[interpret][backupfile[index]][/interpret] >[/loop] >[/dos] > >[appendfile action.log][date] [time] [date %H] >[math]{[date]}[/math].[math]{[time]}[/math] backup databases[loop >start=1&end=[filecount]] > copy [interpret][backupfile[index]][/interpret] >D:\backup\[dayfolder]\[date >%H]\[interpret][backupfile[index]][/interpret][/loop] >[/appendfile] > >[/showif] > > >Robert Minor >Director of Internet Services >------------------------------------------------------------ >Cybermill Communications >http://www.cybermill.com http://www.merchantmaker.com > >Providing Ecommerce and interactive website development and >hosting services on Macintosh, Windows NT, Unix, and AS/400. > >All your websites are belong to us! > > >------------------------------------------------------------- >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://search.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://search.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: Trigger action Quandry (Brian Fries 2002)
  2. Trigger action Quandry (Bob Minor 2002)
Whenever I have problems with triggers (or spawns) I put in code to write info out to a debugging log. In this case, I'd add something like:[appendfile file=debug.txt&secure=F][date] [time] [thisurl] (showif [hour]\2) [/appendfile]... right before the [showif... Then I could examine the log to see what's up.- brianAt 10:56 AM 6/6/02, Bob Minor wrote: >I have a page that when hit by a human browser it works fine, but if its hit >with a trigger it doesn't. Specifically I run the script every hour, if the >hour is divisible by 2 then it runs the containing code if not then it >should not. Instead it runs every hour regartless. Here is the code from the >page. > >Database backup > > [math show=f]filecount=0[/math] > [text secure=F]dayfolder=[date %a][/text] > [math show=f]hour=[date %H][/math] > >[showif [hour]\2] > >[ListFiles path=../databases/] >[hideif [filename]^(] >[showif [filename]^.db] > >[filename]
>[math show=T]filecount=filecount+1[/math] >[text secure=F&show=T]backupfile[filecount]=[filename][/text] >[hideif [filename]^archives][commitdatabase >../databases/[filename]][/hideif] > > >[/showif] >[/hideif] >[/Listfiles] > > >[DOS] >cd ..\..\..\Medlawplus.com\wwwroot\databases\ >mkdir D:\backup\[dayfolder]\[date %H] >mkdir D:\backup\[dayfolder]\[date %H]\[Date %y-%m-%d] >[loop start=1&end=[filecount]]copy >[interpret][backupfile[index]][/interpret] D:\backup\[dayfolder]\[date >%H]\[interpret][backupfile[index]][/interpret] >[/loop] >[/dos] > >[appendfile action.log][date] [time] [date %H] >[math]{[date]}[/math].[math]{[time]}[/math] backup databases[loop >start=1&end=[filecount]] > copy [interpret][backupfile[index]][/interpret] >D:\backup\[dayfolder]\[date >%H]\[interpret][backupfile[index]][/interpret][/loop] >[/appendfile] > >[/showif] > > >Robert Minor >Director of Internet Services >------------------------------------------------------------ >Cybermill Communications >http://www.cybermill.com http://www.merchantmaker.com > >Providing Ecommerce and interactive website development and >hosting services on Macintosh, Windows NT, Unix, and AS/400. > >All your websites are belong to us! > > >------------------------------------------------------------- >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://search.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://search.smithmicro.com/ Brian Fries

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:

missing records (1998) [WebDNA] Putting '&search' into URL killing all search contexts (2010) Emailer (WebCat2) (1997) WebCat2b14MacPlugIn - [include] doesn't hide the search string (1997) WC2.0 Memory Requirements (1997) Not really WebCat (1997) shipcost (1997) Requiring that certain fields be completed (1997) Replacing a variable within a variable. (1998) WebCat2 - Getting to the browser's username/password data (1997) WCS Newbie question (1997) [ShowIf] and empty fields (1997) Running 2 two WebCatalog.acgi's (1996) Help formatting search results w/ table (1997) quantity minimum problem (1997) [WebDNA] Installing WebDNA 7 on OSX Mavericks Server - Instructions (2014) Email template names (1997) &max= (2003) Version f1 status (1997) newbies to web, spaces in email address (1998)