Solve wordPress asking FTP account while trying to install, update

wordpressOne of the great features of WordPress is that it allows you to automatically install and upgrade themes, plugins and upgrade WordPress version. But this features is fully support on hosts that support specific file permissions to write new files on directory. So, if you host is not support it will only prompt you for your FTP connection information every time on you trying to update and install themes, plugins or a WordPress.

Wordpress ftp connection information

“To perform the requested action, WordPress needs to access to your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.”

If you have a headache with this problem. We have a simple solution which will save the FTP login (username/password/server) on your blog and the WordPress will stop asking you for FTP details for access your blog’s directory.

1. Locate your WordPress root diectory and find the “wp-config.php” file.
2. Edit the file and insert below code in the middle, normally put it after the mysql username/password block or “define(‘DB_COLLATE’, ”);”.

/*** FTP login settings ***/
define('FTP_HOST', 'localhost');
define('FTP_USER', 'yourftpusername');
define('FTP_PASS', 'yourftppassword');
define('FTP_SSL', false);

You’ll need to replace “yourftpusername” and “yourftppassword” to the actual FTP usernames/passwords for your site.

Incoming search terms: To perform the requested action WordPress needs to access your web server Please enter your FTP credentials to proceed If you do not remember your credentials you should contact your web host, To perform the requested action WordPress needs to access your web server, to perform the requested action wordpress needs to access your web server please enter your ftp credentials to proceed, wordpress needs to access your web server please enter your ftp credentials to proceed, to perform the requested action wordpress needs to access your web server please enter your ftp credentials to proceed if you do not remember your, WordPress needs to access your web server, o perform the requested action wordpress needs to access your web server please enter your ftp credentials to proceed if you do not remember your credentials you should contact your web host, o perform the requested action WordPress needs to access your web server Please enter your FTP credentials to proceed, wordpress needs to access your web server local install

Related posts:

  1. How to add Google +1 button to wordpress Theme The Google +1 is hottest social app by Google and many people are really getting serious about the Google +1 is because it will be used as one of the...
  2. Page views counter to WordPress posts and pages If you need to have page views count on your wordpress blog for your posts and pages. We has a plugin for your needs which it work very well for...
  3. A guide to add meta description and keywords of taxonomies to WordPress archive pages WordPress provides a lot of functionality geared towards the use of generic “taxonomies”, such as Tags and Categories. But On SEO it still less plugins that support meta description and...

Leave a Response

Your email address will not be published. Required fields are marked *

*


*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>