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

2010-09-11 Thread daqube
...@googlegroups.com] Im Auftrag von Brian Neal Gesendet: Samstag, 11. September 2010 02:05 An: Django users Betreff: Re: PayPAL-IPN-request doesn't call the view On Sep 10, 12:01 pm, Bill Freeman <ke1g...@gmail.com> wrote: > > My advice is to protect everything with try or by using get, > log your p

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

2010-09-10 Thread Brian Neal
On Sep 10, 12:01 pm, Bill Freeman wrote: > > My advice is to protect everything with try or by using get, > log your progress (we had a logging model, but you can > also append to a file, wrapping everything in a try-finally > that closes the filehandle to be sure things get

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

2010-09-10 Thread Bill Freeman
e notification view was called and >> the signal was sent. >> But now (without any changes on the code), the IPN-Request from PayPAL >> doesn't call the IPN-view anymore. The Request is logged in the apache >> access-log but with an internal server error (500) response. >

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

2010-09-09 Thread daqube
bsite, using the IPN-Function. > Everything worked fine at first - the notification view was called and > the signal was sent. > But now (without any changes on the code), the IPN-Request from PayPAL > doesn't call the IPN-view anymore. The Request is logged in the apache > access-log but wi

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

2010-09-09 Thread Preston Holmes
On Sep 8, 11:47 pm, Max_ <daq...@gmx.de> wrote: > Hello, > I created a website, using the IPN-Function. > Everything worked fine at first - the notification view was called and > the signal was sent. > But now (without any changes on the code), the IPN-Request from PayPAL &

PayPAL-IPN-request doesn't call the view

2010-09-09 Thread Max_
Hello, I created a website, using the IPN-Function. Everything worked fine at first - the notification view was called and the signal was sent. But now (without any changes on the code), the IPN-Request from PayPAL doesn't call the IPN-view anymore. The Request is logged in the apache access-log