humanmade / humanmade/altis-cms
Unable to open file warning `temp-write-test-....`
Open
bug
- Dominant language
- PHP
- Stars
- 46
- Forks
- 4
- Avg merge
- 14h 31m
- Merged PRs (30d)
- 13
Description
WordPress core occasionally calls the function `get_filesystem_method()`, this will try to write a file to the content directory and throws a warning if the `FS_METHOD` constant is not defined.
We could set this to `direct` to avoid core's attempts to work it out.
cc @stuartshields
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.