To fix you can add this line to wp-config.php, which solved my problem.
/** Sets up ‘direct’ method for wordpress, auto update without ftp */
define(‘FS_METHOD’,‘direct’);
To fix you can add this line to wp-config.php, which solved my problem.
/** Sets up ‘direct’ method for wordpress, auto update without ftp */
define(‘FS_METHOD’,‘direct’);