The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Do you have the old PayPal layout or the new one?
|
#12
|
|||
|
|||
The Payment API tests in the admincp only check to see if your server can connect to paypal, and not the other way around. I don't know the details of how the payment system works so I don't know if it always connects the other way (paypal to your server) or what happens if it can't.
It looks to me like the url that paypal should connect to is sent with the initial communication, so that's probably why you never had to set that. The code uses the bburl setting which you've no doubt changed to https already (It's "Forum URL" in the settings"), so I doubt that's it. But there could be other issues with SSL. This is all speculation and I know it doesn't help much. |
Благодарность от: | ||
RichieBoy67 |
#13
|
||||
|
||||
Sometimes in PayPal you HAVE to set that URL. Or at least it makes it where you do not have any problems in the future. PayPal is sometimes tricky and will do really strange things for no reason.
|
Благодарность от: | ||
RichieBoy67 |
#14
|
|||
|
|||
I had this look 2 years ago , still the same
Image Removed --------------- Added [DATE]1420489769[/DATE] at [TIME]1420489769[/TIME] --------------- Quote:
|
2 благодарности(ей) от: | ||
HM666, RichieBoy67 |
#15
|
||||
|
||||
Login go to Merchant Services > Process Orders > Instant Payment Notification click the link below that heading. Mine is labeled "Learn More" Then you will set your IPN to be your https url and save there. I "think" that is the only place you change it, its been quite awhile since I've played in there.
EDIT: just saw your edited post yeah you can try to change it there as well. But that is the URL that PayPal will return you to after a payment has been made. So in effect what that does is if you have a custom page that says thanks for the donation/payment etc then you use that page as the return URL. It really should have no bearing on your usergroups having problems. |
#16
|
|||
|
|||
Quote:
Image Removed --------------- Added [DATE]1420497310[/DATE] at [TIME]1420497310[/TIME] --------------- EDIT: after testing , still not working , usergroup doesn't change , even that I've received the money --------------- Added [DATE]1420497420[/DATE] at [TIME]1420497420[/TIME] --------------- Quote:
|
#17
|
|||
|
|||
Wouldn't the url be https://removed.com/payment_gateway.php?method=paypal ?
ETA: actually, from the developers docs: Quote:
I don't know anything about cloudflare, but is it possible to temporarily turn it off to see if that makes any difference? |
#18
|
||||
|
||||
Check out, your server's access logs and see if it is actually trying to access your site, should look something like this, 123.0.21.3 - - [28/Aug/2012:21:29:57 +0100] "POST /payment_gateway.php HTTP/1.0" 200 - "-" "-", and then check your sites error log and see if you see something like this, [Tue Aug 28 21:29:57 2012] [error] [client 123.0.21.3] client denied by server configuration:
|
#19
|
|||
|
|||
Quote:
also even after pausing cloudflare it didn't work , so I really don't know . --------------- Added [DATE]1420509588[/DATE] at [TIME]1420509588[/TIME] --------------- Quote:
|
#20
|
||||
|
||||
In setting up paid subscriptions for the first time there is a lot that can go wrong. A common problem is that payments are received but vBulletin doesn't register the payment and doesn't change the user's group memberships appropriately. Here are several things you can check based on my experience troubleshooting these problems.
1) Make sure your paypal emails are correct and that they are entered exactly the same as in your paypal account. Note that these emails are known to be case sensitive: Admin CP -> Paid Subscriptions -> Payment API Manager -> Edit 2) Make sure the test communication is working: Admin CP -> Paid Subscriptions -> Test Communication 3) Make sure you heed the warnings on this page: http://www.vbulletin.com/docs/html/m...scriptions_add Quote:
4) Make sure your forum directory is not behind a htaccess login because that will prevent paypal from accessing the callback URL. 5) Make sure your forum URL is correct as that is used to build the callback URL: Admin CP -> vBulletin Options -> Site Name / URL / Contact Details -> Forum URL If this is your forum: http://www.vbulletin.com/forum/ ...then the forum URL should be set to: http://www.vbulletin.com/forum (no ending slash) 6) And if you are specifying the IPN URL in your paypal account then make sure that is correct. If this is your forum: http://www.vbulletin.com/forum/ Then the IPN URL should be: http://www.vbulletin.com/forum/payment_gateway.php?method=paypal 7) Login to paypal.com and make sure you are actually receiving the money from the purchases. Make sure the transactions are marked as "completed." Also, make sure your paypal account is not configured to require your approval for incoming payments. Otherwise the payments won't complete until you approve them. __________ If it still doesn't work then it might be due to some customizations on your forum. You can determine this by temporarily removing your customizations to see if the problems goes away. Try to reproduce it on a default style: Admin CP -> Styles & Templates -> Style Manager -> [Add New Style] Create a new style with no parent. Then click that style's name in the Style Manager to view your forum with that style. If you still have the problem then try disabling your plugins: Admin CP -> vBulletin Options -> Plugin/Hook System Also run a file check to look for customized files: Admin CP -> Maintenance -> Diagnostics -> Suspect File Versions |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|