joomla网页无任何显示输出
joomla配置环境:LAMP
先打开php.ini display_errors=On
网页显示报错 Class 'DOMDocument' not found ***********
解决方法:
1.安装php-xml
#yum install php-xml
2.重启apache(CentOS)
#service httpd restart
I'm proud of my heart. It's been played, burned, and broken, but it still works.
joomla配置环境:LAMP
先打开php.ini display_errors=On
网页显示报错 Class 'DOMDocument' not found ***********
解决方法:
1.安装php-xml
#yum install php-xml
2.重启apache(CentOS)
#service httpd restart