You try to activate a plugin you’ve ben developing and instead of seeing what the error is, WordPress displays “Plugin could not be activated because it triggered a fatal error.”
Add these defines to your wp_config.php
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
define('WP_DISABLE_FATAL_ERROR_HANDLER',true);
The WP_DISABLE_FATAL_ERROR_HANDLER may not work, but your will see the error causing the issue written to: httpdocs/wp-content/debug.log
USEFUL?
We benefit hugely from resources on the web so we decided we should try and give back some of our knowledge and resources to the community by opening up many of our company’s internal notes and libraries through mini sites like this. We hope you find the site helpful.
Please feel free to comment if you can add help to this page or point out issues and solutions you have found, but please note that we do not provide support on this site. If you need help with a problem please use one of the many online forums.