Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #58940, comment 18


Ignore:
Timestamp:
07/31/2023 03:01:34 PM (2 years ago)
Author:
costdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58940, comment 18

    initial v1  
    55When 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.
    66
    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`, or when the **owner** OR **permissions** are incorrect. Please note that WordPress checks **both**, so 777 on `htdocs` isn't enough.
     7However, 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.