It's happening on both sitesCBSubs not logging anything is concerning. That usually means CBSubs wasn't loaded yet since our logging hooks directly into PHP error handler. It's likely there's something else on the site possibly causing your issue. You mentioned both sites. Is this happening on both sites or only 1 of them?
I have 6 PayPal gateways, that's what I was referring to with the different gateway owners and secondary gateways.There's also a potential concern in your access log. Notice the one that succeeded has &cbpgacctno=2 and the one that failed has &cbpgacctno=1. cbpgacctno is the gateway id. So the one that succeeded has a gateway id of 2 and the one that failed has a gateway id of 1. Please check your payment gateways within CBSubs > Gateways and review your settings for the gateway with an id of 1. Seams like you have 2 PayPal gateways?
Please Log in or Create an account to join the conversation.
You can try purging notifications by emptying the _cbsubs_notifications table and see if that stops that from happening. If you need those notifications just make a copy of the table before doing this (e.g. _cbsubs_notifications_backup). It's possible something broke the auto incrementing of the table.One possibility is that the error is happening when it's first trying to write to the database, failing and returning error 500. Remember that when I tried to enter the failing urls I always had the error "1062 Duplicate entry '12' for key 'jos_cbsubs_notifications.PRIMARY'" This is a wild guess, but it's all I can think of.
Please Log in or Create an account to join the conversation.
That would be a very difficult task. There's hundreds of recurring subscriptions that would have to be cancelled and moved to Stripe.You may also want to consider getting rid of the multiple PayPal setups. I recommend using Stripe and handling payouts through Stripe. Effectively you would pay them instead of trying to link multiple PayPal accounts to a single system. You could of course do the same with PayPal as well, but Stripe lets you automate this using Connect. PayPal might have an automated way as well, but I've no idea what it is.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.