Updating plugins asks for FTP information, why? (this is a new one)
You’re right in that this does not have to do with permissions. You will run into it depending on a particular server configuration. To ensure that you don’t have to deal with it on an ongoing basis, you will want to add the FTP credentials to wp-config.php like so: define( ‘FTP_USER’, ‘username’ ); define( ‘FTP_PASS’, … Read more