View Full Version : Paid Subscriptions no longer works
Eclyps19
01-27-2009, 07:01 PM
I recently noticed that the Paid Subscriptions portion of vBulletin is no longer working on my website. I can still change options, it passes the paypal test, but when a user subscribes vBulletin no longer updates their status or adds them to the subscriber list. Also, when I click Transaction Log it takes me to a blank Admin CP page. Any ideas? I don't believe anything has changed...
Dismounted
01-28-2009, 05:38 AM
Try disabling all your modifications by adding this line to the end of your config.php:
define('DISABLE_HOOKS', true);
Eclyps19
01-28-2009, 12:06 PM
unfortunately that doesn't fix the problem. I'm using 3.7.4, btw. Any other suggestions?
Marco van Herwaarden
01-28-2009, 12:30 PM
You should be carefull with changing an existing subscription. Especially if it is a recurring payment, things could go wrong.
To troubleshoot this, please remove any hacks and disable your plugins, then see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php
define('DISABLE_HOOKS', true);
If so, reupload all the original vB non-image files (except install.php). Make sure you upload these in ASCII format and overwrite the ones on the server.
If your problem still exists, please create a new Style with no Parent set. Now browse the forum using this new style, do you still have the same problems? If you are troubleshooting login or guest issues, you will need to set this style as board default in the vBulletin Options.
If this doesn't solve your problem, please open a support ticket.
Eclyps19
01-29-2009, 04:03 PM
before I start replacing files, would the time on the server screw up anything with subscriptions? Maybe because timestamps are no longer accurate or something. Just throwing it out there. I doubt that would be the cause. The server time did move back 1 hour.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.