Skip Navigation

[Waiting for user feedback] I have a conflict with permalinks article name and the Toolset plugin

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.

This topic contains 1 reply, has 1 voice.

Last updated by Christopher Amirian 1 day, 21 hours ago.

Assisted by: Christopher Amirian.

Author
Posts
#2823547
Screenshot 2025-09-05 alle 10.09.36 PM.png
Screenshot 2025-09-05 alle 10.09.16 PM.png

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

#2823826

Christopher Amirian
Supporter

Languages: English (English )

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.