Skip to content

Instantly share code, notes, and snippets.

@tojibon
Created September 27, 2017 16:32
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tojibon/5ceefdd789b0458e58ffa925db6eeda3 to your computer and use it in GitHub Desktop.
Save tojibon/5ceefdd789b0458e58ffa925db6eeda3 to your computer and use it in GitHub Desktop.
WordPress ubuntu plugin Installation failed: Could not create directory.

Open terminal and move to your WordPress root and execute below commands:

sudo chown -R www-data:www-data ./
sudo find ./ -type d -exec chmod 755  {} \;
sudo find ./ -type f -exec chmod 644  {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment