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

Posted The blog of Andy Wei

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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()的主要内容,如果未能解决你的问题,请参考以下文章

[PHP] error_reporting可以屏蔽Fatal error错误

PHP Fatal error: Call to undefined function imagettftext()

linux 下 Fatal error: Class ‘mysqli’ not found in

PHP message: PHP Fatal error: require(): Failed opening required

运行PHP-Parser报错:PHP Fatal error: Uncaught Error: Class ‘PhpParserParserFactory‘ not found

Fatal error: Call to undefined function curl_init()问题