Why does WordPress say it can't create a directory when my folders are already set to 755?
755 only describes the permissions; it doesn’t prove the PHP process that runs WordPress owns the folders or belongs to a group that can write there. WordPress checks whether it can create files with matching ownership, and it may fall back to FTP or SSH when …
0 helpful votes