AW: PayPAL-IPN-request doesn't call the view

2010-09-10 Thread daqube
Thank you, guys. I found out what the problem was, now. It was a stupid error in my middleware, which couldn’t handle the empty referstring from paypal... now everything is working fine again -Ursprüngliche Nachricht- Von: django-users@googlegroups.com [mailto:django-us...@googlegroups.com

AW: PayPAL-IPN-request doesn't call the view

2010-09-09 Thread daqube
ok thanks; I should have mentioned that. the view is called when loaded from a browser. even with GET or POST method. But it is obviously that the error occurs in the wsgi handler This is really strange On Sep 8, 11:47 pm, Max_ wrote: > Hello, > I created a website, using the IPN-Function. > Ev