Re: 6.0 upgrade issue?

This WebDNA talk-list message is from

2005


It keeps the original formatting.
numero = 61425
interpreted = N
texte = Dunno if this will help you, but I put in markers in my source to reveal where the error is. These are usually etc interspersed in my code. Saves some debugging time. Bill -----Original Message----- From: Patrick Junkroski Sent: Fri, 11 Mar 2005 14:18:35 -0500 To: "WebDNA Talk" Subject: Re: 6.0 upgrade issue? Thanks, Donovan. I'm trying to locate the offending /showif now. I found one that looked like an "extra" one (I counted) but removing it only changed the error. The vertical tabs thing drives me batty. I use [input] in the database entry form. I guess I need convertchars or input around the display of the field as well. Another tweak to do after I get this showif taken care of! Again, thanks. ----- Patrick Junkroski On Mar 11, 2005, at 12:47 PM, Donovan Brooke wrote: > Hi Patrick, looks like either a /showif is in the wrong > place or missing (hard to find with not looking at the > code). One good sign is that you can focus your search > in the code by where the error appears in the source! > > 6 has a couple major bugs but I don't know that you will > run into them. > > Lastly, I see verticle tabs in some of your text. There > was a good thread on how to get rid of those a couple weeks > ago or so. > > > HTH, > Donovan > > > > Patrick Junkroski wrote: >> Everyone - >> We are getting ready to move one of our largest clients from WebCat >> 4.5.1 on Mac OS 9 to WebDNA 6.0 (with the 6.0a patch) on OS 10.3.4 >> running WebSTAR 5.3.4. Most of our other sites are already on this >> platform and running fine. I've put this particular customer off to >> almost dead last in our upgrade scenario for the usual reasons >> (mostly, I'm skittish about their downtime). >> Everything seems to have translated perfectly in our test run, but >> for one error (so far). There must be some poor coding syntax on my >> part that was tolerated on the old version that is no longer >> tolerated under 6.0. Could one or more of you take a look and let me >> know if you might be able to see what's wrong simply by seeing the >> page? The page code is VERY long, so I'll spare you for now, unless >> you need it to help me. >> Here's the page the way it should be (the live OS 9 server, where it >> is working fine): >> http://www.thephil.org/phildb/DisplayMuseum.tpl?SKU 030904151259 >> and here's the OS X version of the same site, same page (note the >> errors at the bottom): >> http://x.vsm.net/thephil/phildb/DisplayMuseum.tpl?SKU 030904151259 >> I'm, thinking there's a nested [showif] or [hideif] that I'm missing, >> but I don't understand why I wouldn't also get the error on the live >> site. Moreover, I am unfamiliar with "FUNCTIONSPACE". >> TIA, >> Patrick Junkroski >> ----- >> Patrick Junkroski >> President/CEO >> 239.642.0304 >> http://www.vsm.net > > > -- > =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, Custom Tags and Labels -> > > 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/ ------------------------------------------------------------- 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: 6.0 upgrade issue? ( Patrick Junkroski 2005)
  2. Re: 6.0 upgrade issue? ( Patrick Junkroski 2005)
  3. Re: 6.0 upgrade issue? ( devaulw@onebox.com 2005)
  4. Re: 6.0 upgrade issue? ( Donovan Brooke 2005)
  5. Re: 6.0 upgrade issue? ( Patrick Junkroski 2005)
  6. Re: 6.0 upgrade issue? ( Donovan Brooke 2005)
  7. 6.0 upgrade issue? ( Patrick Junkroski 2005)
Dunno if this will help you, but I put in markers in my source to reveal where the error is. These are usually etc interspersed in my code. Saves some debugging time. Bill -----Original Message----- From: Patrick Junkroski Sent: Fri, 11 Mar 2005 14:18:35 -0500 To: "WebDNA Talk" Subject: Re: 6.0 upgrade issue? Thanks, Donovan. I'm trying to locate the offending /showif now. I found one that looked like an "extra" one (I counted) but removing it only changed the error. The vertical tabs thing drives me batty. I use [input] in the database entry form. I guess I need convertchars or input around the display of the field as well. Another tweak to do after I get this showif taken care of! Again, thanks. ----- Patrick Junkroski On Mar 11, 2005, at 12:47 PM, Donovan Brooke wrote: > Hi Patrick, looks like either a /showif is in the wrong > place or missing (hard to find with not looking at the > code). One good sign is that you can focus your search > in the code by where the error appears in the source! > > 6 has a couple major bugs but I don't know that you will > run into them. > > Lastly, I see verticle tabs in some of your text. There > was a good thread on how to get rid of those a couple weeks > ago or so. > > > HTH, > Donovan > > > > Patrick Junkroski wrote: >> Everyone - >> We are getting ready to move one of our largest clients from WebCat >> 4.5.1 on Mac OS 9 to WebDNA 6.0 (with the 6.0a patch) on OS 10.3.4 >> running WebSTAR 5.3.4. Most of our other sites are already on this >> platform and running fine. I've put this particular customer off to >> almost dead last in our upgrade scenario for the usual reasons >> (mostly, I'm skittish about their downtime). >> Everything seems to have translated perfectly in our test run, but >> for one error (so far). There must be some poor coding syntax on my >> part that was tolerated on the old version that is no longer >> tolerated under 6.0. Could one or more of you take a look and let me >> know if you might be able to see what's wrong simply by seeing the >> page? The page code is VERY long, so I'll spare you for now, unless >> you need it to help me. >> Here's the page the way it should be (the live OS 9 server, where it >> is working fine): >> http://www.thephil.org/phildb/DisplayMuseum.tpl?SKU 030904151259 >> and here's the OS X version of the same site, same page (note the >> errors at the bottom): >> http://x.vsm.net/thephil/phildb/DisplayMuseum.tpl?SKU 030904151259 >> I'm, thinking there's a nested [showif] or [hideif] that I'm missing, >> but I don't understand why I wouldn't also get the error on the live >> site. Moreover, I am unfamiliar with "FUNCTIONSPACE". >> TIA, >> Patrick Junkroski >> ----- >> Patrick Junkroski >> President/CEO >> 239.642.0304 >> http://www.vsm.net > > > -- > =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, Custom Tags and Labels -> > > 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/ ------------------------------------------------------------- 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/ devaulw@onebox.com

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:

Practice runs ? (1997) [OT] Graphic Art Services (2004) What am I doing wrong? (2000) Great product and great job ! (1997) Bug - 4.5 (2002) Sort Order on a page search (1997) StoreBuilder help/question... (2000) WebCat on Alpha? (1997) Problems with [Search] param - Mac Plugin b15 (1997) Re:2nd WebCatalog2 Feature Request (1996) Country & Ship-to address & other fields ? (1997) Multiple cart additions (1997) Entry point? Security w/ dbase helper? (1997) listfields question (2005) WebCat2b15MacPlugin - showing [math] (1997) notification solutions (1997) Re1000001: Setting up shop (1997) Limiting user access to .tmpl files (1997) 4.5 Upgrade (2003) Date sorting (1997)