Home > Article > Backend Development > What should I do if phpstudy cannot be started?
phpStudy failed to start. The first reason is firewall interception, and the second reason is that 80 port has been occupied by other programs, such as IIS, Thunder, etc. ; Third, the VC9 runtime library is not installed, both php and apache are compiled with VC9. To solve the above three problems, 99% of the time the installation can be successful
In order to reduce errors, the installation path must not contain Chinese characters. If a firewall is turned on, you will be prompted whether to trust httpd and mysqld to run, please selectAllow all.
Because it involves registration services, self-extracting, etc., some xx anti-virus guards and xx dogs will falsely report viruses. If you are worried, you can scan yourself after installation.
It is best to turn off xx anti-virus guard and install phpStudy after xx dog.
32-bit VC9 runtime library download: http://www.microsoft.com/zh-CN/download/details.aspx?id=5582
64-bit VC9 runtime library download: http: //www.microsoft.com/zh-CN/download/details.aspx?id=15336
If you are not the administrator administrator, please right-click and run as administrator. Management involving service processes must be run as an administrator.
If the port problem cannot be started, please use the menu "Environment Port Detection
" to perform port detection and try to start. The most important point is that your machine must have the VC9 runtime installed, and the phpStudy installation path must not contain Chinese characters.
Recommended tutorial: phpStudy quick entry video tutorial
The above is the detailed content of What should I do if phpstudy cannot be started?. For more information, please follow other related articles on the PHP Chinese website!