3 replies [Last post]
ambereyes's picture
Offline
Bug Finder
Joined: 05/19/2008
Juice: 98
Was this information Helpful?

As far as I can figure out, if I create multiple orders for a user, canceling each one in turn, just to test how the various panes respond to differing conditions at some point I become unable to review orders anymore and odd behavior starts popping up with the cart checkout form - the uc_referer_uri gets blanked out, free order is no longer an option, etc.

So my question is this, is there a throttle function that is stopping me from submitting multiple orders or do the canceled orders inhibit further orders somehow?

I am using the latest bazaar code (rev 1152), testing from a Mac with both Firefox 2.0.0.14 and Safari 3.1.1.

any ideas ...

thanks
Katrina
www.ambereyes.net

Lyle's picture
Offline
AdministratoreLiTe!
Joined: 08/07/2007
Juice: 6846
Re: Order workflow testing question

Sounds like the session got screwed up somehow. Did you get logged off without realizing it? What happens if you do log off and log back in? Can you make it happen again?

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: Re: Order workflow testing question

Hmm... this may also be the result of that side effect I posted in that patch's thread. I think I'll have to roll it back. You might try reverting to RC 5 for now. Puzzled

ambereyes's picture
Offline
Bug Finder
Joined: 05/19/2008
Juice: 98
Re: Re: Order workflow testing question

Well I did two things, I logged off and restarted my computer ... then after logging back in ... I was able to complete a transaction.

So whatever was hosed up was finally cleared out. Amazing! I had opened and closed the browser, switched browsers, empty the browser cache, the drupal cache, deleted cookies and private data, even dumped the session data to no avail.

In the end, it looks like the cause was a blank uc_referer_uid that could not be refreshed for some reason ... somewhere I read Ryan saying that this problem occurred when you moved between tabs. And since I was testing all over the place that was probably how it started.

SO hopefully this will hep anyone else caught in the same vicious cycle.

Katrina
www.ambereyes.net

EDIT: Oops, Ryan already posted about it here. Thanks!