kapilt / getpaid

Automatically exported from code.google.com/p/getpaid
0 stars 0 forks source link

getpaid.paypal v. 0.4.1 not functional #234

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install getpaid with getpaid.release and getpaid.paypal

2. When I logged out and cleared the cache, I was able to get an item

added to cart.  At /@@getpaid-cart, no PayPal icon (see screenshot attached
to this issue).  When I go to "Checkout" I get the following:

Not Found

The requested URL /@@getpaid-checkout-wizard was not found on this server.
Apache/2.2.3 (Debian) DAV/2 SVN/1.4.2 mod_fastcgi/2.4.2
mod_python/3.2.10 Python/2.4.4 mod_ssl/2.2.3 OpenSSL/0.9.8c Server at
rainwaterservices.com Port 443

3. What is the expected output? What do you see instead?

Expected to see paypal checkout button graphic.  Also, there are no
shipping method options (no UPS or other shipping)

Got the error described in #2.

What version of the product are you using? 

getpaid 0.7.0
getpaid.paypal 0.4.1

On what version of Plone? 

Plone 3.1.7

How did you install it (tarball vs buildout vs...)?

buildout used to install everything

Please provide any additional information below.
Traceback pasted below: 
Traceback (innermost last):
  Module ZPublisher.Publish, line 125, in publish
  Module Zope2.App.startup, line 238, in commit
  Module transaction._manager, line 96, in commit
  Module transaction._transaction, line 395, in commit
  Module transaction._transaction, line 495, in _commitResources
  Module ZODB.Connection, line 510, in commit
  Module ZODB.Connection, line 555, in _commit
  Module ZODB.Connection, line 589, in _store_objects
ValueError: A different object already has the same oid

Original issue reported on code.google.com by eric.c.j...@gmail.com on 27 Jan 2009 at 11:33

Attachments:

GoogleCodeExporter commented 8 years ago
I obtained the same traceback
2009-04-12 10:08:01 ERROR Zope.SiteErrorLog
http://127.0.0.1:8080/Plone/front-page/document_view
Traceback (innermost last):
  Module ZPublisher.Publish, line 125, in publish
  Module Zope2.App.startup, line 238, in commit
  Module transaction._manager, line 96, in commit
  Module transaction._transaction, line 395, in commit
  Module transaction._transaction, line 495, in _commitResources
  Module ZODB.Connection, line 510, in commit
  Module ZODB.Connection, line 555, in _commit
  Module ZODB.Connection, line 589, in _store_objects
ValueError: A different object already has the same 

but in different circumstances :
1 my home page is a shipping object
2 I had several payment processor installed, in particular Google that doesn't 
play
well with Paypal that the processor of my choice
3 I removed all processors from my buildout but Paypal and rebuild
4 I couldn't access at all to the Plone site
 KeyError: '\x00\x00\x00\x00\x00\x00\x00,'   
5 I went to the ZMI and through portal_quickinstaller I Reinstall PloneGetPaid
to obtain at my home page ValueError: A different object already has the same 
oid

6 I noticed  that my own product of customization of getpaid was still shown in 
the
tab Contents of QuickInstaller though I removed fron the buildout
7 Once I remove it manually everything went normal...

Is it possible that like me you have make several trials and that something was 
left
not properly unimstalled ? 

Original comment by danielle...@gmail.com on 12 Apr 2009 at 8:29

GoogleCodeExporter commented 8 years ago
danielle.davout, I checked the contents tab of my portal_quickinstaller and
unfortunately only one getpaid object was in existence.  So I think my version 
of
this issue is different...

Original comment by eric.c.j...@gmail.com on 13 Apr 2009 at 3:00