Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WAMP Server getting an error "Could not execute menu item (internal error)" [closed]

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?

like image 979
Amol M Kulkarni Avatar asked Mar 14 '13 06:03

Amol M Kulkarni


Video Answer


1 Answers

  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

like image 61
Kasnady Avatar answered Sep 21 '22 15:09

Kasnady