TECHIES WORLD

For Techs.... Techniques.... Technologies....

ApacheCpanelLinuxPHP

Error: WordPress asking for FTP credentials to install pluggins/themes

Error: WordPress asking for FTP credentials to install pluggins/themes

This is user's permission problem and can be solved by the following steps.

Step1: Open the WordPress config file.

#vi wp-config.php

Step2: Add the following line to the file and save.

define('FS_METHOD','direct');

That's all….

Leave a Reply