Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WAMP server startup error: "No tray icon was specified"

Tags:

I get an error when I try to load WAMP Server:

The configuration file contains a syntax error on line 0; [EParseError] No tray icon was specified. Please assign a tray icon by using on the of the Trayicon directives in the [Config] section.

What am I supposed to do? It won't load WAMPServer.

like image 473
bili Avatar asked Sep 27 '14 13:09

bili


2 Answers

  • Go to the wamp/scripts folder
  • Open console
  • run: php refresh.php

This should recreate wampmanager.ini (requires wampmanager.tpl file in wamp folder.

Taken from http://sourceforge.net/p/wampserver/feature-requests/10/#750b)

Tested only in wampserver 2.4.

Working wampserver 3.2.3 as well

Answered in: How to repair wamp server without re-installing?

like image 194
Jessé Catrinck Avatar answered Sep 18 '22 15:09

Jessé Catrinck


Same thing happened to me after a Windows update. Some of the solutions above haven't worked for me (as of 2017) but here's what solved it without having to reinstall Wamp.

Head over to WampServer's repo, scroll down to "Tools" and download wampmanager.ini repair. Run the .exe, open wampini_repair.bat, and you're golden!

like image 42
Dawn T Avatar answered Sep 18 '22 15:09

Dawn T