wamp server does not start: Windows 7, 64Bit

后端 未结 8 2176
萌比男神i
萌比男神i 2020-12-24 13:00

I am trying to install wamp server (following is the exact setup name) on windows 7, 64Bit OS. But it never starts, icon stays in orange color meaning some services did not

相关标签:
8条回答
  • 2020-12-24 13:44

    You just need Visual C++ runtime 2015 installed, if you change your php version to the newest version you will get the error for it. this is why apache has php dependency error.

    0 讨论(0)
  • 2020-12-24 13:48

    Check your apache error log. I had this error "[error] (OS 5)Access is denied. : could not open transfer log file C:/wamp/logs/access.log. Unable to open logs" Then I rename my "access.log" to other name, you can delete if you don't need/never see your access log. Then restart your apache service. This happen because the file size too big. I think if you trying to open this file using notepad, it will not open, I tried to open that before. Hope it help.

    0 讨论(0)
提交回复
热议问题