How to fix error when installing Wordpress plugin asks for FTP details

MooseLucifer

Well-known member
Registered
Joined
May 20, 2016
Messages
149
Points
28
If you have a issue when installing a new Wordpress plugin in your website's plugin manager but it always asked details for the FTP account (image 1), you can fix this by using a simple way as following:

Plugin-Install-Asks-for-FTP-Details.jpg
Required FTP login when installing new WordPress Plugin (image 1)

You open the file "wp-config.php" in the folder containing your WordPress site and add the following PHP code:

Code:
define('FS_METHOD', 'direct');
Then you can save this file and try to reinstall plugins you wanted from the plugin management page on your website. Now WordPress will automatically install the plugin without asking your FTP login again.

Hope it helps!
 
Older Threads
Replies
0
Views
1,632
Replies
16
Views
4,988
Replies
36
Views
17,750
Replies
6
Views
2,266
Replies
7
Views
3,482
Recommended Threads
Replies
9
Views
4,428
Replies
0
Views
2,368
Replies
25
Views
16,617
Similar Threads

Latest Hosting OffersNew Reviews

Sponsors

Tag Cloud

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top