[ic] Problems with tutorial

interchange-users@interchange.redhat.com interchange-users@interchange.redhat.com
Wed Nov 28 22:15:01 2001


On Wed, Nov 28, 2001 at 08:19:43PM -0600, Ing. Roberto Andrade Fonseca wrote:
> Hi Chistopher:
> 
> On Wed, 28 Nov 2001 cfm@maine.com wrote:
> 
> > On Wed, Nov 28, 2001 at 06:24:43PM -0600, Ing. Roberto Andrade Fonseca wrote:
> > > Hi:
> > > 
> > > I can see on your mails archive:
> > > 
> > > >> Every time I try to checkout after filling in all the
> > > >> forms in checkout.html, I always go to needfield.html.
> > > >> This says I forgot some important fields, but it
> > > >> doesn't say which as it should.
> > > >> Problem is I did fill in all the forms.
> > > >>
> > > >> I allready checked all the spelling of the checkout
> > > >> pages (even copy-paste from the tutorial), tried
> > > >> removing all the "required"'s in profiles.order,
> > > >> upgraded to the newest interchange 4.6.2,... but I
> > > >> never get it to receipt.html
> > > >>
> > > >> What could be my problem? My construct demo-catalog
> > > >> works fine. I'm using redhat 7.
> > > >>
> > > >> thank you very much 
> > 
> > >           'HTTP_COOKIE' => 'MV_SESSION_ID=5qtQUiRa:127.0.0.1',
> > >           'mv_session_id' => '5qtQUiRa'
> > >           'referer' => 'http://localhost/cgi-bin/tutorial/ord/basket?mv_session_id=mtCIR4kV&mv_pc=26&mv_action=refresh&mv_order_item=0198',
> > >           'id' => '5qtQUiRa',
> > >           'pageCount' => 35
> > 
> > Blow away all your sessions and start clean.  If your session changes
> > during checkout you lose everything.  Your referer is the previous
> > session's basket.  Watch your session id and see where it changes.
> 
> Thans for your response.
> 
> How do I 'blow away my session'?

In your catalog home directory, where you have a session and
tmp directory, a shell script:

#!/bin/sh
#rm_sessions

find session -type f -exec rm {} \;
find tmp -type f -exec rm {} \;


That assumes you are running session files.

I'm not saying this is solution, just your dump looks suspect.

> 
> Saludos,
> 
> Roberto Andrade Fonseca
> randrade@abl.com.mx
> 
> _______________________________________________
> interchange-users mailing list
> interchange-users@interchange.redhat.com
> http://interchange.redhat.com/mailman/listinfo/interchange-users

-- 

Christopher F. Miller, Publisher                               cfm@maine.com
MaineStreet Communications, Inc           208 Portland Road, Gray, ME  04039
1.207.657.5078                                         http://www.maine.com/
Content/site management, online commerce, internet integration, Debian linux