Thank you Troels. I restarted my webserver and the problem with checkout was resolved. is this something to do with the development server provided by django or should I have to restart my server even on live site to enable or disable a payment module?
Shakthi ----- Original Message ----- From: "troels roennow" <[EMAIL PROTECTED]> To: "Satchmo users" <[email protected]> Sent: Thursday, 13 November, 2008 20:32:19 GMT +05:30 Chennai, Kolkata, Mumbai, New Delhi Subject: Re: checkout error Hey again, In fact, in seems to be sufficient just to restart the server after enabling payment modules. Troels On Nov 13, 11:45 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hey Shakthi, > > I have the same problem. I tried to delete my DB, update to latest SVN > trunk and syncdb. After this I enabled all payment modules and tried > them one by one. The only one that seemed to work without this error > was the Test Payment Module. Afterwards I tried to only enable one > payment module (to ensure that it was not because of conflicts between > two modules*) with the same result. > > My conclussion is that the solution to the problem can be found in the > test module. Has there been created a ticket for this problem? I will > see if I can figure it out my self and I will post the solution here > when I find it. > > Chers, > Troels > > * I still no very little about Satchmo so I don't know wether this is > possible. > > On Nov 4, 6:33 pm, "Shankar Dhanasekaran" <[EMAIL PROTECTED]> > wrote: > > > Hi all, > > > I tried this turning on 'accept real payments' in my test site and I get > > this error when I click 'continue checkout' button. > > > NoReverseMatch at /checkout/ > > > Reverse for 'satchmo_checkout-step2' with arguments '()' and keyword > > arguments '{}' not found. > > > Request Method: > > > POST > > > Request URL: > > >http://192.168.121.128:8000/checkout/ > > > Exception Type: > > > NoReverseMatch > > > Exception Value: > > > Reverse for 'satchmo_checkout-step2' with arguments '()' and keyword > > arguments '{}' not found. > > > Exception Location: > > > /usr/lib/python2.5/site-packages/django/core/urlresolvers.py in reverse, > > line 243 > > > Python Executable: > > > /usr/bin/python > > > Python Version: > > > 2.5.2 > > > Python Path: > > > ['/home/shakthi/works/surya', > > '/usr/lib/python2.5/site-packages/iso8601-0.1.4-py2.5.egg', > > '/usr/lib/python2.5/site-packages/python_memcached-1.43-py2.5.egg', > > '/usr/lib/python2.5/site-packages/Blogmaker-0.6-py2.5.egg', > > '/usr/lib/python2.5/site-packages/markdown-1.7-py2.5.egg', > > '/usr/lib/python2.5/site-packages/simplejson-1.9.3-py2.5.egg', > > '/usr/lib/python25.zip', '/usr/lib/python2.5', > > '/usr/lib/python2.5/plat-linux2', '/usr/lib/python2.5/lib-tk', > > '/usr/lib/python2.5/lib-dynload', '/usr/local/lib/python2.5/site-packages', > > '/usr/lib/python2.5/site-packages', > > '/usr/lib/python2.5/site-packages/Numeric', > > '/usr/lib/python2.5/site-packages/PIL', > > '/usr/lib/python2.5/site-packages/gst-0.10', > > '/var/lib/python-support/python2.5', > > '/usr/lib/python2.5/site-packages/gtk-2.0', > > '/var/lib/python-support/python2.5/gtk-2.0'] > > > Server time: > > > Tue, 4 Nov 2008 11:30:10 -0600 > > > I enabled paypal, trustcommerce and cod. Why is it am getting this error? > > Should I make any configuration? > > > Thanks, > > > Shakthi --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
