[Solution] WP wants FTP access / WP asking for FTP login
-
When you install or upgrade a plugin/theme, wordpress displays a message stating:
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 hostThe problem is that you will have to enter the ftp credentials every time that you want to install or upgrade a plugin.
Solution:
To avoid this, open wp-config.php in notepad and enter the following information at the end:define( 'FTP_USER', 'user' ); define( 'FTP_PASS', 'pass' ); define( 'FTP_HOST', 'ftp.domain or IP address:21' );
Now when you install or upgrade wordpress, it will not nag you for the ftp information.
Enjoy WordPressing!!!!!
- The topic ‘[Solution] WP wants FTP access / WP asking for FTP login’ is closed to new replies.