Make WordPress Core

Opened 5 months ago

Last modified 4 months ago

#61737 new enhancement

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

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

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.


5 months ago
#1

  • Keywords has-patch added; needs-patch removed

#2 @costdev
5 months ago

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

@narenin commented on PR #7081:


5 months ago
#3

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

Note: See TracTickets for help on using tickets.