아파치+php-fpm 환경 작업하다 발생되어 xe타운 기웃거리던 중 해결했습니다.
여러 글에서 files 폴더 707 또는 777로 권한 변경해보라는 글들 참고했지만 문제가 해결되지 않았습니다.
php error_log 확인 해보니 다음과 같은 메세지 표시되어 php tmp 폴더 권한 변경해주고 해결완료했습니다.
[12-Aug-2020 23:15:47 UTC] PHP Warning: Unknown: Unable to create temporary file, Check permissions in temporary files directory. in Unknown on line 0 [12-Aug-2020 23:15:47 UTC] PHP Warning: Unknown: POST data can't be buffered; all data discarded in Unknown on line 0 [12-Aug-2020 23:15:50 UTC] PHP Warning: File upload error - unable to create a temporary file in Unknown on line 0
chcon -R -h -t httpd_sys_script_rw_t /var/opt/remi/php70/tmp chown -R apache:apache /var/opt/remi/php70/tmp
그런 후 php-fpm 재시작.
다른분들에게도 도움되셨으면.. 하는 바램이..