JorenRapini of emBold
4/12/2017 - 2:36 PM

Wordpress Permissions Staging - workaround to start saving, posting, or add new media, possibly temp quirk with diskstation

Wordpress Permissions Staging - workaround to start saving, posting, or add new media, possibly temp quirk with diskstation

find . -type d -exec chmod 777 {} \;
(NOW UPLOAD ANYTHING THROUGH MEDIA LIBRARY BACKEND)
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;