Wamp Server common error "Could not execute menu item (internal error)[Exception] Could not perform service action: The service has not been started".
Solution !:
Please make sure none of the following services is running on your system.
- IIS
- Skype
- NOD32
- Eset
- Internet optimizer
- Google Accelerator
- any database server
- any web server
If you are using any one of them , close it or uninstall it then select "restart all services" from WAMP menu.
Solution 2:
Under Apache open the " httpd.conf " and change the lines
#Listen 12.34.56.78:80
Listen 80
To
#Listen 12.34.56.78:80
Listen 8080
Save the file and restart the server and you are good to go
check by typing 127.0.0.1 or localhost in your browser.