CSS theme folder and file not writeable from wordpress
-
I am running a wordpress installation on a self hosted ubuntu server. Principally all is working OK. I can update plugins and modify pages, but when I try to change some theme variables, WordPress shows me an error that the css folder and file is not writeable although permissions are set.
This is what I have done:
I have created a group in Ubuntu with:
sudo addgroup group1I have created 2 users in this group:
sudo adduser myself group1
sudo adduser www-data group1I have set the owner for the web folder
chown -R myself:group1 /var/www/webfolder/Permissions are set
chmod -R ugo+rwx /var/www/webfolder/
chmod -R g+s /var/www/webfolder/Checking permissions with ls -l show as result:
drwxrwsrwx+ 5 myself group1 4096 Sep 17 15:16 webfolderIs there something wrong in my configuration?
Any help would be appreciated.
- The topic ‘CSS theme folder and file not writeable from wordpress’ is closed to new replies.