我从Aestan Tray Menu
服务器收到错误WAMP
。
配置文件包含语法错误:
第0行[EParseError]未指定任何托盘图标。
请使用其中一个TrayIcon *指令指定托盘图标 [Config]部分
我该如何解决?
答案 0 :(得分:6)
这是因为wampmanager.ini文件已损坏。
您可以在不进行完整安装的情况下进行修复。
这应该重新创建wampmanager.ini,你应该好好去。
答案 1 :(得分:0)
wampserver上的线程涵盖了这个问题 - 对我来说,修复问题的原因是使用以下内容更新wampmanager.ini
[Config]
ImageList=images_off.bmp
ServiceCheckInterval=1
ServiceGlyphRunning=13
ServiceGlyphPaused=14
ServiceGlyphStopped=15
TrayIconAllRunning=16
TrayIconSomeRunning=17
TrayIconNoneRunning=18
ID={wampserver}
AboutHeader=WAMP5
AboutVersion=Version 2.2
[AboutText]
WampServer Version 2.2
Maintainer / Upgrade / Roadmap by Herve Leclerc (herve.leclerc@alterway.fr)
Powered by Alter Way [www.alterway.fr]
Sources are available at SourceForge
[www.wampserver.com]
[Services]
Name: wampapache
Name: wampmysqld
[Messages]
AllRunningHint=WAMP5 - All services running - server Offline
SomeRunningHint=WAMP5 - %n of %t services running - server Offline
NoneRunningHint=WAMP5 - None of %t services running - server Offline
[StartupAction]
Action: run; FileName: "c:/wamp1/bin/php/php5.4.3/php-win.exe";Parameters: "refresh.php";WorkingDir: "c:/wamp1/scripts"; Flags: waituntilterminated
Action: resetservices
Action: readconfig;
Action: service; Service: wampapache; ServiceAction: startresume; Flags: ignoreerrors
Action: service; Service: wampmysqld; ServiceAction: startresume; Flags: ignoreerrors
您需要使用正确的路径和PHP版本更新StartupAction部分。更新后保存并再次运行wamp管理器。它应该开始。
原帖:http://forum.wampserver.com/read.php?2,126657
在2016年9月30日的Windows Update kb3194496期间,Wamp为我打破了。