WAMP Error – [EparseError] No tray Icon was specified Error
by: Revengsky Joseph D. Reyes (a.k.a – rjdreyes – jcyberinux.com)
I was working on certain project, then suddenly unexpected error appears:
[EparseError] No tray Icon was specified Error
Immediately I took diagnose what seems the problem, checking on the APACHE, PHP and MySQL configuration. I also tried to re-install the WAMP application but unfortunately, on an effort it didn’t work out.
Then I check on the WAMP directory (c:\wamp), checking every file then on the wampserver.ini, I found out that the wampserver.ini is completely empty. So I manage to search on forum threads about the error and wampserver.ini, gladly I found a solution to the issue.
All you need to do is to copy and paste this codes/scripts on your wampserver.ini
[Config]
;WAMPCONFIGSTART
ImageList=images_on.bmp
ServiceCheckInterval=1
ServiceGlyphRunning=13
ServiceGlyphPaused=14
ServiceGlyphStopped=15
TrayIconAllRunning=16
TrayIconSomeRunning=17
TrayIconNoneRunning=18
[Services]
Name: wampapache
Name: wampmysqld
[Messages]
AllRunningHint=WAMPSERVER - server Online
SomeRunningHint=WAMPSERVER - server Online
NoneRunningHint=WAMPSERVER - server Online
[StartupAction]
;WAMPSTARTUPACTIONSTART
Action: run; FileName: "C:/wamp/bin/php/php5.3.0/php-win.exe";Parameters: "refresh.php";WorkingDir: "C:/wamp/scripts"; Flags: waituntilterminated
Action: resetservices
Action: readconfig;
Action: service; Service: wampapache; ServiceAction: startresume; Flags: ignoreerrors
Action: service; Service: wampmysqld; ServiceAction: startresume; Flags: ignoreerrors
;WAMPSTARTUPACTIONEND
The after you do that, Save it then Run you WampServer.
I hope this simple solution helps you! 😀
Related Links / Articles / Entries / References / Sources:
WampServer Forum – Official Site

This worked a little. no more error windows showing up but my WAMP Server is not doing anything
were did you install your wamp? path location such as C:\ or D:\ etc… try to restart you wamp services.