Forum Replies Created

Viewing 1 replies (of 1 total)
  • I solved the problem for the moment by inserting these three lines into the wp-config.php

    define( 'FTP_USER', 'username' );
    define( 'FTP_PASS', 'password' );
    define( 'FTP_HOST', 'ftp.example.org' );

    then the update runs without a problem.

    But I think this could not be a real solution …

Viewing 1 replies (of 1 total)