Re: Https not showing products

This WebDNA talk-list message is from

2004


It keeps the original formatting.
numero = 59516
interpreted = N
texte = > hmm ... Yes, I am using a sym link to make an admin area in the httpsdocs > directory. Now that you mention it, it makes perfect sense. :) I will look > at it from that angle. nobody can save you from this. i have the same issue with a bunch of admin sites. the only solution is to commit/close both files after the change in the admin. with flat files the paths to http and https are never the same. specially if you use an umbrella https domain for virtual domains. > > ----- Original Message ----- > From: "Brian Fries" > To: "WebDNA Talk" > Sent: Wednesday, September 29, 2004 4:57 PM > Subject: Re: Https not showing products > > >> Are you in some cases referring to the database through an >> alias/shortcut/unix-link? This could result in WebDNA seeing the >> database >> as two different databases because of the differing paths. The best >> solution for this is often to store the DB in globals so both hosts can >> access it via the same "^folder/my.db" path. >> >> -- Brian Fries, BrainScan Software -- http://www.brainscansoftware.com >> -- >> >> On Sep 29, 2004, at 4:47 PM, WebDna @ Inkblot Media wrote: >> >>> Exactly. The issue is that I do not know how to make it see only one or >>> how to flush them so that it will see them both with the new product. >>> >>> ----- Original Message ----- From: "Jason Aus" >>> To: "WebDNA Talk" >>> Sent: Wednesday, September 29, 2004 3:44 PM >>> Subject: Re: Https not showing products >>> >>> >>>> I saw similar issues with my server - If I remember right, it has >>>> something >>>> to do with the system having two copies of the db open in memory, one >>>> for >>>> the https, the other for the http. It sees them as two different >>>> databases, >>>> in a sense. >>>> >>>> Does that seem to be what you are seeing? >>>> >>>> -Jason >>>> >>>> >>>> ----- Original Message ----- From: "WebDNA Talk-List Admin" >>>> >>>> To: "WebDNA Talk" >>>> Sent: Wednesday, September 29, 2004 5:13 PM >>>> Subject: Re: Https not showing products >>>> >>>> >>>>> What OS is it running on? What ver of WebDNA? >>>>> >>>>> ----- Original Message ----- From: "WebDna @ Inkblot Media" >>>>> >>>>> To: "WebDNA Talk" >>>>> Sent: Wednesday, September 29, 2004 2:49 PM >>>>> Subject: Re: Https not showing products >>>>> >>>>> >>>>> > The database is fine. It is a standard storebuilde rproduct DB. >>>>> Like I >>>>> said >>>>> > it works fine on the non-secure part of the site. But if we do not >>>>> > flush >>>>> it, >>>>> > it does not work on the HTTPS side. If I do flush it, then it >>>> immediately >>>>> > works on the HTTPS side. >>>>> > >>>>> > >>>>> > ----- Original Message ----- > From: "Sal D'Anna" >>>>> >>>>> > To: "WebDNA Talk" >>>>> > Sent: Wednesday, September 29, 2004 2:15 PM >>>>> > Subject: Re: Https not showing products >>>>> > >>>>> > >>>>> > > Have you checked the database for corruption, maybe every time >>>>> you >>>> flush >>>>> > > the >>>>> > > database, WebDNA is trying to fix the corruption? >>>>> > > >>>>> > > Sal D'Anna >>>>> > > >>>>> > > -----Original Message----- >>>>> > > From: WebDNA Talk [mailto:WebDNA-Talk@talk.smithmicro.com] On >>>>> Behalf >>>> Of >>>>> > > WebDna @ Inkblot Media >>>>> > > Sent: Wednesday, September 29, 2004 11:14 AM >>>>> > > To: WebDNA Talk >>>>> > > Subject: Re: Https not showing products >>>>> > > >>>>> > > Tried this and closedatabase too, but it did not seem to work. >>>>> > > >>>>> > > >>>>> > > ----- Original Message ----- > > From: "Gary Krockover" >>>>> >>>>> > > To: "WebDNA Talk" >>>>> > > Sent: Wednesday, September 29, 2004 11:11 AM >>>>> > > Subject: Re: Https not showing products >>>>> > > >>>>> > > >>>>> > >> try a [commitdatabase db= ] >>>>> > >> >>>>> > >> I have resorted to adding that to each append/replace/delete >>>>> that I >>>>> make >>>>> > >> to db's though per the docs you shouldn't have to. >>>>> > >> >>>>> > >> GK >>>>> > >> >>>>> > >> At 01:03 PM 9/29/2004, you wrote: >>>>> > >>>Hello Everyone, >>>>> > >>> >>>>> > >>>We are having an issue where when a client adds a produnt to her >>>>> database >>>>> > >>>via the admin tool it does not show in the cart until the >>>>> databases >>>>> have >>>>> > >>>been flushed. >>>>> > >>> >>>>> > >>>The admin is not secure "http" and the site is not secure when >>>>> you >>>> add >>>>> a >>>>> > >>>product. Though the cart is "https" and if you have added a >>>>> product >>>>> from >>>>> > >>>the site and go into the cart you will not see the details for >>>>> that >>>>> > >>>product unless we have run a flush of the databases in the >>>>> HTTPS > >>>side >>>>> of >>>>> > >>>the site. >>>>> > >>> >>>>> > >>>Any ideas how to make this happen automatically without forcing >>>>> the >>>>> > >>>client >>>>> > > >>>>> > >>>to click a link from the admin after adding a product. >>>>> > >>> >>>>> > >>>We have tried: >>>>> > >>> >>>>> > >>>1. to include the flush statement in the add product script. >>>>> > >>>2. Tried to redirect to the flush.tpl file we use and redirect >>>>> back >>>> out >>>>> > >>>of >>>>> > > >>>>> > >>>it. >>>>> > >>>3. Include the flush statement to the cart. >>>>> > >>> >>>>> > >>>None of this is working. >>>>> > >>> >>>>> > >>>Thanks, >>>>> > >>>RonnyMc >> >> >> ------------------------------------------------------------- >> 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: Https not showing products ( Terry Wilson 2004)
  2. Re: Https not showing products ( "WebDna @ Inkblot Media" 2004)
  3. Re: Https not showing products ( Brian Fries 2004)
  4. Re: Https not showing products ( "kalin mintchev" 2004)
  5. Re: Https not showing products ( "WebDna @ Inkblot Media" 2004)
  6. Re: Https not showing products ( Brian Fries 2004)
  7. Re: Https not showing products ( "WebDna @ Inkblot Media" 2004)
  8. Re: Https not showing products ( "Jason Aus" 2004)
  9. Re: Https not showing products ( "WebDNA Talk-List Admin" 2004)
  10. Re: Https not showing products ( "WebDna @ Inkblot Media" 2004)
  11. Re: Https not showing products ( "Sal D'Anna" 2004)
  12. Re: Https not showing products ( "WebDna @ Inkblot Media" 2004)
  13. Re: Https not showing products ( Gary Krockover 2004)
  14. Https not showing products ( "WebDna @ Inkblot Media" 2004)
