I am trying to: run together the permalinks article name and the toolset types plugin
Link to a page where the issue can be seen: WordPress Critical error blocks the website hidden link
I expected to see: it was working before
Instead, I got: WordPress Critical error blocking the website, I can only get it back by renaming the Types plugin on the server with file manager
Hi,
Welcome to Toolset support. Would you please enable the debug mode so we can see what is the error that happening under the hood?
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. */
For more information:
https://wpml.org/documentation/support/debugging-wpml/
Please consider that we tested, and the problem you mentioned does not happen on a minimal installation, you can see here:
hidden link
So you can test if something in conjunction has the problem.
Thanks.