[Zope] eTailer Error

thomas@hentschel.net thomas@hentschel.net
Wed, 24 Jan 2001 22:02:04 -0800 (PST)


On 24 Jan, LARRY CHUON wrote:
> When I click on "Check Out", I receive the following error message.  Can someone shed some lights please?
> 
[snip]
>   KeyError
> 
>   Sorry, a Zope error occurred.
> 
[snip]
>     File /usr/local/Zope-2.2.4-linux2-x86/lib/python/ZPublisher/HTTPRequest.py, line 810, in __getitem__
>   KeyError: cart_items
> 

Make sure your cookies are enabled and really get where they need to go. 
If you do some voodoo with virtual hosting, the "domain" of your cookie 
might not get set correctly. You can check that in your cookie file.

I actually had to modify the source to get it to work with SiteRoot.

-Th