By gnajith
Hi there, I am experiencing this error and when i turn off and on droplet this issue go away for few minutes. again this happens. it started since last night and i didn’t do anything on my sites. i have host 3 sites in vestacp. all are wordpress. Please help to solve this.
Error message “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.”
Screenshot - https://ibb.co/gFCFCLQ
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello, @gnajith
Would you mind checking the permissions of the WordPress directory? Wordpress will prompt you for FTP credentials if it does not have permission to write the files it needs to.
I believe a similar issue was reported previously in our community:
https://www.digitalocean.com/community/questions/why-i-can-t-install-a-new-plugin-on-my-wordpress
You can check the initial answer from @ryanpq :
If you log in via putty and run the following command (assuming this is an Ubuntu droplet) it will set the files to be owned by the user that the web service is run as and should resolve the problem.
chown -Rf www-data.www-data /var/www/html/
I will recommend you to first check if the WordPress directory is owned by another user and if so to change it in the chown command as well.
Hope that helps!
Let me know how it goes.
Regards, Alex
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.