Aestan托盘菜单错误 - wamp服务器

use*_*395 2 php wampserver

Aestan Tray MenuWAMP服务器收到错误.

配置文件包含语法错误:

第0行[EParseError]未指定任何托盘图标.

请使用[Config]部分中的某个TrayIcon*指令指定托盘图标

我该怎么办呢?

fri*_*108 6

这是因为wampmanager.ini文件已损坏.

您可以在不进行完整安装的情况下进行修复.

  1. 打开命令贬值
  2. 输入"cd c:/ wamp/scripts"
  3. 输入"php refresh.php"(注意,对于此步骤,您需要将php作为环境路径变量)

这应该重新创建wampmanager.ini,你应该好好去.


Rya*_*fro 1

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
Run Code Online (Sandbox Code Playgroud)

您需要使用正确的路径和 PHP 版本更新 StartupAction 部分。更新后保存并再次运行 wamp 管理器。应该开始了。

原始线程:http://forum.wampserver.com/read.php?2,126657

Wamp 在 2016 年 9 月 30 日的 Windows 更新 kb3194496 期间对我造成了影响。