Cannot install plugins even though www-data has write permissions

If you add the following to your wp-config.php file it will force WordPress to use the ‘direct’ filesystem method:

define( 'FS_METHOD', 'direct' );

Leave a Comment