WordPress asking for password for every a plugin install or update. How to fix.
Simple fix to annoying problems with WordPress. A new plugin install upgrade or cms update.
If you are using ftp and have access to your wp-config file edit it with a code editor like textwrangler(my personal favorite).
Find you website IP address by visiting find my website server ip addressWith this address you are ready andyou know your ftp username and password.
If you dont know your ftp username and password talk to your hosting company
So, put the following code into you wp-config (under /** The Database Collate type. Don’t change this if in doubt. */)
define(‘DB_COLLATE’, ”); under this line. Don’t change it.
This is standard wordpress code and it works everytimedefine(‘FTP_HOST’, ‘your-ip-address-here’);Website IP address find my website server ip address enter you domain and thats it.
define( ‘FTP_USER’, ‘ftp-username′ );
define( ‘FTP_PASS’, ftp-password );
These hints and tricks are tested and work on Pinguis Websites Design Kerry Cork Ireland’s website pinguisweb.com
Sorry i have no examples but i have fixed them all with this method