Tell us what you are trying to do?
I am trying to install toolset types
Is there any documentation that you are following?
Is there a similar example that we can see?
There has been a critical error on this website. Please check your site admin email inbox for instructions.
What is the link to your site?
hidden link
Hi there,
To start we need to know what is the actual error by enabling the WordPress debug mode:
Would you 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', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', true );
Please add the code above the line below:
/* That's all, stop editing! Happy blogging. */
After that please share the error that you see as this time it will give you the details of the error.
Meanwhile please check if your server meets the minimum requirements here:
https://toolset.com/toolset-requirements/
Thanks.