OSSのCMSを試していたら以下のエラーに直面したので覚え書き。
1 |
local.ERROR: Class 'DOMDocument' not found {"exception":"[object] (Error(code: 0): Class 'DOMDocument' not found at xxxx) |
足りないPHPモジュールを追加して
1 |
# yum install --enablerepo=remi,remi-php74 php-xml php-pecl-zip |
Apacheを再起動したら直った。
1 |
# service httpd restart |
参考サイト
php – Class ‘DOMDocument’ not found – Stack Overflow
https://stackoverflow.com/questions/14395239/class-domdocument-not-found