I have installed two PHP versions in my WAMP server. When I am using 5.3.10, my wamp server is running just fine. But when I switch to older version of PHP (5.2.9) my wamp server tray icon is showing orange icon. If you click on Put Online I am getting following error.
I tried to change the port in httpd.conf to 8855 and still I am getting same error. How can I resolve this error?
Could not execute menu item (internal error)[Exception] Could not perform service action:The service has not been started
Like you installed older version of PHP do the same with Apache. I picked version 2.0.63 and then I was able to run WAMP Server with PHP 5.2.9 with no problems.
I also read that it's problem with 64-bit version of WAMP.
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:
Here notepad will open ...
change that port number to:
save that file and restart the services... it will work fine...
http://localhost:8080/
.