jononoy
Forum Replies Created
-
Thanks for the quick response…much appreciated!
And yep, that’s it, disabling the Classic Editor has done the trick. Now to get used to the Block Editor…or rather the Client has to get used to it!
Cheers!
Hey Rick,
Cheers for that. I can confirm all the tables look good – all green ticks. I had already re-run the create_revenue_table update to troubleshoot anyway. And yep, the DB prefix is different. There are a ton of errors in the logs, all the same as below.
I’ve flicked you an email to your hello[at]… address with some further screenshots and System Info too.
{ "exception": { "File": "Revenue.php", "Line": 96, "Message": "An error occurred when processing Donation #11252. To insert revenue, please provide valid donation_id, form_id, amount.", "Code": 0 } }
Cheers, Jono
Thanks for getting back to me!
We’ve tried processing Donations both in and out of test mode – no change. The Logs in the Stripe Dashboard are showing contact from the site but there are no funds being captured or any payment (even failed) showing up in Stripe at all. Just logs/events related to the API & Webhook.
Donation #11233 is a new one I attempted yesterday. And, the form (ID#11228) is already listed against the donation. The 2 donations I have in there currently (the rest have been deleted) are Test ones and showing the status as Pending.
Just tried another with the console open and see I get a ‘500’ error.
POST https://xxxxxxxxxx/give/11228/?payment-mode=stripe_checkout&form-id=11228 [HTTP/2 500 Internal Server Error 625ms]**Can confirm the Site is running on PHP8.1 with a decent amount of PHP Memory allocated. Was previously running PHP7.4 but upgraded as part of troubleshooting.