3
I installed Wampserver 2.5 64bit and during the installation no error occurred, however while running the following message appears.
The Configuration file contains a syntax error on line 325: [Eparseerror] Parameter "Service" specifies an Unknown service
The configuration file on this line contains this information:
What modification should be made on this line for Wamp to run smoothly?
Windows 7 SP1 - 64bits
Edit
archive portion
324 [switchApache2.2.22]
325 Action: service; Service: ; ServiceAction: stop; Flags: ignoreerrors waituntilterminated
326 Action: run; FileName: "c:/wamp/bin/apache/apache2.2.22/bin/httpd.exe"; Parameters: "-n wampapache -k uninstall"; ShowCmd: hidden; Flags: ignoreerrors waituntilterminated
Looking at Github I could notice that my file is without the information in the service, but I’m not sure what information to be added at this location. Follow the search link
I did it and then it generates an error on the next line.
– Pakisa Weingaertner