Fax reports Missing a temporary folder after Module update

After the following modules were automatically updated The Fax module in UCP reports “Missing a temporary folder”

contactmanager has been automatically upgraded to fix security issues: GHSA-j654-x3q2-6wm3
api has been automatically upgraded to fix security issues: GHSA-3r47-p39v-vqqf
endpoint has been automatically upgraded to fix security issues: GHSA-m42g-xg4c-5f3h

I wasn’t able to find a permanent solution.

Originally I tried:
in SSH cd to /
chmod 755 tmp

if that doesn’t work, modify /etc/php.ini file
change upload_tmp_dir line to:
upload_tmp_dir = /tmp
then
systemctl restart httpd.service

But the problem reoccurred the next day.
I was able to fix the problem by restarting httpd

systemctl restart httpd.service

I don’t know why this problem keeps happening

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.