首页 > 代码库 > PHP-问题处理Fatal error: Uncaught Error: Call to undefined function simplexml_load_file()

PHP-问题处理Fatal error: Uncaught Error: Call to undefined function simplexml_load_file()

1.问题

  今天重新安装了ubuntu,PHP,MySQL,Apache,到测试CMS项目时发生一个错误:

  Fatal error: Uncaught Error: Call to undefined function simplexml_load_file()

技术分享

 

2.解决:

  2.1 安装php-xml:

sudo apt-get install php-xml

 技术分享

 2.2重启apache服务:

sudo service apache2 restart

技术分享

 



 

PHP-问题处理Fatal error: Uncaught Error: Call to undefined function simplexml_load_file()