Opened 5 years ago
Last modified 3 years ago
#49729 new defect (bug)
Warning: fread() expects parameter 1 to be resource, bool given in \wp-includes\functions.php on line 5785
Reported by: | DrLightman | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | minor | Version: | 5.3.2 |
Component: | Plugins | Keywords: | reporter-feedback |
Focuses: | administration | Cc: |
Description
Happens in dashboard and it goes coupled with:
Warning: fread() expects parameter 1 to be resource, bool given in ...\wp-includes\functions.php on line 5785 Warning: fclose() expects parameter 1 to be resource, bool given in ...\wp-includes\functions.php on line 5788
PHP 7.4
I think it occurs mostly when one loads the dashboard after a directory's previously active plugin has been deleted from the filesystem.
Note: See
TracTickets for help on using
tickets.
Hello @DrLightman thanks for the report, are you still able to reproduce this one? could you provide the steps to reproduce it?