Skip Navigation

[Resolved] register toolset button does not provide registration field

This support ticket is created 5 years, 1 month 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
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10: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/Kolkata (GMT+05:30)

Tagged: 

This topic contains 3 replies, has 2 voices.

Last updated by Minesh 5 years, 1 month ago.

Assisted by: Minesh.

Author
Posts
#1447715
Screenshot 2020-01-08 17.51.46.png

I am trying to: register toolset

Link to a page where the issue can be seen:

I expected to see: a way to enter site auth code

Instead, I got:

#1448181

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

I just checked with the latest Types plugin version 3.3.8 with PHP 7.4 and I can see the button to register the Toolset plugins.

Can you please make sure the Types plugin is installed correctly. Maybe you should consider reinstalling Types plugins again and check if that helps you to resolve your issue.

If that does not help, please feel free to send me admin access details and I would be happy to troubleshoot the issue further.

*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.

I have set the next reply to private which means only you and I have access to it.

#1449197

I Accessed the toolset registration page from the link within my site and that gave me a DIFFERENT key than logging directly into Toolset and going to my sites page!! WTF! What is the expected process for setting up Toolset sites? Especially addressing setting on the fly testing sites?

#1450045

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

I'm not sure how you managed to get the different site key but Yes - I can see that the site is now registered with Toolset.

The expected process of registering Toolset plugins is documented with the following Doc:
=> https://toolset.com/faq/how-to-install-and-register-toolset/#automatic-installation-once-you-have-types-plugin-installed

Now, If you want to register the site using PHP, You need to add the OTGS_INSTALLER_SITE_KEY_TOOLSET constant with the site key.

For example:

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

Where:
- Replace your-site-key with the site key you created from your account page.

More info:
=> https://toolset.com/faq/how-to-install-and-register-toolset/#automatic-toolset-registration-using-php

Please let me know if you need further help with registering the site key.