8

I downloaded WAMP server with version 2.2 and installed on a Windows 7 64-bit machine .

But the issue is it throws an error with following details:


Aestan Tray Menu
Could not execute menu item (internal error)
[Exception] Could not perform service action:
The service has not been started

Could anyone tell me what exactly it means and the solution if it is known?

ROMANIA_engineer
  • 54,432
  • 29
  • 203
  • 199
Amol M Kulkarni
  • 21,143
  • 34
  • 120
  • 164
  • 6
    Remove the "Use ports 80 and 443 as an alternate port" setting from Skype in Advanced Settings ;-) – Lars Gyrup Brink Nielsen Jul 06 '13 at 23:32
  • this link has a solution for this problem.. `http://stackoverflow.com/questions/10266656/could-not-execute-menu-item-internal-errorexception-when-changing-php-vers` – prime Nov 19 '13 at 07:09
  • 1
    sorry i just saw that comment. – prime Nov 19 '13 at 07:49
  • This problem occurs due to skype go to Skype Options->Advanced->Connection uncheck "Use port 80 and 443..." and restart skype and the n Restart WAMP – Rafiqul Islam Mar 26 '14 at 14:21
  • Yes. It's Working for me too. First I started skype then start wamp server. This error appear.Once I quit skype and then i get the wamp Run process. – gnganapath Jun 18 '14 at 02:18

1 Answers1

19
  1. Left click on the tray of the WAMP icon, choose restart all services.

else

  1. Choose stop service at all of the service, and start all again..

  2. Restart your computer and rerun again.

If not, check if any of your configuration got wrong.


OR

Go to Wampsever->Apache->httpd.conf and just change the line

Listen 0.0.0.0:80 Listen [::0]:80 as Listen 0.0.0.0:8080 Listen [::0]:8080

*copy the line find & replace..

here is the solution in youtube https://www.youtube.com/watch?v=nct5BBn6hW8

MilapTank
  • 9,988
  • 7
  • 38
  • 53
Kasnady
  • 2,249
  • 3
  • 25
  • 34