 |
 |
 |
 |
Registered: 04/09/11
Posts: 140
|
|
|
 |
 |
 |
 |
|
 |
 |
 |
 |
|
Express Hosting
"We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#215637 - 07/20/08 12:04 PM
Re: Paypal Subscription
[Re: Outdoorking]
|
Post-a-holic
|
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
|
|
It could be that you haven't activated IPN on the paypal side. Here's the steps you need to follow: In order to use PayPal for automated subscriptions you must perform the following steps: 1. Log in to your Business or Premier account in Paypal. 2. Click the Profile subtab. 3. In the Selling Preferences column, click the Instant Payment Notification Preferences link. 4. Click the Edit button. 5. Select the checkbox to activate IPN. 6. In the Notification URL text box, you can either leave this blank or enter the url to the paypal-ipn script, ie. http://www.ubbcentral.com/forums/ubbthreads.php?ubb=paypal-ipn7. Click the Save button.
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#215803 - 07/24/08 06:21 AM
Re: Paypal Subscription
[Re: Rick]
|
enthusiast
|
Registered: 06/05/06
Posts: 265
Loc: Sydney, Australia
|
|
It could be that you haven't activated IPN on the paypal side. Here's the steps you need to follow: In order to use PayPal for automated subscriptions you must perform the following steps: 1. Log in to your Business or Premier account in Paypal. 2. Click the Profile subtab. 3. In the Selling Preferences column, click the Instant Payment Notification Preferences link. 4. Click the Edit button. 5. Select the checkbox to activate IPN. 6. In the Notification URL text box, you can either leave this blank or enter the url to the paypal-ipn script, ie. http://www.ubbcentral.com/forums/ubbthreads.php?ubb=paypal-ipn7. Click the Save button. Rick, Here is the information regarding my paypal which is on a Linux server: Instant Payment Notification (IPN) On Instant Payment Notification (IPN) URL: http://www.outdoorking.com/forum/ubbthreads.php?ubb=paypal-ipnThe members are not being activated just sit as pending. Do I need to change any other files for it to work as it all worked great on a windows server prior to the shift. Any help would be appreciated as it is getting really frustrating.
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#215832 - 07/25/08 02:08 AM
Re: Paypal Subscription
[Re: Rick]
|
enthusiast
|
Registered: 06/05/06
Posts: 265
Loc: Sydney, Australia
|
|
The script name is actually wrong, my fault, but not exactly sure that's the issue, because we send them the URL to notify when a request is made. However, since it's declared there it might be overriding it.
The script name should be paypal_ipn instead of paypal-ipn.
Other than that, the only thing that could be preventing this is if your php configuration doesn't allow an fsockopen call (you might want to check with your host on that). Rick I have checked with paypal and the payments are going through ok but still sitting as pending on the forum. The web host is saying that fsockopen call is not restricted. They are pointing to the software or Host which is running Linux. Would it have anything to do with the MySQL data base as the files had to be changed from lower case to upper case in order for the forum to work. I have noticed this error in my log but don't know if it has anything to do with paypal: Script: /home/content/o/u/t/outdoorking/html/forum/scripts/grabnext.inc.php - Line: 194 SELECT t2.POST_ID,t2.TOPIC_IS_STICKY FROM ubbt_POSTS as t1, ubbt_TOPICS as t2 WHERE t2.FORUM_ID = 11 AND t2.TOPIC_IS_STICKY='0' AND t2.TOPIC_LAST_REPLY_TIME < 1214139872 AND t1.TOPIC_ID = t2.TOPIC_ID ORDER BY t3.USER_DISPLAY_NAME desc LIMIT 1 - Unknown column 't3.USER_DISPLAY_NAME' in 'order clause'
Edited by Outdoorking (07/25/08 02:22 AM) Edit Reason: update
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
|
|