hi im create the account and install the pluging, when active the plugin i say Unable to update AMS_SAFE_MODE in wp-config. Unable to locate placement anchor.
We understand that you’re facing an activation error, and we appreciate your patience. It appears that the wp-config file lacks the necessary write permissions.
To address this, you have two options:
Grant Write Permission:
Ensure that your wp-config file has the required write permission. If you are unsure how to do this, your hosting provider should be able to assist you.
Manual Addition:
Alternatively, you can manually add the following code snippet to your wp-config.php file before the line “That’s all, stop editing! Happy publishing.”:
define(‘AMS_LICENSE_KEY’, ‘XXXXX-XXXXX-XXXXX-XXXXX-XXXXX’);
define(‘AMS_LICENSE_STATUS’, ‘Unverified’);
define(‘AMS_SAFE_MODE’, ‘off’);
Remember to replace the "X"s in ‘AMS_LICENSE_KEY’ with your actual license key, which you can find in your account.
If you encounter any challenges or have further questions, feel free to reach out. We’re here to assist you in resolving this issue promptly.