Skip to content

Instantly share code, notes, and snippets.

@jyntran
Created October 26, 2018 04:44
Show Gist options
  • Save jyntran/2cac959fdaf4cdf6bebdac369cd430b6 to your computer and use it in GitHub Desktop.
Save jyntran/2cac959fdaf4cdf6bebdac369cd430b6 to your computer and use it in GitHub Desktop.
How to fix Wordpress's "Unable to create directory wp-content/uploads/20XX/XX. Is its parent directory writable by the server?"
sudo chown -R www-data:www-data wp-content/uploads
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment