Softaculous


Topic : FTP System not work on my Webuzo Panel


Posted By: munna on August 30, 2015, 4:00 am
i am new user on webuzo ....i thing my panel ftp not work . i can not install any script also my all wordpress site show this massage when i install a thems or plugin

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....

Now please any one help me how to fix it.....

Posted By: syamrajk@hotmail.com on August 5, 2016, 6:50 am | Post: 1
This means that WordPress is having limited permission for making changes in the folder that it was installed.

In-order to fix this, all that you need to do is provide necessary permissions for the same.

Run the following Command in your Terminal / Putty / Commandline Prompt after connecting to your Server via SSH.

sudo chown -R apache:apache /var/www/html

Checkout the below article for full details,
How to fix the infamous issue of WordPress asking for FTP Credentials for Installing Plugins / Themes ?How to fix the infamous issue of WordPress asking for FTP Credentials for Installing Plugins / Themes ?

Syam | MMWYS.Online

Posted By: husain_bhala on August 5, 2016, 7:22 am | Post: 2
Hi Royel,

Edit your wp-config.php of your wordpress installation and add the following with your actual credentials:
define('FTP_USER', 'my-ftp-username');
define('FTP_PASS', 'my-ftp-password');
define('FTP_HOST', 'my-ftp-host-server');

after the salt section (before the WordPress Database Table prefix).

let us know if this helps.



Edited by husain_bhala : August 5, 2016, 7:22 am

Posted By: 24x7servermanagement on August 8, 2016, 11:19 am | Post: 3
You can fix this by updating wp-config file with the following code.

Code
define('FS_METHOD', 'direct');



-----------------------
www.24x7servermanagement.com
Server Management, Server Security, Server Monitoring

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.