I assume your site is using FTP to access the filesystem instead of using the PHp direct
method, and I also assume you haven’t added your FTP credentials in your wp-config.php file.
Check your wp-config.php
file. If you see an entry for FS_METHOD
, change it from ftp to direct
. If you don’t have a line for FS_METHOD, add this:
define( 'FS_METHOD', 'direct' );
As a sidenote for future reference, please avoid posting screenshots of errors. Images are slow to load, they are on external sites that don’t necessarily respect the visitors privacy and they may not even exist in a few weeks or years.
If instead of posting a screenshot you copy-paste the actual text error, then that text will be searchable, stored and we’ll be able to reference it in the future. The next person to have a similar issue will be able to find this ticket and hopefully a solution to their issues. There is no reason to post a screenshot when you can just copy-paste the error text here.