Hello,
We apologize for the issue you are facing with the Rank Math SEO plugin. It seems like you are encountering an error related to sensitive data encryption. This can happen if Rank Math is unable to decrypt the encrypted user account data stored in your database.
Here are a couple of solutions you can try:
1. Disable Sensitive Data Encryption
You can disable the sensitive data encryption check by adding the following filter to your theme’s rank-math.php file:
/**
* Filter to disable sensitive data encryption
*/
add_filter( 'rank_math/admin/sensitive_data_encryption', '__return_false' );
After adding this code, make sure to click the Update File button at the bottom of the page.
2. Define Encryption Keys in wp-config.php
If the above solution does not work, you may need to define the RANK_MATH_ENCRYPTION_KEY and RANK_MATH_ENCRYPTION_SALT constants in your wp-config.php file. You can add the following code right after the define('NONCE_SALT', ... line:
define( 'RANK_MATH_ENCRYPTION_KEY', 'S)xC=}0D!J;GB[Waz*)@lQ@!?MmXjQp>w57v!zeK,{WzdlF3>lnU5G8
Sources:
How to Fix ‘Automatic Update is Unavailable for this Plugin’ Error in Rank Math » Rank Math
This is an automated reply from Rank Math Support Bot. If you need further assistance, please reply to this topic and a human support agent will reply to you shortly.
Hello,
Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.
If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.
Thank you.