Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 01-05-2015, 06:16 PM
HM666's Avatar
HM666 HM666 is offline
 
Join Date: Jan 2014
Location: Little Rock, AR
Posts: 1,060
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by angemon View Post
what I'm asking too is where to find that in my paypal account , since I haven't add any website in my paypal account , so where can I find links so I can change it from http to https
Do you have the old PayPal layout or the new one?
Reply With Quote
  #12  
Old 01-05-2015, 06:21 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
Благодарность от:
RichieBoy67
  #13  
Old 01-05-2015, 06:24 PM
HM666's Avatar
HM666 HM666 is offline
 
Join Date: Jan 2014
Location: Little Rock, AR
Posts: 1,060
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
Благодарность от:
RichieBoy67
  #14  
Old 01-05-2015, 06:26 PM
angemon angemon is offline
 
Join Date: Jul 2014
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HM666 View Post
Do you have the old PayPal layout or the new one?
I had this look 2 years ago , still the same
Image Removed

--------------- Added [DATE]1420489769[/DATE] at [TIME]1420489769[/TIME] ---------------

Quote:
Originally Posted by HM666 View Post
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.
is it this one
Reply With Quote
2 благодарности(ей) от:
HM666, RichieBoy67
  #15  
Old 01-05-2015, 06:36 PM
HM666's Avatar
HM666 HM666 is offline
 
Join Date: Jan 2014
Location: Little Rock, AR
Posts: 1,060
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #16  
Old 01-05-2015, 07:47 PM
angemon angemon is offline
 
Join Date: Jul 2014
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HM666 View Post
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.
Is it this one , I've just put my website link (it wasn't there) , are you sure that will solve the issue!?
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:
Originally Posted by HM666 View Post
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.
EDIT: after testing , still not working , usergroup doesn't change , even that I've received the money
Reply With Quote
  #17  
Old 01-05-2015, 10:26 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wouldn't the url be https://removed.com/payment_gateway.php?method=paypal ?

ETA: actually, from the developers docs:
Quote:
Note: The IPN message will always be sent to your notification URL unless receiving IPNs have been disabled. Even though you have not enabled receiving IPN messages in your Profile or you have reset your preference by turning off IPN messages, PayPal still sends IPN messages to the notification URL you specify for a specific payment. IPN messages not sent because you disabled the preference in your Profile will appear in the IPN history when you enable receiving IPNs. After they appear in the history, you can choose whether or not to resend them.
So, since the vb code includes the URL for each specific payment, I would think you'd want to leave that setting at "Do Not Receive IPN Messages". Are you able to look in the IPN history they mention?

I don't know anything about cloudflare, but is it possible to temporarily turn it off to see if that makes any difference?
Reply With Quote
  #18  
Old 01-05-2015, 10:57 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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:
Reply With Quote
  #19  
Old 01-05-2015, 11:02 PM
angemon angemon is offline
 
Join Date: Jul 2014
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kh99 View Post
Wouldn't the url be https://removed.com/payment_gateway.php?method=paypal ?

ETA: actually, from the developers docs:


So, since the vb code includes the URL for each specific payment, I would think you'd want to leave that setting at "Do Not Receive IPN Messages". Are you able to look in the IPN history they mention?

I don't know anything about cloudflare, but is it possible to temporarily turn it off to see if that makes any difference?
tried your suggestion , and still not working .
also even after pausing cloudflare it didn't work , so I really don't know .

--------------- Added [DATE]1420509588[/DATE] at [TIME]1420509588[/TIME] ---------------

Quote:
Originally Posted by ozzy47 View Post
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:
I haven't done yet what you told me , but I've just seen something weird on the transaction logs




Reply With Quote
  #20  
Old 01-06-2015, 12:09 AM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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:
Warning:
Do not change the cost of a Subscription if a recurring payment is currently in use, these payments will fail to update.

Warning:
Do not set a Paypal subscription to greater than 100 days. Use the months or years options to set subscriptions greater than 100 days.
Also note that the duration of a paid subscription cannot exceed a time that would put the expiration date past the year 2037 as that is the highest complete year that can be represented by a 32 bit integer timestamp. PHP is currently limited to 32 bit integers.

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
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:36 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05447 seconds
  • Memory Usage 2,288KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (9)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (10)post_thanks_box
  • (4)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete