Class 'DOMDocument' not found

后端 未结 16 1505
余生分开走
余生分开走 2020-11-30 18:58

I\'ve found an error on a page in my Magento application; it always show this message error when I visit it:

Fatal error: Class \'DOMDocument\' not fo

16条回答
  •  暖寄归人
    2020-11-30 19:54

    If you are using PHP7.0 to install Magento, I suggest to install all extensions by this command

    sudo apt-get install php7.0 php7.0-xml php7.0-mcrypt php7.0-curl php7.0-cli php7.0-mysql php7.0-gd libapache2-mod-php7.0 php7.0-intl php7.0-soap php7.0-zip php7.0-bcmath

    I need to Google some times to meet Magento requirement.

    I think you can replace the PHP version to 7.x if you use another PHP version

    And restart Apache is needed to load new extensions

    sudo service apache2 restart

提交回复
热议问题