glean47
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
For technically minded this is exposed in WP database tables.
select date, JSON_EXTRACT(data,"$.message") as message from wpsp_give_log
order by date descThanks, I have removed all caching for now. Knowing there are logs will help me catch issues in the future.
Are logs exposed anywhere so I can trigger an automated alert in the event this recurs?I can’t seem to post a screenshot, but this is what I’m seeing repeatedly in the logs:
Description:
Invalid Secure Route
Category:
Payment Gateway
Source:
Payment Gateway
Date & Time:
2025-09-29 13:48:24
Error details:
{
"routeSignature": "7a93f90f3fd04c8d727976f4c353578c",
"signature": {
"Object Class": "Give\\DonationForms\\Routes\\DonateRouteSignature",
"\u0000Give\\DonationForms\\Routes\\DonateRouteSignature\u0000signature": "givewp-donate|1758979629",
"expiration": "1758979629"
},
"signatureString": "givewp-donate|1758979629",
"signatureHash": "7a93f90f3fd04c8d727976f4c353578c",
"signatureExpiration": "1758979629"
}
Viewing 3 replies - 1 through 3 (of 3 total)