The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#167
|
||||
|
||||
It's more than one line in the new VB, and I saw the same problem today on my own site. Testing takes a while on these things because I have to wait for payments to trickle in. I'm going to look into it tomorrow.
|
#168
|
|||
|
|||
Quote:
|
#169
|
||||
|
||||
Quote:
|
#170
|
||||
|
||||
OK. I've had some time to poke around and found the one line of code that was making the subscriptions not set up properly.
Remove this line from your functions_subscriptions.php Code:
<input type=\"hidden\" name=\"ammount\" value=\"$cost\" /> |
#171
|
||||
|
||||
OK. Let's try this code to handle the emails going out that shouldn't be:
in your includes/cron/subscriptions.php file Find: Code:
user.languageid Code:
,subscription. reoccur Code:
LEFT JOIN " . TABLE_PREFIX . "user AS user ON (user.userid = subscriptionlog.userid) Code:
LEFT JOIN " . TABLE_PREFIX . "subscription AS subscription ON (subscription.subscriptionid = subscriptionlog.subscriptionid) Code:
vbmail_start(); Code:
if (!$subscriptions_reminder[reoccur]){ Code:
vbmail_end(); Code:
} |
#172
|
|||
|
|||
I added the new code and it still is not adding new apid members properly even though they go through paypal. Paypal was processed OK as a subscription payment.
|
#173
|
||||
|
||||
Well, at least that's a step forward. The problem with adding people properly is NOT a problem with the hack. I've had this problem with subscriptions since they were first released. All Jelsoft ever says to me is "it works for me"
So, over the next few days, I am going to dive into Jelsoft code and see if I can't get it working. If possible, can some of you pm me and volunteer to sign up for a one month membership to my site for testing purposes at times I ask you to? I can refund the payment, but am unable to pay myself. (I don't have a second bank account to use to set up a test paypal account) |
#174
|
|||
|
|||
I was wondering...does this install work now without the problems? Where does it stand? I'm about to launch my new board (and recurring payments) would be very awesome....I just don't have time or the man power to manually adjust people.
Can anybody update this? |
#175
|
||||
|
||||
The hack, as it is, installs fine. And, it sets up the recurring subscriptions fine. What isn't working right is something that isn't working right with subscriptions in general - even without the hack installed. Some times, payments don't process and subscriptions aren't added or updated.
|
#176
|
|||
|
|||
This will be great when it's working properly.... When I go to my ACP and test communication I get this error:
cURL Fail Streams Pass Whatever cURL is it's showing that it fails. I haven't had anyone sign up yet so it's untested...It takes them to the paypal page to sign up for the right amount but like I said.... It's untested. Can I ignore this or is it going to cause problems and what exactly is the problem? Thanks! |
#177
|
|||
|
|||
curl is another set of libs for php and it isnt necessary just makes it nice
|
#178
|
|||
|
|||
hmmmm, well it's definitely not working properly... I've had several people sign up with paypal but it's not changing their usergroup. I'm having to manually go in and add them to the subscriptions. Anyone have any ideas??
|
#179
|
||||
|
||||
Romeos, as I said before, that could be the problem with the stock vbulletin subscriptions. I have had problems with those ever since vbulletin 3 was in beta.
Make sure the paypal recurring subscription was set up and make sure you made the changes to the paypal.php file. If you did the paypal.php changes, you are probably seeing the same problem many of us see with subscriptions in general. |
#180
|
|||
|
|||
Alrighty then..... Thanks Amy..... I guess I'll just have to wait 'til VB gets it fixed.... If anyone figures out the error or problem I hope they let us know........
|
#181
|
||||
|
||||
Quote:
I am happy to help trouble shoot this if you'd like. I have two paypal accounts to test with if need be. Let me know if I can help - I have installed the hack successfully and also just got through updating your page 12 update for the email fix. Thanks! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|