码迷,mamicode.com
首页 > Web开发 > 详细

解决PHP-问题:Class 'SimpleXMLElement' not found in

时间:2016-12-01 03:54:10      阅读:411      评论:0      收藏:0      [点我收藏+]

标签:simple   classname   style   学习   error:   ubuntu   php   reg   err   

1.问题

   在ubuntu 16.10中,学习PHP,学习到PHP如何生成XML文件时候,碰到了这个问题:

PHP Fatal error: Class ‘ClassName\SimpleXMLElement‘ not found in /var/www/html/.../reg.class.php on line 40;

 

2.解决

   2.1 安装php7.0-xml。

      在ubuntu中可以使用"sudo apt-get install php7.0-xml"进行安装。

   2.2 重启apache服务。

           在ubuntu中可以使用“sudo service apache2 restart”重启apache服务。

  最后问题得到解决。

 

解决PHP-问题:Class 'SimpleXMLElement' not found in

标签:simple   classname   style   学习   error:   ubuntu   php   reg   err   

原文地址:http://www.cnblogs.com/wghao/p/6120312.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!