Changes between Initial Version and Version 1 of Ticket #58940, comment 18
- Timestamp:
- 07/31/2023 03:01:34 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58940, comment 18
initial v1 5 5 When WordPress can't access files, it tries to use FTP. It will either use stored credentials, or ask you for credentials. This is what Sergey is patching. 6 6 7 However, that is not what's causing your problem. On your system, WordPress should not be trying to use FTP. It only tries to do this when the `FS_METHOD` is not set to `direct`, orwhen the **owner** OR **permissions** are incorrect. Please note that WordPress checks **both**, so 777 on `htdocs` isn't enough.7 However, that is not what's causing your problem. On your system, WordPress should not be trying to use FTP. It only tries to do this when the `FS_METHOD` is not set to `direct`, and when the **owner** OR **permissions** are incorrect. Please note that WordPress checks **both**, so 777 on `htdocs` isn't enough.