Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Aestan Tray Menu Error [duplicate]

Tags:

wampserver

i installed the wamp server 2.2e in windows xp. when i start the wamp server it displays the windows error(Aestan Tray Menu has encountered a problem and needs to close. We are sorry for the inconvenience). Can anyone advise how to resolve this issue

like image 948
Prabhu Avatar asked Oct 06 '22 04:10

Prabhu


2 Answers

Before you install Wamp!

If already installed, then UNINSTALL WAMP(you can backup folders WWW and BIN>mysql>data), and install MS PACKAGES at first:

Microsoft Visual C++ 2008 SP1 Redistributable Package !
( or 2010 or 2012 version.. in some cases, maybe .Net Framework is needed too?))

After that, install WAMP!

like image 77
T.Todua Avatar answered Oct 10 '22 01:10

T.Todua


A few things to check:

  • Have you installed the services? It can be a little temperamental the tray, but look for an install services batch file. This will get the apache and mysql services running
  • Is your configuration OK? Particularly, check apache's config with httpd -t on the command line (make sure that you're in the apache/bin folder if httpd isn't in your path)
  • Have you got the correct version (32bit versus 64bit)?
  • Have you checked your wamp error logs?
  • Have you got the pre-requisites installed, such as the Microsoft VC++ redistributable?

If you're still having trouble, checkout the official forum (such as this post http://forum.wampserver.com/read.php?2,53095) and post there for some decent help.

like image 21
LeonardChallis Avatar answered Oct 10 '22 01:10

LeonardChallis