PHP Fatal error: Class 'XMLWriter' not found

Jmnote bot (토론 | 기여)님의 2020년 11월 2일 (월) 02:56 판 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
Fatal error: Class 'XMLWriter' not found

1 문제상황[ | ]

PHPExcel 사용 중 아래와 같은 에러 발생

text
Copy
Fatal error: Class 'XMLWriter' not found in /usr/share/php/vendor/PHPExcel/Classes/PHPExcel/Shared/XMLWriter.php on line 44

44행에는 다음 내용이 있다.

PHP
Copy
class PHPExcel_Shared_XMLWriter extends XMLWriter {
→ PHPExcel_Shared_XMLWriter 클래스가 XMLWriter 클래스를 상속 받으려고 하는데 찾지 못함

2 해결 방법[ | ]

  1. php-xml 설치
  2. 아파치 재시작

3 같이 보기[ | ]