> hmm ... Yes, I am using a sym link to make an admin area in the httpsdocs > directory. Now that you mention it, it makes perfect sense. :) I will look > at it from that angle. nobody can save you from this. i have the same issue with a bunch of admin sites. the only solution is to commit/close both files after the change in the admin. with flat files the paths to http and https are never the same. specially if you use an umbrella https domain for virtual domains. > > ----- Original Message ----- > From: "Brian Fries" > To: "WebDNA Talk" > Sent: Wednesday, September 29, 2004 4:57 PM > Subject: Re: Https not showing products > > >> Are you in some cases referring to the database through an >> alias/shortcut/unix-link? This could result in WebDNA seeing the >> database >> as two different databases because of the differing paths. The best >> solution for this is often to store the DB in globals so both hosts can >> access it via the same "^folder/my.db" path. >> >> -- Brian Fries, BrainScan Software -- http://www.brainscansoftware.com >> -- >> >> On Sep 29, 2004, at 4:47 PM, WebDna @ Inkblot Media wrote: >> >>> Exactly. The issue is that I do not know how to make it see only one or >>> how to flush them so that it will see them both with the new product. >>> >>> ----- Original Message ----- From: "Jason Aus" >>> To: "WebDNA Talk" >>> Sent: Wednesday, September 29, 2004 3:44 PM >>> Subject: Re: Https not showing products >>> >>> >>>> I saw similar issues with my server - If I remember right, it has >>>> something >>>> to do with the system having two copies of the db open in memory, one >>>> for >>>> the https, the other for the http. It sees them as two different >>>> databases, >>>> in a sense. >>>> >>>> Does that seem to be what you are seeing? >>>> >>>> -Jason >>>> >>>> >>>> ----- Original Message ----- From: "WebDNA Talk-List Admin" >>>> >>>> To: "WebDNA Talk" >>>> Sent: Wednesday, September 29, 2004 5:13 PM >>>> Subject: Re: Https not showing products >>>> >>>> >>>>> What OS is it running on? What ver of WebDNA? >>>>> >>>>> ----- Original Message ----- From: "WebDna @ Inkblot Media" >>>>> >>>>> To: "WebDNA Talk" >>>>> Sent: Wednesday, September 29, 2004 2:49 PM >>>>> Subject: Re: Https not showing products >>>>> >>>>> >>>>> > The database is fine. It is a standard storebuilde rproduct DB. >>>>> Like I >>>>> said >>>>> > it works fine on the non-secure part of the site. But if we do not >>>>> > flush >>>>> it, >>>>> > it does not work on the HTTPS side. If I do flush it, then it >>>> immediately >>>>> > works on the HTTPS side. >>>>> > >>>>> > >>>>> > ----- Original Message ----- > From: "Sal D'Anna" >>>>> >>>>> > To: "WebDNA Talk" >>>>> > Sent: Wednesday, September 29, 2004 2:15 PM >>>>> > Subject: Re: Https not showing products >>>>> > >>>>> > >>>>> > > Have you checked the database for corruption, maybe every time >>>>> you >>>> flush >>>>> > > the >>>>> > > database, WebDNA is trying to fix the corruption? >>>>> > > >>>>> > > Sal D'Anna >>>>> > > >>>>> > > -----Original Message----- >>>>> > > From: WebDNA Talk [mailto:WebDNA-Talk@talk.smithmicro.com] On >>>>> Behalf >>>> Of >>>>> > > WebDna @ Inkblot Media >>>>> > > Sent: Wednesday, September 29, 2004 11:14 AM >>>>> > > To: WebDNA Talk >>>>> > > Subject: Re: Https not showing products >>>>> > > >>>>> > > Tried this and closedatabase too, but it did not seem to work. >>>>> > > >>>>> > > >>>>> > > ----- Original Message ----- > > From: "Gary Krockover" >>>>> >>>>> > > To: "WebDNA Talk" >>>>> > > Sent: Wednesday, September 29, 2004 11:11 AM >>>>> > > Subject: Re: Https not showing products >>>>> > > >>>>> > > >>>>> > >> try a [commitdatabase db= ] >>>>> > >> >>>>> > >> I have resorted to adding that to each append/replace/delete >>>>> that I >>>>> make >>>>> > >> to db's though per the docs you shouldn't have to. >>>>> > >> >>>>> > >> GK >>>>> > >> >>>>> > >> At 01:03 PM 9/29/2004, you wrote: >>>>> > >>>Hello Everyone, >>>>> > >>> >>>>> > >>>We are having an issue where when a client adds a produnt to her >>>>> database >>>>> > >>>via the admin tool it does not show in the cart until the >>>>> databases >>>>> have >>>>> > >>>been flushed. >>>>> > >>> >>>>> > >>>The admin is not secure "http" and the site is not secure when >>>>> you >>>> add >>>>> a >>>>> > >>>product. Though the cart is "https" and if you have added a >>>>> product >>>>> from >>>>> > >>>the site and go into the cart you will not see the details for >>>>> that >>>>> > >>>product unless we have run a flush of the databases in the >>>>> HTTPS > >>>side >>>>> of >>>>> > >>>the site. >>>>> > >>> >>>>> > >>>Any ideas how to make this happen automatically without forcing >>>>> the >>>>> > >>>client >>>>> > > >>>>> > >>>to click a link from the admin after adding a product. >>>>> > >>> >>>>> > >>>We have tried: >>>>> > >>> >>>>> > >>>1. to include the flush statement in the add product script. >>>>> > >>>2. Tried to redirect to the flush.tpl file we use and redirect >>>>> back >>>> out >>>>> > >>>of >>>>> > > >>>>> > >>>it. >>>>> > >>>3. Include the flush statement to the cart. >>>>> > >>> >>>>> > >>>None of this is working. >>>>> > >>> >>>>> > >>>Thanks, >>>>> > >>>RonnyMc >> >> >> ------------------------------------------------------------- >> 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/ "kalin mintchev"

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:

WebMerchant (1997) PCS search results page (1998) email messages (1997) Another bug to squash (WebCat2b13 Mac .acgi) (1997) Bug Report, maybe (1997) Virtual hosting and webcatNT (1997) Not reading code (1997) no [search] with NT (1997) Latin Characters (1998) [closeDataBase myDataBase.db] not working? (1997) WCS Newbie question (1997) RAM variables (1997) Timer Values on [redirect] (1998) Emailer setup (1997) Excluding orders from WebMerchant processing (1998) problems with WebCat-Plugin (1997) WebCat2: Formulas.db question (1997) Nested tags count question (1997) Revisit: speed test (2002) MasterCounter - Does this work?? (1999)