-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
Priority-HighExpected resolution time - up to 2 business days.Expected resolution time - up to 2 business days.bugThis label could be used to identify issues that are caused by a defect in the product.This label could be used to identify issues that are caused by a defect in the product.customer reportIndicates the request came from a customer.Indicates the request came from a customer.
Description
Description
When you have Neve FSE, and try to activate another plugin other than Otter, you get this message "Plugin could not be activated because it triggered a fatal error."
Step-by-step reproduction instructions
- Install Neve FSE
- Try to install and activate a plugin, other than Otter -> the message "Plugin could not be activated because it triggered a fatal error." appears even though the plugin gets activated.
Screenshots, screen recording, code snippet or Help Scout ticket
The user suggested to change this:
add_action( 'activated_plugin', 'after_otter_activation' );
to:
add_action( 'activated_plugin', array( $this, 'after_otter_activation' ) );
https://vertis.d.pr/v/CLJKaO
Environment info
No response
Is the issue you are reporting a regression
No
Metadata
Metadata
Assignees
Labels
Priority-HighExpected resolution time - up to 2 business days.Expected resolution time - up to 2 business days.bugThis label could be used to identify issues that are caused by a defect in the product.This label could be used to identify issues that are caused by a defect in the product.customer reportIndicates the request came from a customer.Indicates the request came from a customer.
