Bonjour,
> J'ai édité php.ini d'apache : \wamp\bin\apache\apache2.4.66\bin\php.ini pour ajouter :
C' est un lien symbolique !
Vous avez donc édité le fichier phpForApache.ini de la version PHP utilisée
> J'ai modifié le path windows
Ne pas oublier de le modifier si vous changez de version PHP. Forum: WampServer Francais
Pour le moment, la seul demande est la vôtre !
Suivez le lien que j'ai donné.
Les dernières DLL sont là : DLL Windows
Prendre pour TS Thread Safe. Forum: WampServer Francais
Bonjour,
À ma connaissance, l'extension imagick n'a jamais été intégrée de base dans Wampserver.
Voir : Installation Imagick Forum: WampServer Francais
Hi,
> What I have noticed is the wampmanager.exe and its child processes in taskmananger were all using 0% CPU
That's normal! If you don't do anything.
You've added the Apache listen ports by right-clicking -> Tools -> Add a Listen Port to Apache ?
Otherwise, I don't see what else could be causing this problem.
Isn't there an error message about this in the Event Viewer? Forum: WampServer English
Bonjour,
Les clés de la bdr à effacer si elles existent sont :
HKEY_CURRENT_USER\Software\Wampmanager64
et
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{wampserver64}_is1
et
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{wampserver64}_is1 Forum: WampServer Francais
Hi,
Thanks for the feedback!
The PHP 8.4.20 and PHP 8.5.5 installers have just been updated accordingly and are available for download.
Please download them again if you need to reinstall.
Thanks again for serving as a "guinea pig." Forum: WampServer English
Hi,
Sorry to ask this, but could you please try again after modifying config.inc.php as shown below, and then restarting Wampserver:
$phpDllToCopy = array_merge($php_icu_dll,
array (
'libeay32.dll',
'ssleay32.dll',
'libsasl.dll',
'libpq.dll',
'libssh2.dll', //For php 5.5.17
'libsodium.dll', //For php 7.2.0
'libsqlite3.dll', //For php 7.4.0
'lib Forum: WampServer English
I'm afraid that might not be possible.
This is done through a series of steps directly linked to wampmanager.exe.
For example, to upgrade from MariaDB 11.4.10 to MariaDB 12.0.2, the following steps are performed:
Action: ParametersRefresh
Action: run; FileName: "E:/wamp64/bin/php/php8.2.30/php.exe"; parameters: "msg.php refreshLogs alllogs automatic";WorkingDir: &q Forum: WampServer English
Hi,
Without line:
'libzstd.dll', //For PHP 8.4.20 & 8.5.5
there are in PHP errror.log
[10-Apr-2026 07:10:05 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'curl' (tried: E:/wamp64/bin/php/php8.5.5/ext/curl (Le module spécifié est introuvable), E:/wamp64/bin/php/php8.5.5/ext/php_curl.dll (Le module spécifié est introuvable)) in Unknown on line 0
With the line
'libzst Forum: WampServer English
Bonjour,
Utilisez-vous un antivirus tiers ?
Dans une fenêtre de commande "en tant qu'administrateur" tapez :
net stop wampapache64
net stop wampmysqld64
net stop wampmariadb64
taskkill.exe /f /im wampmanager.exe /t
Puis relancer Wampserver via son raccourci. Forum: WampServer Francais
Settings
- Privacy and Security
--- Do not enable HTTPS-only mode
-- Enable DNS over HTTPS
--- Default protection
Other than that, I don't know what else to do. Forum: WampServer English
Bonjour,
> j'ai accès à PhpMyAdmin en MariaDB, mais je n'ai plus accès en MySQL, alors que ce matin, ça fonctionnait
Si vous basculez sur MariaDB comme SGBD par défaut le port MariaDB devient 3306, port par défaut et le port MySQL devient le port 3308.
Donc, pour vous coonetez avec MySQL, vous DEVEZ précisez le port 3308 puisque ce n'est pas le port par défaut.
Voir Clic-Droit -> Ai Forum: WampServer Francais
Hello,
Please re-download the Wamapserver 3.4.1 update and run the file as an administrator and then answer "Yes" to the question: "PHP version 8.2.30 is already installed. Do you want to reinstall it?"
There was an issue with the installation of PHP 8.2.30, which I didn't notice because I already had PHP 8.2.30 installed.
Sorry! Forum: WampServer English
Bonjour,
Oui, on peut réinstaller les mises à jour Wampserver autant de fois que l'on veut, ça permet de restaurer des fichiers éventuellement modifiés par inadvertance. Forum: WampServer Francais
Bonjour,
Supprimer votre fichier actuel : wampserver3_x64_update3.4.1.exe
Re-télécharger la mise à jour Wampserver 3.4.1 Wampserver update 3.4.1 et réinstaller le en tant qu'administrateur. Forum: WampServer Francais
Hi,
In principle, the .htaccess file shouldn't cause any issues. However, as a last resort, you can rename it to .save.htaccess:
- Check the wp-config.php file and modify it if necessary to include the correct local settings:
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'local_database_name' ); Forum: WampServer English
Bonjour,
C'est clair ! Il y a une erreur dans votre code :
PHP error
Deprecated: Paheko\UserTemplate\CommonModifiers::date(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead
in ...\include\lib\Paheko\UserTemplate/CommonModifiers.php:235
Il faut le modifier ou revenir à une version PHP antérieure. Forum: WampServer Francais