Opened 17 years ago
Closed 17 years ago
#5673 closed defect (bug) (fixed)
Plugin activation error_scrape doesnt allways show errors
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.5 | Priority: | normal |
Severity: | normal | Version: | 2.5 |
Component: | Administration | Keywords: | has-patch plugins |
Focuses: | Cc: |
Description
On some server setups where the Error reporting is set to None, or the display_errors php.ini directive is set to false, Fatal errors are not shown to the user on the plugins page after a failed activation.
Patch attached to enable both. (And ignore E_Notice errors)
Attachments (2)
Change History (6)
#2
in reply to:
↑ 1
@
17 years ago
Replying to ryan:
source:trunk/wp-admin/plugins.php@6580#L46 needs to drop the display_errors check, right?
Yep, You're right, I missed that line.
Note: See
TracTickets for help on using
tickets.
source:trunk/wp-admin/plugins.php@6580#L46 needs to drop the display_errors check, right?