Class 'DOMDocument' not found in Joomla

南笙酒味 提交于 2019-12-12 19:16:33

问题


My Joomla site got Class 'DOMDocument' not found error.

I tried installing dom by sudo apt-get install php7.0-xml and restarted my apache.

Already add 'extension=dom.so' in my php.ini file and restarted apache.

Still, no DOM section appear in my info.php page.

I used Ubuntu 14.04.5 LTS Apache/2.4.20 PHP 7.0.8-4+deb.sury.org~trusty+1 (cli) ( NTS )

Now, I have no idea where to check anymore. Please help. Thank you


回答1:


Finally, I updated my apache and machine by sudo apt-get dist-upgrade and everything works fine now.



来源:https://stackoverflow.com/questions/46398861/class-domdocument-not-found-in-joomla

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!