PHP error Fatal error: Class 'com' not found in Solution

Source: Internet
Author: User
Tags php error

This article describes how to solve the Fatal error: Class \ 'com \ 'not found in error in PHP on Windows. For more information, see.


However, the performance of IIS running php on Windows Server 08 has improved a lot, but it still feels uncomfortable...

When debugging a php production environment on windows one day, an error is returned for a piece of php code:

Fatal error: Class 'com' not found in XXXXXXXXX
1 Fatal error: Class 'com' not found in XXXXXXXXX

No COM class found. The php code mainly calls some system information. The first thought should be that php is not configured. The answer in stackoverflow is to discuss xampp, which should be extended, I added several points:

★Make sure the file php_com_dotnet.dll is stored in the ext folder of the php root directory.

★Php. ini make sure this statement is available

[PHP_COM_DOTNET]
Extension = php_com_dotnet.dll
1
2 [PHP_COM_DOTNET] extension = php_com_dotnet.dll

★Start> RUN> services. msc press enter> make sure the COM + Event System service is enabled

PHP 5.4.5 was built before, but is separated from other versions later...

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.