After I download the WAMP Server, a windows pop out stating:
The configuration file contains a syntax error on line 1235;[EParseError]parameter \"servic
If you're installing WAMP 2.5 and above, you have to make sure that you uninstall any previous version first. Backup your www
folder, php.ini
, my.ini
and httpd-vhosts.conf
files.
Then try follow these steps in order to remove the old services:
Run command prompt (cmd.exe) and execute the following commands:
sc delete wampapache
sc delete wampmysqld
Then perfom these steps:
Also make sure you're running WAMP Apache and MySQL server (each setting can be found in corresponding ini file) on other ports if your default port 80 is used for another server and 3306 is used for another database server.
Alternatively, you can follow below steps:
If you use wamp on regular basis, it might be a good idea to change "Startup Type" from "Manual" to "Automatic".
Hope this helps.
Note: You must be an admin to perform these operations.
You can try to start/stop wamp server with Command Prompt (Admin)
NET START wampapache NET START wampmysqld
NET STOP wampapache NET STOP wampmysqld
Did you install wampserver 2.5?
In WAMPServer 2.5 release notes and corrections it is mentionned: Do not install this version over an existing version ,
follow the steps : Installing a new release of WAMPServer
I think You have Downloanded a 32-bit wamp and your system may be in 64-bit.
download for a 64-bit wampsever. It works
I had a similar problem. There are ways to solve the problem like copying over the orgional conf and ini file: http://colorsinweb.wordpress.com/2014/04/06/the-configuration-file-contains-a-syntax-error-on-line-0-wamp/
although your one will be different depending what version you use. The best method is to make a back up of your sql database and unistall WAMP (your WWW folder should remain). Then reinstall!
see: http://forum.wampserver.com/read.php?2,123606