Opened 2 months ago
Closed 2 months ago
#62825 closed defect (bug) (invalid)
class-wp-filesystem-direct.php missing from latest distribution
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 6.7.1 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
Was having some issues with Divi making calls looking for class-wp-filesystem-direct.php and returning file not found. I verified it was not in my wp-include directory. I downloaded a fresh copy of latestet wordpress directly from wordpress.org and extrated it locally and was also missing from there. I ended up going to github and directly downloading the file for my site.
Change History (1)
Note: See
TracTickets for help on using
tickets.
Sorry you're having problems (and welcome to Trac ;-).
All 4 of the
class-wp-filesystem
classes are included in the 6.7.1 ZIP. You (and possibly Divi) are looking for them in the wrong directory: they are located inwp-admin/includes
.