Home  >  Article  >  Backend Development  >  php internal server error

php internal server error

藏色散人
藏色散人Original
2019-10-25 09:36:285146browse

php internal server error

php internal server error?

1. It may be a php configuration problem

php.ini
short_open_tag = Off

Change to short_open_tag = On

2. It may be a system problem, please use the following method to solve it:

Method 1:

1. Control Panel->Administrative Tools->Computer Management (double-click)->Computer Management (Local)->Local Users and Groups (click the plus sign in front )->User (click)->ISUC (right-click-set password, set to 123, OK)->Iwm (right-click-set password, set to 123, OK)->Administrator (right-click-set password , set to 123, OK)->Close Computer Management

2. Management Tools-Component Services (double-click)->There is "Component Services (double-click)" below->Computer (folder) (Double-click)->My Computer (open)->com Application-Find the "IIS out-of-process" folder (right-click, open properties)->Click "Identity"->"The following appears" User"->User password and confirmation password (default)->Click "Browse"->Click "Advanced"->Find "Find Now" on the right->Click the first "Administer"-> ;Click OK->After it comes out, click OK->Apply->OK

3. Under normal circumstances, the problem is solved and everything is OK

Method 2:

1. Run: regsvr32 %windir%/system32/vbscript.dll

2. Run: msdtc-resetlog

3. Reinstall IIS

More PHP related knowledge , please visit PHP Chinese website!

The above is the detailed content of php internal server error. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:Is php difficult?Next article:Is php difficult?