invalid-input-secret
response is setting the wp_options
cfturnstile_tested
value back to “No” in the database, which is therefore disabling the turnstile and making us click the “TEST RESPONSE” button once again to verify the keys, which have not changed. Please fix this to do something else if this return is detected as the keys are already verified from the admin.
Line #197 of the simple-cloudflare-turnstile/inc/turnstile.php
foreach ($response as $key => $val) {
if ($key == 'error-codes') {
foreach ($val as $key => $error_val) {
$results['error_code'] = $error_val;
if($error_val == 'invalid-input-secret') {
update_option('cfturnstile_tested', 'no'); // Disable if invalid secret
}
}
}
}
]]>Your ID token could not be processed. Please contact your System Administrator.
Please let us know how to how to proceed further. Waiting to hear back soon. Thanks for your support.
I have this issue, it displays an error message at the end of the backup (Im trying to backup to my Google Drive):
Finish upload to googledrive error:json key is missing the client_secret field
Uploading the file ends with an error json key is missing the client_secret field
json key is missing the client_secret field
Could you help me with this?
Thanks
In the video linked (https://www.youtube.com/watch?v=eCt8sJVsBXk&t=87s), from the minute 1:16 to 2:10 they are using an API secret key.
How/where do you get that?
thank you
Not wanting to be in the same situation again, I documented the process internally but wanted to know what to do from the WordPress side. Got back in touch with Deepak and he came back really quickly to explain how to get to the MiniOrange SSO config tab (if you Google it, it tells you something different). Overall, really happy with the response I got.
]]>Leave a Reply
You must be logged in to post a comment.
When you click on the link, or even hover over it, your secret wp-admin is displayed to everyone in the world. Even when you disable comments, the link is still there.
]]>I’ve run into an issue with updating my signing secret for stripe. Attempting to change it will always revert to the previous value. Inspection on the page showed javascript errors (export keyword was unexpected).
I have identified a quick fix: there seems to have been a double import – where tec-ky-module was in the tribe_assets list in main.
That is unnecessary as an import, as this is already imported by tec-ky.js
I simply commented the line
//[ ‘tec-ky-module’, ‘vendor/ky/ky.js’, [], null, [ ‘module’ => true ] ],
in common/src/Tribe/Main.php
as a workaround.
]]>