Ticket #5673 (closed defect (bug): fixed)
Plugin activation error_scrape doesnt allways show errors
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.5 |
| Component: | Administration | Version: | 2.5 |
| Severity: | normal | Keywords: | has-patch plugins |
| 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
Change History
source:trunk/wp-admin/plugins.php@6580#L46 needs to drop the display_errors check, right?
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.
Ticket requires #5658 to be fixed first. Else it redirects and claims that the last plugin on the list had the fault(And then doesnt display the scrape as the nonces dont match).

