묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
게시판 첨부파일 업로드시 100% 이후 파일 업로드가 안됩니다.
2019.04.10 14:19
서버는 Windows server 2012 R2입니다.
아침에 xe 데쉬보드에 코어 엔진 업데이트가 있길래 업데이트 하고 나니
위와 같이 첨부파일을 업로드 하면 업로드 프로그래스바가 100% 가는데 업로드된 파일은 없고 500에러 뜹니다.
뭐가 문제일까요?
files 권한을 어떻게 줘야 하나요? 현재는 아래와 같이 되어있습니다.
everyone으로 해도 안되네요.... ㅠ.ㅠ
아래는 에러 로그 입니다.
[Wed Apr 10 14:24:27.402050 2019] [:error] [pid 3772:tid 1072] [client 172.16.2.50:8578] PHP Fatal error: Call to undefined function finfo_open() in C:\\Bitnami\\wampstack-5.6.39-0\\apache2\\htdocs\\xe\\classes\\security\\UploadFileFilter.class.php on line 166, referer: http://172.16.10.40/xe/index.php?mid=board_AqeF94&act=dispBoardWrite
댓글 2
-
쪼리짱
2019.04.10 14:40
-
SimpleCode
2019.04.10 17:10
https://github.com/xpressengine/xe-core/issues/2384
위 이슈와 같은 상황인 것 같습니다.
In your
php.ini
there should be something similar to;extension=fileinfo.so
or;extension=php_fileinfo.dll
. You will need to remove the;
to enable these. It looks like it's trying to call a function from the .dll but cannot find it.