introduction screenshots faq forum blog modules components download
Please use the search function and/or read the FAQ first.
-->

Error when using services



Posted by: Binome
November 11, 2009 08:32PM
Hi,
I installed 5.2.10 and it works fine except when using the services (I want it to run before I log in Windows):
The services start and everything is ok but when logging I have this error message: "The server could not be launched: the specified service doesn't exist as an installed service. (1060)" (it's an english translation from a french warning window).
How come the service is well launched (I can access the web site from another computer) and I get this warning at startup? Is there a way to stop that popup window appearing?
Posted by: Amour
November 12, 2009 01:38AM
En regardant dans services.msc, c'est Apache ou MySQL qui ne démarre pas ?
Posted by: Binome
November 12, 2009 09:07AM
Ben justement, le truc c'est que les deux services démarrent (et le site web est bien opérationnel). C'est simplement qu'avoir cet avertissement à chaque démarrage me dérange.
Posted by: Amour
November 12, 2009 03:00PM
Peut-être que c'est seulement EasyPHP qui ne reconnait pas le bon nom de service, dans ce cas vous pouvez enlever EasyPHP du démarrage et ça devrait aller ;)
Posted by: Binome
November 12, 2009 03:34PM
En effet ça marche très bien.
Mais du coup je n'ai plus l'icône de notification d'EasyPHP évidemment. N'y aurait-il pas un moyen de l'avoir sans le warning ?
Posted by: Amour
November 12, 2009 04:13PM
La seule solution viable serait de chercher quel nom EasyPHP pense trouver, et modifier à la main le service (Apache ou MySQL) concerné ;)
Posted by: Binome
November 12, 2009 04:57PM
Je ne pense pas en être capable.
Je vais laisser comme ça...
Posted by: CS
August 17, 2010 08:02AM
I had exactly same problem as u guys
i did following to resolve it

Do this on command line to reconfigure apache service

C:\>cd "c:\Program Files\EasyPHP5.2.10\apache\bin"

then

C:\Program Files\EasyPHP5.2.10\apache\bin>apache.exe -k unisntall -n Apache2.2
C:\Program Files\EasyPHP5.2.10\apache\bin>apache.exe -k install -n Apache2

next time EasyPHP won't complain about error

"EasyPHP Apache Cannot run server : The specified service does not exist as an installed service. (1060)"