2017-09-12 80 views
0

我在Drupal 8站點的頁面上發現了錯誤;它總是顯示此消息錯誤,當我參觀:在Drupal 8站點找不到類「DOMDocument」

Error: Class 'DOMDocument' not found in /var/www/vhosts/mysite/core/lib/Drupal/Component/Utility/Html.php on line 286 

我使用CentOS 6的和我拼命地跑這個命令:

yum install php71w-xml 
    sudo service httpd restart 

我在php.ini驗證:擴展PHP啓用DOM, xml,xmlreader,xmlwrite 但不適合我。

你能給我一個解決方案嗎?我的Drupal 8,PHP 7.1,APACHE2.2

+0

顯示在使用DOM文檔代碼。 –

+0

是在Drupal的代碼。 Drupal沒有工作。它顯示在mysite/update.php中: Drupal要求您在以下列表中啓用PHP擴展(請參閱系統要求頁面以獲取更多信息):dom,但php-dom已安裝並啓用了php –

+0

我認爲您正在安裝錯誤的php-xml。嘗試做'yum安裝php-xml',然後重新啓動apache。此主題可能有助於https://laracasts.com/discuss/channels/servers/how-do-i-install-the-dom-extension-for-php7 – Ronnie

回答