Hi. Was looking for help, lol. Â I have the Treasury installed but can't get the IPN to work. Â I copied and pasted it to my PayPal account but it will not update. Â Keep getting a http error. Â
This is what I entered -
And I when test it says everything's ok.. any help would be appreciated
Thanx!!
This is what I entered -
Code: [ Select all ]
http://aa-hq.com/modules/Treasury/ipn/ipnppd.php
And I when test it says everything's ok.. any help would be appreciated
Thanx!!
hrm, not really sure. i have not used that script for a long time. I since upgraded to the Evo Donations module:
I wonder if it could be something with the missing
from the URL, though unlikely, it could be a factor since I know Paypal has done some upgrading. Try putting a
in the URL.
Please login to see this link Get registered or Log in |
I wonder if it could be something with the missing
Please login to see this link Get registered or Log in |
Please login to see this link Get registered or Log in |
Thanks for the reply. The wwww. didn't work but thanks for the input.
I tried installing donations xtreme but got sql errors even after uninstalling previous treasury and dropping the tables. Maybe my provider is using an older version, I don't know, lol..
I tried installing donations xtreme but got sql errors even after uninstalling previous treasury and dropping the tables. Maybe my provider is using an older version, I don't know, lol..
No, I am pretty sure its because you're running into the same SQL error everyone else did, (even me).
I will need to see if I can update that module on the site for them.
All you need to do is when installing, open the folloowing file and do the following edits.
Open donations_xtreme_install.php
Find:
(Occurs 5 times)
Replace ALL With:
Save then run the installer. Make sure you follow the instructions but that should take care of the SQL error you were getting on installation.
I will need to see if I can update that module on the site for them.
All you need to do is when installing, open the folloowing file and do the following edits.
Open donations_xtreme_install.php
Find:
Code: [ Select all ]
TYPE=MyISAM
(Occurs 5 times)
Replace ALL With:
Code: [ Select all ]
ENGINE=MyISAM
Save then run the installer. Make sure you follow the instructions but that should take care of the SQL error you were getting on installation.
Thanks man, that did the trick on getting it installed!
no problem.