PHP 7 DomDocument not found

前端 未结 2 554
甜味超标
甜味超标 2020-12-24 01:26

I try run command: app/console cache:clear

This return me error:

An error occurred when executing the \"\'cache:clear --no-warmup

2条回答
  •  再見小時候
    2020-12-24 02:28

    I had the same issue on Ubuntu and fixed it doing the following

    apt-get install php-xml
    

    or

    sudo apt-get install php-xml
    

    if not as root

提交回复
热议问题