April 25, 2018 at 6:44 am
#1079
district6
Participant
Hi Adam. I figured out the problem. When you overwrite the original files with the them files, I needed to change ownership of the files again. I ran this:
chown -R www-data:www-data /var/www/osticket
This corrected the issue. Now things can be adjusted and saved. I hope this helps.