当前位置:首页 > 操作系统 > Linux

啊Linux上PHP运行出错class'XMLWriter'notfound

求助啊 Linux下PHP运行出错class 'XMLWriter' not found
Linux下运行运行 PHP项目 当使用PHPEXCEL进行报表打印的时候保存

其内容为
Class 'XMLWriter' not found in /home/httpd/morpho-internal/saiban/Excel/PHPExcel/Shared/XMLWriter.php on line 66

请问这什么原因?缺少文件 还是缺少扩展?
------解决方案--------------------
Class 'XMLWriter' not found
类 XMLWriter 未找到

因此,你看看类文件是否包含进来了。
------解决方案--------------------
XMLWriter 是php5.3内置的类
------解决方案--------------------
XMLWrite 是php 5.1.2 之后内置的类。
你所包含的PHPExcel 类库需要 php5.2.0以上的运行环境。 检查你的php版本是否过低。
------解决方案--------------------
我的QQ是 840744233
------解决方案--------------------
啊Linux上PHP运行出错class'XMLWriter'notfound - 文章图片XMLWriter 是php5.3内置的类,你所包含的PHPExcel 类库需要 php5.2.0以上的运行环境。 检查你的php版本是否过低。 试试看~~
【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!

相关教程推荐

其他课程推荐