Quantcast
Viewing all articles
Browse latest Browse all 10

Wamp Error – [EparseError] No tray Icon was specified

I had an error about wamp recently: [EparseError] No tray Icon was specified
I almost tried to re-install my wamp server, but stumbled upon finding things from google.

The problem is in wampmanager.ini.
check out your  wampmanager.ini if it’s WHOLE EMPTY,
then this would be a great solution for that problem.

Now,

paste this code inside your wampmanager.ini file (usually located at C:\wamp\wampmanager.ini)

[Config]
ImageList=images_on.bmp
ServiceCheckInterval=1
ServiceGlyphRunning=13
ServiceGlyphPaused=14
ServiceGlyphStopped=15
TrayIconAllRunning=16
TrayIconSomeRunning=17
TrayIconNoneRunning=18

[Services]
Name: wampapache
Name: wampmysqld

[StartupAction]
Action: run; FileName: “c:/wamp/bin/php/php5.2.5/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

Save the file and click Start Wampserver

There you go!


Image may be NSFW.
Clik here to view.
Image may be NSFW.
Clik here to view.

Viewing all articles
Browse latest Browse all 10

Trending Articles