테스트 사이트 - 개발 중인 베타 버전입니다

엑셀 업로드 오류

The filename /tmp/phpIZpVTo is not readable

 

이런 오류가 나서

 

include_once(G5_LIB_PATH.'/Excel/reader.php');

 

파일을 확인해보니 아래 함수인데.. 혹시 무슨 오류인지 아시는분 계실까요..?

 

 

$res = $this->_ole->read($sFileName);

        // oops, something goes wrong (Darko Miljanovic)         if($res === false) {             // check error code             if($this->_ole->error == 1) {             // bad file                 die('The filename ' . $sFileName . ' is not readable');             }             // check other error codes here (eg bad fileformat, etc...)         }

        $this->data = $this->_ole->getWorkBook();

댓글을 작성하려면 로그인이 필요합니다.

답변 1개

data/tmp/폴더및 파일권한 확인해보세요

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인

전체 질문 목록