Hi,
> "WAMP Server - All Services Running - Server Offline"
Are you sure you only have one version of Wampserver on your machine?
Isn't there an old version that's been incorrectly uninstalled?
This message was displayed up to and including version 3.2.8, but has been modified since version 3.2.9.
This message should read "All services running".
This message comes from the wampmanager.tpl file and the line :
[Messages]
AllRunningHint={$w_allServicesRunning}
The variable $w_allServicesRunning comes from the language file wamp64\lang\english.lang:
$w_allServicesRunning = 'All services running';
Is this what you have in your own files?
If that's what's in your own files, that means it's not "that" version of Wampserver that's being launched.
- 1 - What is the Wampserver installation path??
- 2 - What is the target of the Wampserver64 desktop shortcut?
- 3 - Do these registry keys exist?
- 3.1 - HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{wampserver32}_is1
- 3.2 - HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{wampserver32}_is1
- 3.3 - HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{wampserver64}_is1
For existing keys, what is the value of the subkey : InstallLocation
---------------------------------------------------------------
Documentation Apache -
Documentation PHP -
Documentation MySQL -
Wampserver install files & addonsEdited 1 time(s). Last edit at 01/25/2024 11:34AM by Otomatic.