I was just installed WAMPServer. After open my pc I have this issue.
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
@aspectsiz just to clarify what @El Ibrahima Diago has written try the following.
Find where your WAMP > Scripts directory is. For myself it's located at: C:\wamp64\scripts
Load command prompt and CD into your WAMP > Scripts directory
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.