'Wamp Error - aestan tray menu the confuguration file contains a syntax error on line 14:

I was just installed WAMPServer. After open my pc I have this issue.

enter image description here

My wampmanager.ini

[BigMenu]
BigKey0=NC,0,0
[TextMenu]
TextKey0=NC,0,8,$000ff9f2,$00D77800,NC,NC
[PromptCustom]
PromptKey0=Default,10,$00FCFDFE,$00000000,$00FCFDFE,$00000000
PromptKey1=NC,10,$00F0F0F0,$00000000,$00FCFDFE,$00000000
[Timer]
NumberStart=2
CountStart=0
[Options]
AeTrayMode=64 Bits
AeTrayOldMode=64bit
AeTrayVersion=3.2.3.3


Solution 1:[1]

@aspectsiz just to clarify what @El Ibrahima Diago has written try the following.

Find your WAMP/SCRIPTS directory

Find where your WAMP > Scripts directory is. For myself it's located at: C:\wamp64\scripts

Load Command Prompt

Load command prompt and CD into your WAMP > Scripts directory

Execute The Command

Execute: php refresh.php

That should be all that's required to fix it. I had the exact same issue and it has worked for me.


Just to recap, here is the full Command Prompt commands that I used:

cd C:\wamp64\scripts

php refresh.php

I hope that might clear a few things up and help others a bit more.

Solution 2:[2]

For this problem you juste have to go to wamp/scripts/ and type this command php refresh.php

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Jay
Solution 2 El Ibrahima Diago