joomla配置环境:LAMP

先打开php.ini   display_errors=On

网页显示报错 Class 'DOMDocument' not found ***********

解决方法:

1.安装php-xml

#yum install php-xml

2.重启apache(CentOS)

#service httpd restart

相关文章: