Skip Navigation

[Closed] Plugin could not be activated because it triggered a fatal error.

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 2 voices.

Last updated by Nigel 1 year ago.

Author
Posts
#2665525

PLI

Tell us what you are trying to do?
i try to activate plugins f.ex. code snippets pro and gets the error mesage "Plugin could not be activated because it triggered a fatal error." after dectivation of toolset types, everything works great again. all plugins and wordpress are up2date.

#2665587

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Hi there

Could you please share your debug info with us?

https://toolset.com/faq/provide-debug-information-faster-support/

Do you have more details of the errors from your debug log?

If you haven't already, turn on the debug log by editing your wp-config.php file and change the line with WP_DEBUG like so:

define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
define('WP_DISABLE_FATAL_ERROR_HANDLER',true);

That will create a debug.log file in your /wp-content/ directory which you can examine in any text editor. Try re-activating plugins again that generate the error, and then inspect the log.

Let us know what it contains.

The topic ‘[Closed] Plugin could not be activated because it triggered a fatal error.’ is closed to new replies.