• I have seen another topic with this issue and I know how to solve it by adding FTP details to wp-config.

    /** Setup FTP Details **/
    define("FTP_HOST", "localhost");
    define("FTP_USER", "[email protected]");
    define("FTP_PASS", "yadayada");

    My question is why has it started happening when it didn’t in the past. It is my server and permissions haven’t been changed.

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WordPress needs to access your web server. Please enter your FTP credentials’ is closed to new replies.