Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Aestan tray menu error - wamp server

Tags:

php

wampserver

I am getting the error Aestan Tray Menu from the 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 one of the TrayIcon* directives in the [Config]section

how can i fix it ?

like image 529
user4628395 Avatar asked Mar 13 '15 14:03

user4628395


1 Answers

This is because the wampmanager.ini file is corrupted.

You can repair it without doing a full install.

  1. Open up command crompt
  2. Type "cd c:/wamp/scripts"
  3. Type "php refresh.php" (note, for this step you'll need to have php as an environment path variable)

This should recreate wampmanager.ini and you should be good to go.

like image 52
friek108 Avatar answered Sep 23 '22 10:09

friek108