I succesfully set up a VPS LEMP-stack with Wordpress. When I am trying to install plugins from the WP backend, I am prompted with the following message:
To perfo
For me it was bitnami related settings issue. This post helped me. There could be multiple reason:
FS_METHOD
should be
"direct" in wp-config.php
file. wp-config.php
if you are
migrating from bitnami
to manage it on your own.