Uncaught exception com_exception with message Failed to create COM object
程序员文章站
2022-04-14 22:13:25
...
在PHP中调用IE使用如下代码:
无法正常调用,直接报错:
原因是IE的COM组件默认禁止普通帐号访问,解决方法如下:
1、打开控制面板 - 管理工具 - 组件服务
2、在组件服务面板中依次打开 控制台根目录 - 组件服务 - 计算机 - 我的电脑 - DCOM 配置(如下图)
3、在右边窗口中找到 Internet Explorer(Ver 1.0) 打开属性窗口,切换到安全标签
4、安全标签中“启动和激活权限”选择自定义,编辑,添加网站使用的IIS帐号或添加 Guests组 确定即可(如下图)。
5、重起IIS,现在应该可以正常调用IE了。
复制代码 代码如下:
browser = new COM("InternetExplorer.Application");
无法正常调用,直接报错:
复制代码 代码如下:
Fatal error: Uncaught exception 'com_exception' with message 'Failed to create COM object `InternetExplorer.Application': 拒绝访问。
原因是IE的COM组件默认禁止普通帐号访问,解决方法如下:
1、打开控制面板 - 管理工具 - 组件服务
2、在组件服务面板中依次打开 控制台根目录 - 组件服务 - 计算机 - 我的电脑 - DCOM 配置(如下图)
3、在右边窗口中找到 Internet Explorer(Ver 1.0) 打开属性窗口,切换到安全标签
4、安全标签中“启动和激活权限”选择自定义,编辑,添加网站使用的IIS帐号或添加 Guests组 确定即可(如下图)。
5、重起IIS,现在应该可以正常调用IE了。
以上就介绍了 Uncaught exception com_exception with message Failed to create COM object,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。
上一篇: php全排列递归算法代码
下一篇: 关于PHP循环输出乱码的有关问题,求指点
推荐阅读
-
Uncaught exception com_exception with message Failed to crea_PHP
-
Uncaught exception com_exception with message Failed to crea_PHP
-
Uncaught exception com_exception with message Failed to crea_PHP教程
-
Uncaught exception com_exception with message Failed to create COM object
-
Uncaught exception com_exception with message Failed to crea_PHP教程
-
Fatal error: Uncaught exception 'com_exception' with message 'Failed to create COM object `InternetExplorer.Application': 拒绝访问
-
Uncaught exception com_exception with message Failed to create COM object_php技巧
-
Fatal error: Uncaught exception 'com_exception' with message 'Failed to create COM object `InternetExplorer.Application': 拒绝访问
-
Uncaught exception com_exception with message Failed to create COM object
-
Uncaught exception com_exception with message Failed to create COM object_php技巧