PHP Fatal error: Uncaught Error: Class 'ZipArchive' not found
페이지 정보
본문
Fatal error: Uncaught Error: Class 'ZipArchive' not found in /home/happyjung/www/lib/PHPExcel/Reader/Excel2007.php:85
Stack trace:
#0 /home/happyjung/www/lib/PHPExcel/IOFactory.php(281): PHPExcel_Reader_Excel2007->canRead('/tmp/phpJreLLv')
#1 /home/happyjung/www/lib/PHPExcel/IOFactory.php(191): PHPExcel_IOFactory::createReaderForFile('/tmp/phpJreLLv')
#2 /home/happyjung/www/excel/excel_read.php(24): PHPExcel_IOFactory::load('/tmp/phpJreLLv')
#3 {main} thrown in /home/happyjung/www/lib/PHPExcel/Reader/Excel2007.php on line 85
Class 'ZipArchive' not found 에러가 발생하는 이유는 zip 모듈이 없어서이다.
참고자료
https://mara.tistory.com/327
Stack trace:
#0 /home/happyjung/www/lib/PHPExcel/IOFactory.php(281): PHPExcel_Reader_Excel2007->canRead('/tmp/phpJreLLv')
#1 /home/happyjung/www/lib/PHPExcel/IOFactory.php(191): PHPExcel_IOFactory::createReaderForFile('/tmp/phpJreLLv')
#2 /home/happyjung/www/excel/excel_read.php(24): PHPExcel_IOFactory::load('/tmp/phpJreLLv')
#3 {main} thrown in /home/happyjung/www/lib/PHPExcel/Reader/Excel2007.php on line 85
Class 'ZipArchive' not found 에러가 발생하는 이유는 zip 모듈이 없어서이다.
참고자료
https://mara.tistory.com/327
댓글목록
등록된 댓글이 없습니다.