Make WordPress Core

Opened 2 years ago

Last modified 2 years ago

#61737 new enhancement

Naming the plugin which is doing a fatal error on plugin activation/resumption

Reported by: sebastienserre Owned by:
Priority: normal Milestone: Awaiting Review
Component: Plugins Version:
Severity: normal Keywords: 2nd-opinion has-patch
Cc: Focuses: administration

Description

Hello

If on plugin is issuing a fatal error on bulk deactivation, then we receive the notice:
https://github.com/WordPress/wordpress-develop/blob/trunk/src/wp-admin/plugins.php#L669

I think we should add the plugin name which is doing the fatal error. It would help the user to understand what's wrong on its website.

This can also be done 2 lines higher at https://github.com/WordPress/wordpress-develop/blob/trunk/src/wp-admin/plugins.php#L667

Change History (3)

This ticket was mentioned in PR #7081 on WordPress/wordpress-develop by @narenin.


2 years ago
#1

  • Keywords has-patch added; needs-patch removed

#2 @costdev
2 years ago

  • Summary Naming the plugin which is doing a fatal error on plugin deactivationNaming the plugin which is doing a fatal error on plugin activation/resumption
  • Type defect (bug)enhancement

@narenin commented on PR #7081:


2 years ago
#3

@costdev Thanks for the detailed feedback, I have implemented the suggestions.

Note: See TracTickets for help on using tickets.