Why do my plugins/themes fail to update OR why do I receive a yellow FTP warning?
If you cannot update your plugins/themes, the first thing you should try is to update them from your WordPress interface, to validate that it is an issue with ManageWP specifically, and not the site itself. The most common cause of this problem is that your website requires FTP information. You can correct upgrade issues by adding FTP information in your blog’s wp-config.php file. [Note: Do not add this to the end of the file, but just below the database information on the top of the file.]
define('FTP_USER', 'username'); define('FTP_PASS', 'password'); define('FTP_HOST', 'ftp.example.org');
I haven’t personally tried this yet, but if any of you do, please let me know if this fixes the issue…
Questions or Comments?