Monday 3 February 2014

Wamp Error: cannot execute menu item internal error

When I install wamp server on my friend's PC I got error like "Could not execute menu item (internal error)[Exception]".I goggled with this error and got solution.


Solution:1

please make sure none of following services is running on your system.
IIS, Skype, Zone Alarm, NOD32, Eset, Internet Optimizer, Google Accelerator, any other database server, any other webserver?
If you using any of the above application close it and select “restart all services” from WAMP menu.


Solution: 2

By default , the WAMP server will take 80 as its working port.You can change that port number as you like ... here are the steps to do that:
  •     click on WAMP server tray icon
  •     click on apache
  •     select http.conf(Here notepad will open ...).
    Scroll down and you will see the port number that WAMP server takes, change that port number to:

                                                     #Listen 12.34.56.78:80
                                                      Listen 80
    
                                                                      TO

                                                     #Listen 12.34.56.78:80
                                                      Listen 8080


    Save that file and restart the services. It will work fine. Now check by typing http://localhost:8080/.