Problem:
I am unable to register Toolset here. I get a message saying invalid site key. Solution:
There were times that this issue was resolved with recreating the license and registering Toolset again. If it happens, please follow these steps to try to fix the issue.
- Go to wp-admin > Dashboard > Updates and click on 'Check again'
- Go to https://toolset.com/account/ and remove the key for your site
- Click on 'Add new site' and add your site again and save the new generated key(when adding it again, please make sure to add it exactly as it is registered within the site's DB, eg: with or without https, with or without WWW)
- Go to Plugins > Add New
- Click on "Commercial"
- Click on "Register Toolset" and try to register Toolset again with the new generated key
Customer was seeing this upon enabling the debug mode:
Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in (...)
Solution:
We are in the process of cleaning deprecation notes to make Toolset fully compatible with PHP 8.1+.
Some deprecation notices are expected in this process.
For now you can just hide the notices as everything seems to be working ok.
Please access your website files and edit the "wp-config.php" file on the root folder of your WordPress installation and add the code below into the file:
define( 'WP_DEBUG', false );
Please add the code above the line below:
/* That's all, stop editing! Happy blogging. */
That will turn off the logging you have mentioned and you can continue using your website.