leemn
Forum Replies Created
-
Thank you! Tell the support team I appreciate the quick response in solving this issue.
That version worked I did not see any error from the command. The keys match and the plugin appears to be fine.
The only thing I noticed was in the dashboard on the Cleantalk site it shows “Need Setup / Setup Manual”; however, everything else appears to be fine the access keys match and in the plugin I don’t see any errors. I tried a “sync to cloud” thinking that might clear the message in the portal/dashboard no luck. But the plugin appears to be working fine, so the message in the portal/dashboard might be something on the backend which needs to be set..
Same issue below is the result. I compared the key returned with both the key used in the plugin and the portal and they are all the same. This is for Service #2245752
Message output after using wp spbc create –token=mytoken –domain=domain.com –email=me@home.com
Service creation start..
Redirect after activation disabled..
Trying get api key via WP_CLI utils..
Api key installed: y8u5apikey
Running synchronization process and SFW update init..
Error occurred while syncing:
\ArrayObject::__set_state(array(
‘firewall_update’ =>
array (
‘error’ => ‘FW UPDATE INIT: KEY_IS_NOT_VALID’,
‘error_time’ => 1782132194,
),
))
Service created successful.I see this for the plugin on the website
2026-06-22 12:43:14: Updating firewall: “FW UPDATE INIT: KEY_IS_NOT_VALID”
I see this message in the portal for the website
Need setup / Setup Manual
To answer your question – yes the keys match. I checked the key in the dashboard against the one used with the plugin and it’s the same.
Forum: Plugins
In reply to: [The Cache Purger] Feature RequestHi Kevin,
There are situations where I will have more than a single site using the same database id but have a different redis prefix/key. Having this prefix/key allows me to purge only those items. A good example of this option is shown in the plugin created by Till Krüss “Redis Object Cache”
Forum: Plugins
In reply to: [The Cache Purger] Feature – Divi CacheIgnore this request. After look at the code I notice you have Divi in the plugins cache.. Thanks again!
Forum: Plugins
In reply to: [Spam protection, Honeypot, Anti-Spam by CleanTalk] WordPress WP-CLI SupportSure, I’ve provided some examples of how one might use the functionality. However, having the ability to add a new website/domain to the service without have to add it manually would be top of the list.
1 – Ability to add new website/domain to a service ( Antispam, SiteSecurity )
wp-cli cleantalk create-account –hostaccesskey 1234567 –service antispam –domain testme.com
2 – Get the accesskey and apply it to the site
wp-cli cleantalk getaccesskey –hostaccesskey 1234567 –service antispam –domain testme.com
3 – Change settings for the local plugin ( Could apply to any setting )
wp-cli cleantalk spamfirewall on
wp-cli cleantalk commentsform onI figured out a way to handle the automatic key activation using some custom php code. Still would be nice if you could disable rate limiting for unlimited license holders..