Repair WAMP Server [closed]

喜你入骨 提交于 2019-12-02 16:31:42

问题


I cannot put my WAMP server online. I recently add a php extention (php_mssql.dll) and after checking the extension, my wamp server does not start anymore. I was only able to remove the extension i added by commenting out the php_mssql.dll in the php.ini file but still it does start and remain color yellow. every time i click "put online" an error message prompt:

Could not execute menu item (internal error) [Exception] Could not perform service action: The requested control is not valid for this service

What does this error mean? How do i address this error?

P.S. I have two servers running MSSQL Server and WAMP Server, prior to adding extension everything works fine and there has been no problem. Also my wamp server is using port 8000.


回答1:


  1. Look in the Apache error logs. If you find anything, cut/paste the error text above.

  2. Look in the Windows error logs. Similarly, cut/paste any error messages you might find.

  3. Failing all else:

    a) Save a backup of your mysql database

    b) Save a backup of your HTML, CSS, PHP, images and custom scripts

    c) Reinstall



来源:https://stackoverflow.com/questions/8638194/repair-wamp-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!