Uncaught exception com_exception with message Failed to create COM object

2015-01-24信息快讯网
在PHP中调用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 配置(如下图)
Uncaught exception com_exception with message Failed to create COM object_信息快讯网
3、在右边窗口中找到 Internet Explorer(Ver 1.0) 打开属性窗口,切换到安全标签

4、安全标签中“启动和激活权限”选择自定义,编辑,添加网站使用的IIS帐号或添加 Guests组 确定即可(如下图)。
Uncaught exception com_exception with message Failed to create COM object_信息快讯网
5、重起IIS,现在应该可以正常调用IE了。
深入eAccelerator与memcached的区别详解
强烈声明: 不要使用(include/require)_once
深入理解:单一入口、MVC、ORM、CURD、ActiveRecord概念
探讨file_get_contents与curl效率及稳定性的分析
深入理解require与require_once与include以及include_once的区别
PHP register_shutdown_function函数的深入解析
解析CI即CodeIgniter框架在Nginx下的重写规则
深入php函数file_get_contents超时处理的方法详解
详解PHP内置访问资源的超时时间 time_out file_get_contents read_file
深入探讨:Nginx 502 Bad Gateway错误的解决方法
如何批量替换相对地址为绝对地址(利用bat批处理实现)
setcookie中Cannot modify header information-headers already sent by错误的解决方法详解
基于curl数据采集之正则处理函数get_matches的使用
php简单开启gzip压缩方法(zlib.output_compression)
将博客园(cnblogs.com)数据导入到wordpress的代码
php5.3中连接sqlserver2000的两种方法(com与ODBC)
php.ini-dist 和 php.ini-recommended 的区别介绍(方便开发与安全的朋友)
php中jQuery插件autocomplate的简单使用笔记
关于IIS php调用com组件的权限问题
比file_get_contents稳定的curl_get_contents分享
php mysql 判断update之后是否更新了的方法
shopex主机报错误请求解决方案(No such file or directory)
PHP spl_autoload_register实现自动加载研究
PHP循环语句笔记(foreach,list)
php中XMLHttpRequest(Ajax)不能设置自定义的Referer的解决方法
php中$_REQUEST、$_POST、$_GET的区别和联系小结
DISCUZ在win2003环境下 Unable to access ./include/common.inc.php in... 的问题终极解决方案
php数组函数序列之array_intersect() 返回两个或多个数组的交集数组
php array_filter除去数组中的空字符元素
php数组函数序列之array_combine() - 数组合并函数使用说明
jQuery EasyUI API 中文文档 - DateBox日期框
Admin generator, filters and I18n
PHP将DateTime对象转化为友好时间显示的实现代码
PHP pathinfo()获得文件的路径、名称等信息说明
phpmyadmin安装时提示:Warning: require_once(./libraries/common.inc.php)错误解决办法
php设计模式 Command(命令模式)
php设计模式 Composite (组合模式)
©2014-2024 dbsqp.com