Was bewirkt der Code
define('FS_METHOD', 'direct');
Wird in diesem Artikel erklärt; https://codex.wordpress.org/Editing_wp-config.php unter dem Abschnitt WordPress Upgrade Constants
FS_METHOD forces the filesystem method. It should only be "direct", "ssh2", "ftpext", or "ftpsockets". Generally, you should only change this if you are experiencing update problems. If you change it and it doesn't help, change it back/remove it. Under most circumstances, setting it to 'ftpsockets' will work if the automatically chosen method does not. Note that your selection here has serious security implications.
Doch wie @mensmaximus schon erwähnte, solltet ihr euch an den Provider wenden, nur der kann das Problem beheben, oder zumindest Tipps geben, was ihr von eurer Seite tun könnt.