Originally Posted by Rick
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'

Last edited by Outdoorking; 07/25/2008 2:22 AM. Reason: update