php domdocument 找不到怎么办
时间:2021-07-23 15:01
php domdocument找不到的解决办法:1、执行“sudo apt-get install php-dom”命令;2、执行“yum install php-xml”命令。 本文操作环境:ubuntu 16.04系统、php5.3版,DELL G3电脑 具体问题: php - 找不到 'DOMDocument'类 我在Magento应用程序的页面上发现错误;当我访问它时,它总是显示此消息错误: 你能给我一个解决方案吗?我正在使用magento 1.4.1.1。 解决办法: 您需要安装DOM扩展。您可以使用以下命令在Debian/Ubuntu上执行此操作: 在Centos/Fedora/Red Hat上: 如果您发现PHP软件包之间存在冲突,则可以尝试查看特定的PHP版本软件包是否存在: php53-xml(如果您的系统运行PHP5.3)。 推荐学习:《PHP视频教程》 以上就是php domdocument 找不到怎么办的详细内容,更多请关注www.gxlsystem.com其它相关文章!Fatal error: Class 'DOMDocument' not found in /home/.../lib/Zend/Feed/Abstract.php on line 95
sudo apt-get install php-dom
yum install php-xml