When I click on "Check Out", I receive the following error message. Can someone shed some lights please? Zope Error Zope has encountered an error while publishing this resource. KeyError Sorry, a Zope error occurred. Traceback (innermost last): File /usr/local/Zope-2.2.4-linux2-x86/lib/python/ZPublisher/Publish.py, line 222, in publish_module File /usr/local/Zope-2.2.4-linux2-x86/lib/python/ZPublisher/Publish.py, line 187, in publish File /usr/local/Zope-2.2.4-linux2-x86/lib/python/Zope/__init__.py, line 221, in zpublisher_exception_hook (Object: CatalogAware) File /usr/local/Zope-2.2.4-linux2-x86/lib/python/ZPublisher/Publish.py, line 171, in publish File /usr/local/Zope-2.2.4-linux2-x86/lib/python/ZPublisher/mapply.py, line 160, in mapply (Object: checkOut) File /usr/local/Zope-2.2.4-linux2-x86/lib/python/ZPublisher/Publish.py, line 112, in call_object (Object: checkOut) File /usr/local/Zope-2.2.4-linux2-x86/Products/Etailer/Cart.py, line 35, in checkOut (Object: Traversable) File /usr/local/Zope-2.2.4-linux2-x86/lib/python/ZPublisher/HTTPRequest.py, line 810, in __getitem__ KeyError: cart_items Troubleshooting Suggestions The URL may be incorrect. The parameters passed to this resource may be incorrect. A resource that this resource relies on may be encountering an error. For more detailed information about the error, please refer to the HTML source for this page. If the error persists please contact the site maintainer. Thank you for your patience.
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
participants (2)
-
LARRY CHUON -
thomas@hentschel.net