I'm really hoping someone can help me with this. It's a bit above my experience level. I applied the patch given here: http://www.satchmoproject.com/trac/ticket/679 , and I get the error I posted above. The entire store works perfectly except for the https redirect. I guess this is an issue w/ the version of Apache that Media Temple uses, but I don't know how to fix this error. It seems that the pay_ship_info() method gets passed an extra arguement or something..
I'm hoping someone can enlighten me on this as it's my final error before I can push this live. As always, thank you in advance! On Dec 30 2008, 12:57 pm, basslineshift <[email protected]> wrote: > firstly, I am really excited that it's not me being an idiot .. > although it still might be an issue :] > > now, I've applied this patch, and I notice that I'm getting this error > every time a new page is called, but I refresh and it loads just > fine: > ###################### > Unhandled Exception > > An unhandled exception was thrown by the application. > ###################### > > Also, when checking out now it doesn't seem to be forcing https on > step 1, and on step 2 I get the following error > > ###################### > TypeError at /checkout/credit/ > > pay_ship_info() got an unexpected keyword argument 'SSL' > > Request Method: GET > Request URL: http://10.2.138.47:2018/checkout/credit/ > Exception Type: TypeError > Exception Value: > > pay_ship_info() got an unexpected keyword argument 'SSL' > > Exception Location: /home/16657/data/python/django/django/views/ > decorators/cache.py in _wrapped_view_func, line 44 > Python Executable: /usr/bin/python2.4 > Python Version: 2.4.4 > ###################### > > The full traceback can be found > here:http://pastebin.basslineshift.com/index.php?show=45628 > > Thanks. > > On Dec 29, 9:33 pm, "Chris Moffitt" <[email protected]> wrote: > > > You might want to check out this ticket > > -http://www.satchmoproject.com/trac/ticket/679 > > > I believe this patch will help you out. It looks good and I'll probably > > apply to trunk I just haven't had the chance to test it. If it helps you > > out, I'll go ahead and check it in. > > > -Chris > > > On Mon, Dec 29, 2008 at 6:24 PM, basslineshift > > <[email protected]>wrote: > > > > As the subject states, I've somehow gotten this thing running > > > perfectly except for one last issue. When I enable SSL support, I get > > > a redirect loop error from the browser. If I uncheck both ssl boxes > > > (payment module and authorize.net module) everything works perfectly. > > > The transaction goes through and I smile. Unfortunately, SSL is > > > obviously needed so I am trying to figure out what I can do to fix > > > this. > > > > I've looked at the SSL Redirect Errors section at > > >http://www.satchmoproject.com/trac/wiki/InstallationHintsbutthat is > > > w/ an nginx webserver and I'm working on an lighttpd webserver. If > > > someone can help me translate that to lighttpd conf that'd be sweet.. > > > > What I don't understand is that in previous installs of this same > > > store (see my previous suicide posts to understand why there's > > > multiple installs) I had the https redirect working with the > > > authorize.net module even though it gave a redirect loop w/ the test > > > module. > > > > Is there anyone out there that has a similar setup and have overcome > > > this situation? Or really any info would be welcome. > > > > Thank you! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
