I’ve noticed these recurring errors popping up in my httpd error log and am not sure what to make of them
New RT5 instance with mysql and shib authentication on CENTOS7.
I generated some test tickets with attachments and they go thru fine although the attachments themselves don’t seem to be stored in the directly I had specified.
my RT_SiteConfig.pm file contains the following:
enable external file storage
Set(%ExternalStorage,
Type => ‘Disk’,
Path => ‘/opt/rt5-attcs’,
yet when I check that directory, nothing there for attachments so not sure where they are getting dumped. More disconcerting is the errors in httpd. Ideas?