Skip Navigation

[Resolved] Toolset deregisters itself

This support ticket is created 2 years, 8 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

Tagged: 

This topic contains 2 replies, has 2 voices.

Last updated by Ian Henderson 2 years, 8 months ago.

Assisted by: Waqar.

Author
Posts
#2346971

I have a periodical issue on many of our sites where Toolset deregisters itself and I need to re-enter the site key and authenticate. Quite irritating... is there a way to stop it?

#2348401

Hi,

Thank you for contacting us and I'd be happy to assist.

Each Toolset site key can be used with only the particular website address it was generated for. So, if the website's base address is changed or after switching between the production and the staging websites, you'll need to generate a new site key.

You can also pass the Toolset site key in the PHP code through the website's "wp-config.php" file:
( ref: https://toolset.com/faq/how-to-install-and-register-toolset/#automatic-toolset-registration-using-php )


define( 'OTGS_INSTALLER_SITE_KEY_TOOLSET', 'your-site-key' );

Note: Please replace 'your-site-key' with your actual site key.

I hope this helps and please let me know if you need any further assistance around this.

regards,
Waqar

#2349437

Thanks Waqar - this definitely happens on live sites and I have to re-enter the same key for it to register again (nothing to do with staging sites). It's a sporadic error that affects multiple sites on different servers. But thanks for the wp-config tip - I'll implement that. Regards, Ian