Tag Archives: permission

Automatic wordpress upgrade error: Error: There was an error connecting to the server, Please verify the settings are correct.

Try to give www-data permission in wordpress directory: cd /yourwordpress_dir/ sudo chown -R www-data:www-data *

Posted in wordpress | Also tagged , , | 23 Comments

How to add user to sudoers list (Ubuntu)

As root: #visudo Put this line at the end (replace username with your username): username ALL=(ALL) ALL Ex: # User privilege specification root    ALL=(ALL) ALL fred    ALL=(ALL) ALL

Posted in Linux, Operational System, security | Also tagged , | Leave a comment