Nevermind! I fixed it. To fix my Paypal IPN problem, all I had to do was make my application public and change my raw post attribute (which held the raw post from Paypal) from a string type to a text type.
Thanks for the help along the way guys! David On Jun 16, 11:48 am, davidkpham <[EMAIL PROTECTED]> wrote: > Alright, well I found my mistake. I didn't make the application > public :X > > So now it hits my script, however now, it can't save the IPN object > I'm trying to save because of this error: > > [4;35;1mIpn Create (0.000000) [0m [0mPGError: ERROR: value too long > for type character varying(255 > > How can I avoid this error? > > Thanks, > David > > On Jun 16, 11:43 am, davidkpham <[EMAIL PROTECTED]> wrote: > > > Well I looked into the issue further, and Paypal IPN can hit my script > > succesfully on a test domain that I have on another host. The mongrel > > instance runs on 4001, if that's of any assistance. > > > On Jun 15, 11:21 pm, davidkpham <[EMAIL PROTECTED]> wrote: > > > > Hello! > > > > Yes, it is blessed, so I'm not really sure what could be wrong. > > > > On Jun 15, 10:59 pm, amurmann <[EMAIL PROTECTED]> wrote: > > > > > Is your application blessed? If not you can't connect to services on > > > > other servers --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" 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/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
