- Fatal error: Cannot redeclare true_plugins_activate()
Cause
Duplicate entry of true_plugins_activate() function
Solution
Delete one of the true_plugins_activate() function in /wp-includes/functions.php
- Just go to /wp-includes/functions.php
- Then remove one of the “true_plugins_activate” functions with add_action that are at the end of the file
That’s it!