Uncaught exception com_exception with message Failed to create COM object

Source: Internet
Author: User
Calling IE in PHP uses the following code:

Copy the Code code as follows:


Browser = new COM ("Internetexplorer.application");


No normal call, direct error:

Copy the Code code as follows:


Fatal error:uncaught exception ' com_exception ' with message ' Failed to create COM object ' internetexplorer.application ': Access denied.


The reason is that the COM component of IE prohibits normal account access by default, and the workaround is as follows:
1. Open Control Panel-Administrative Tools-Component Services
2. Open the console root in the Component Services panel-Component Services-computers-My Computer-DCOM config (e.g.)

3. Locate Internet Explorer (Ver 1.0) in the right window to open the Properties window and switch to the Security tab
4. In the Security tab, "Launch and Activation Permissions" Select Custom, edit, add the IIS account used by the website or add the Guests group OK (for example).

5, restart IIS, should now be able to invoke the normal ie.

The above describes the uncaught exception com_exception with the message Failed to create COM object, including the aspects of the content, I hope to be interested in PHP tutorial friends helpful.

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.