I used the default Drupal droplet. When I upload an image to a piece of content, the thumbnail is not being generated.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
This question was answered by @kieronbrewer:
First off, a warning. I’m no expert, there may be a better way to do this.
I was having the same issue, but I was able to fix it just now using the following command in the console:
sudo chown www-data -R /var/www/folder
Where “folder” in the line above, is the location of the thumbnails.
Click below to sign up and get $100 of credit to try our products over 60 days!
If I remember correctly, I think this is what I did as well. It would be nice if Digital Ocean fixed this in the droplet.
First off, a warning. I’m no expert, there may be a better way to do this.
I was having the same issue, but I was able to fix it just now using the following command in the console:
Where “folder” in the line above, is the location of the thumbnails.