By chihaz
I’ve been having some trouble installing/updating/removing plugins to my wordpress site. Any time I want to make changes to my wordpress regarding plugins I am asked for my ftp login credentials. Now the credentials I use for accessing ftp via Filezilla work fine. However, when I try to use the same ones within wordpress, it gives me the following error message:
“ERROR: There was an error connecting to the server, Please verify the settings are correct.”
So DO support I must set up FTPS, and have included a guide to doing this:
However, when I access console I arrive here: https://www.dropbox.com/s/2jfpg5x8ecxwndj/console.JPG?dl=0
I have no idea what commands to use.
Please help
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!
what if using nginx ? do I need to chown the whole directory starting from web root directory or will it be enough by chown-ing only themes/ directory ?
When Wordpress prompts you for FTP credentials it is because it found that your web files were not writable by it. This can be avoided completely by ensuring that your web files are owned by the same user that apache runs as. You can do this with the following command on an Ubuntu 14.04 droplet:
chown -Rf www-data:www-data /var/www/html
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.