Errors
Information about errors you may see in the system
-
ImportError: No module named member
- An error caused for those who had GetPaid set up before ore.member was removed.
-
Clicking "make payment" in checkout remains processing
- If you are checking out and clicking "make payment" on the final screen just gives you a spinning browser icon, you may need to adjust your email notification settings.
-
ComponentLookupError: (<InterfaceClass getpaid.core.interfaces.IShoppingCartUtility>, '')
- GetPaid's trunk just got a change towards a persistent shopping cart. This changed the utility mentioned in the error, and now the utitily is no longer registered in zcml, but at install time. The fix is simple, so read on for more info.
-
Errors installing simplejson
- Seems like easy_install can't install simplejson-1.7.4.macosx-10.3-fat.tar.gz.
-
ExtractionError: Can't extract file(s) to egg cache
- You may see this error while trying to import simplejson (or other stuff with eggs). It is common eggs problem...
-
I can not make a checkout, the site freezes there and no error is raised
- I updated my local instance which have getpaid installed. After that I can not make a checkout, the site just freezes there and no error is raised
-
IOError: [Errno 2] No such file or directory: '../getpaid.buildout/develop-products/Five/skel/site.zcml'
- You may have trouble starting up your instance as of October 18, 2007 due to some moving of the Five product in the buildout. This problem should be fixed in the buildout shortly, but in the meantime, this error message explains what to do about it.
-
RuntimeError: No Payment Processor Specified
- When you first install PloneGetPaid, a payment processor is not selected. If a user tries to check out, this is the error they get.