Code: Select all
$ chmod g+w /opt/otrs/var/httpd/htdocs/js/js-cache/
$ chmod g+w /opt/otrs/var/httpd/htdocs/skins/Agent/default/css-cache/
Code: Select all
bin/otrs.SetPermissions.pl --otrs-user=otrs --otrs-group=www-data --web-user=www-data --web-group=www-data /opt/otrs
I also noticed, that in my case it seems like easier to work as 'otrs' while extracting (tar zxvf orts-x.x.x.tar.gz) instead of doing this as 'root'. This way there's no need to chmod all files (as otrs.SetPermissions.pl does not do it).