Bug in Mac webcatalog3_0_5b11

This WebDNA talk-list message is from

1999


It keeps the original formatting.
numero = 24746
interpreted = N
texte = Mac OS9, WebstarPB5, admin, ssi, logarchive, datacache, webcat 3.0.5b11, 85 megs approx memory reported available via webstar.The following code is pulled in via an include to show various scheduled chat dates on a remote server I work with in the evenings. It was reported to me this morning that the times returned where all 12:00am. Removing the b11 plug-in and replacing it with b3 and the pages work as expected. Since I did this via TB2 and or I do not have a development server running right now I am including the entire code snipnet. I assume the bug is not days to date. As I use days to date elsewhere on the site and nobody reported any issues. I can break it apart tonight and trace it down to the exact error if needed. Or somebody from PCS can set up a template that does an [include] of this code, passing the date as the d,var and time as t.var. If you want me to track it down this evening then let me know.BTW Grant less dead lock throws with b3 then b11. Still there under OS9/Web*PB5. The final test will be on a set-up over the 4 day holiday that did not have disk warrior1.1 run over the hard drive before OS9 was installed. [TEXT show=f]var_D=[d.var][/TEXT] [TEXT show=f]var_T=[t.var][/TEXT] [MATH show=f]days_Since={[var_D]}[/MATH] [MATH show=f]time_Since={[var_T]}[/MATH] [MATH show=f]ltotal_Seconds=(days_Since*86400)+time_Since[/MATH] [MATH show=f]ltotal_Days=ltotal_Seconds/86400[/MATH] [MATH show=f]ltotal_Days_floor=floor(ltotal_Days)[/MATH] [MATH show=f]lthe_Rest=ltotal_Days-ltotal_Days_floor[/MATH] [MATH show=f]lthe_Rest_Secs=lthe_Rest*86400[/MATH] [MATH show=f]etotal_Seconds=ltotal_Seconds+10800[/MATH] [MATH show=f]etotal_Days=etotal_Seconds/86400[/MATH] [MATH show=f]etotal_Days_floor=floor(etotal_Days)[/MATH] [MATH show=f]ethe_Rest=etotal_Days-etotal_Days_floor[/MATH] [MATH show=f]ethe_Rest_Secs=ethe_Rest*86400[/MATH] [MATH show=f]gtotal_Seconds=ltotal_Seconds+28800[/MATH] [MATH show=f]gtotal_Days=gtotal_Seconds/86400[/MATH] [MATH show=f]gtotal_Days_floor=floor(gtotal_Days)[/MATH] [MATH show=f]gthe_Rest=gtotal_Days-gtotal_Days_floor[/MATH] [MATH show=f]gthe_Rest_Secs=gthe_Rest*86400[/MATH] [Format Seconds_To_Time %I:%M %p][Format .0f][lthe_Rest_Secs][/Format][/Format] PDT [format days_to_date %m/%d/%y][MATH]ltotal_Days_floor=floor(ltotal_Days)[/MATH][/format],  [Format Seconds_To_Time %I:%M %p][Format .0f][ethe_Rest_Secs][/Format][/Format] EDT [format days_to_date %m/%d/%y][MATH]etotal_Days_floor=floor(etotal_Days)[/MATH][/format],  [Format Seconds_To_Time %I:%M][Format .0f][gthe_Rest_Secs][/Format][/Format] GMT [format days_to_date %m/%d/%y][MATH]gtotal_Days_floor=floor(gtotal_Days)[/MATH][/format],  =============================================== Gary Richter PanaVise Products, Inc. 7540 Colbert Dr. Reno, Nevada 89511 Ph: 775.850.2900 Fx: 775.850.2929 Email: grichter@panavise.com http://www.panavise.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 To switch to the INDEX mode, E-mail to Send administrative queries to Associated Messages, from the most recent to the oldest:

    
  1. Re: Bug in Mac webcatalog3_0_5b11 (Grant Hulbert 1999)
  2. Re: Bug in Mac webcatalog3_0_5b11 (Paul Uttermohlen 1999)
  3. Re: Bug in Mac webcatalog3_0_5b11 (Grant Hulbert 1999)
  4. Bug in Mac webcatalog3_0_5b11 (Gary Richter 1999)
Mac OS9, WebstarPB5, admin, ssi, logarchive, datacache, webcat 3.0.5b11, 85 megs approx memory reported available via webstar.The following code is pulled in via an include to show various scheduled chat dates on a remote server I work with in the evenings. It was reported to me this morning that the times returned where all 12:00am. Removing the b11 plug-in and replacing it with b3 and the pages work as expected. Since I did this via TB2 and or I do not have a development server running right now I am including the entire code snipnet. I assume the bug is not days to date. As I use days to date elsewhere on the site and nobody reported any issues. I can break it apart tonight and trace it down to the exact error if needed. Or somebody from PCS can set up a template that does an [include] of this code, passing the date as the d,var and time as t.var. If you want me to track it down this evening then let me know.BTW Grant less dead lock throws with b3 then b11. Still there under OS9/Web*PB5. The final test will be on a set-up over the 4 day holiday that did not have disk warrior1.1 run over the hard drive before OS9 was installed. [TEXT show=f]var_D=[d.var][/TEXT] [TEXT show=f]var_T=[t.var][/TEXT] [MATH show=f]days_Since={[var_D]}[/MATH] [MATH show=f]time_Since={[var_T]}[/MATH] [MATH show=f]ltotal_Seconds=(days_Since*86400)+time_Since[/MATH] [MATH show=f]ltotal_Days=ltotal_Seconds/86400[/MATH] [MATH show=f]ltotal_Days_floor=floor(ltotal_Days)[/MATH] [MATH show=f]lthe_Rest=ltotal_Days-ltotal_Days_floor[/MATH] [MATH show=f]lthe_Rest_Secs=lthe_Rest*86400[/MATH] [MATH show=f]etotal_Seconds=ltotal_Seconds+10800[/MATH] [MATH show=f]etotal_Days=etotal_Seconds/86400[/MATH] [MATH show=f]etotal_Days_floor=floor(etotal_Days)[/MATH] [MATH show=f]ethe_Rest=etotal_Days-etotal_Days_floor[/MATH] [MATH show=f]ethe_Rest_Secs=ethe_Rest*86400[/MATH] [MATH show=f]gtotal_Seconds=ltotal_Seconds+28800[/MATH] [MATH show=f]gtotal_Days=gtotal_Seconds/86400[/MATH] [MATH show=f]gtotal_Days_floor=floor(gtotal_Days)[/MATH] [MATH show=f]gthe_Rest=gtotal_Days-gtotal_Days_floor[/MATH] [MATH show=f]gthe_Rest_Secs=gthe_Rest*86400[/MATH] [Format Seconds_To_Time %I:%M %p][Format .0f][lthe_Rest_Secs][/Format][/Format] PDT [format days_to_date %m/%d/%y][math]ltotal_Days_floor=floor(ltotal_Days)[/MATH][/format],  [Format Seconds_To_Time %I:%M %p][Format .0f][ethe_Rest_Secs][/Format][/Format] EDT [format days_to_date %m/%d/%y][math]etotal_Days_floor=floor(etotal_Days)[/MATH][/format],  [Format Seconds_To_Time %I:%M][Format .0f][gthe_Rest_Secs][/Format][/Format] GMT [format days_to_date %m/%d/%y][math]gtotal_Days_floor=floor(gtotal_Days)[/MATH][/format],  =============================================== Gary Richter PanaVise Products, Inc. 7540 Colbert Dr. Reno, Nevada 89511 Ph: 775.850.2900 Fx: 775.850.2929 Email: grichter@panavise.com http://www.panavise.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 To switch to the INDEX mode, E-mail to Send administrative queries to Gary Richter

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:

Re:[ShowIf] and empty fields (1997) I'm Sorry - OFF TOPIC (2000) Support ?? (1997) Database (2000) PhotoMill -> PhotoMaster (1997) Error Lob.db records error message not name (1997) Running 2 two WebCatalog.acgi's (1996) SSL data to/from webcatalog? (2000) Getting total number of items ordered (1997) username/password dialogue (2001) range searching (1998) Date Sort question (2004) webcat, osx, and includes (2001) SendTo more emails (1998) gui editors again (2005) [searchString] (1997) Null Characters (2005) Encrypt broken on Mac 3.05b13?? (2000) Using & in subject line (2003) add to cart within a page? (1997)