WampServer

Apache, PHP, MySQL on Windows 

 
  • Accueil forum
  • Retour à WampServer
  • presentation
  • Download
  • Addons
  • Formations
  • Alter Way

 
Aller à : Liste des Forums•Liste des messages•Nouvelle discussion•Connexion

Pages: 12345...Dernière pageSuivant
Page courante: 1 de 605
Résultats 1 - 30 de 18145
Aujourd'hui
Otomatic
1. Re: Scripting WampServer
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
Aujourd'hui
Otomatic
2. Re: PHP 8.5.5 bug
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
Aujourd'hui
Otomatic
3. Re: Services lancés mais icône ne passe pas au vert
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
Hier
Otomatic
4. Re: PHP 8.5.5 bug
Hi, PHP 8.5.5 and PHP 8.4.20 have changed how cURL is loaded. Normally, PHP 8.5.5 and 8.4.20 installations modify a Wampserver configuration file: wamp64\scripts\config.inc.php Lines 222 through 238 should be: $phpDllToCopy = array_merge($php_icu_dll, array ( 'libeay32.dll', 'ssleay32.dll', 'libsasl.dll', 'libpq.dll', 'libssh2.dll', //For php 5.5.17 '
Forum: WampServer English
2 jours déjà 
Otomatic
5. Re: WAMPServer 3 All you need to know
Hi, - PHP 8.4.20 - PHP 8.5.5 All things are on https://wampserver.aviatechno.net/
Forum: WampServer English
2 jours déjà 
Otomatic
6. Re: Wampserver 3 - (Tout sur...)
Bonjour, - PHP 8.4.20 - PHP 8.5.5 Tout est sur https://wampserver.aviatechno.net/
Forum: WampServer Francais
3 jours déjà 
Otomatic
7. Re: Wamp Server avail to load but...
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
7 jours déjà 
Otomatic
8. Re: Updating Wamp 64
Update to 3.4.1. For the update and VC++ see https://wampserver.aviatechno.net/
Forum: WampServer English
8 jours déjà 
Otomatic
9. Re: icone orange suite passage MySQL vers MariaDB par défaut
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
9 jours déjà 
Otomatic
10. Re: WAMP Server 3.4.1
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
9 jours déjà 
Otomatic
11. Re: erreur lancement PhpMyAdmin après MAJ
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
9 jours déjà 
Otomatic
12. Re: Wamp Server avail to load but...
Check certain settings in your browser, such as secure DNS.
Forum: WampServer English
9 jours déjà 
Otomatic
13. Re: erreur lancement PhpMyAdmin après MAJ
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
10 jours déjà 
Otomatic
14. Re: Wamp Server avail to load but...
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
11 jours déjà 
Otomatic
15. Re: Erreur PHP
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
11 jours déjà 
Otomatic
16. Re: L'utilisateur n'a pas les privilèges nécessaires pour administrer les utilisateurs !
Bonjour, Un utilisateur n'aura jamais les droits suffisants pour créer un autre utilisateur. Seul root peut le faire et, à condition de lui avoir conférer ces droits ce qu'on peut faire en mettant un mot de passe à root. C'est expliqué dans : Gestion des utilisateurs MySQL
Forum: WampServer Francais
11 jours déjà 
Otomatic
17. Re: WAMPServer 3 All you need to know
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
11 jours déjà 
Otomatic
18. Re: Wampserver 3 - (Tout sur...)
Bonjour, Vous êtes priés de re-télécharger la mise à jour Wamapserver 3.4.1 et de relancer le fichier en tant qu'administrateur puis de répondre Oui à la question : La version PHP 8.2.30 existe déjà. Voulez-vous la réinstaller ? Il y a eu un défaut dans l'installation éventuelle de PHP 8.2.30, défaut que je n'ai pas vu, ayant déjà PHP 8.2.30 installé. Désolé !
Forum: WampServer Francais
12 jours déjà 
Otomatic
19. Re: L'utilisateur n'a pas les privilèges nécessaires pour administrer les utilisateurs !
Essayez via une Console MariaDB en vous connectant en root par les commandes : CREATE USER 'user1'@'localhost' IDENTIFIED BY 'password1' REQUIRE NONE PASSWORD EXPIRE DEFAULT ACCOUNT UNLOCK; GRANT USAGE ON *.* TO 'user1'@'localhost'; CREATE USER 'user1'@'127.0.0.1' IDENTIFIED BY 'password1' REQUIRE NONE PASSWORD EXPIRE DEFAULT ACCOUNT UNLOCK; GRANT USAGE ON *.* TO 'user1'@'127.0.0.1'; CREAT
Forum: WampServer Francais
12 jours déjà 
Otomatic
20. Re: L'utilisateur n'a pas les privilèges nécessaires pour administrer les utilisateurs !
Bonjour, Il faut les passer en administrateur le temps qu'ils fassent les manipulations, il n'y a pas d'autre moyen.
Forum: WampServer Francais
12 jours déjà 
Otomatic
21. Re: Wampserver3.4.1
Bonjour, > C'est en réinstallant cette version que le problème a été résolu. Cela veut-il dire qu'en réinstallant PHP 8.2.30 votre problème a été résolu ?
Forum: WampServer Francais
13 jours déjà 
Otomatic
22. Re: I am trying to run old php 5.6.40
All PHP versions are on https://wampserver.aviatechno.net/
Forum: WampServer English
13 jours déjà 
Otomatic
23. Re: Wampserver3.4.1
Bonjour, Re-télécharger puis lancez l'update "en tant qu'administrateur".
Forum: WampServer Francais
13 jours déjà 
Otomatic
24. Re: WAMPServer 3 All you need to know
Hi, - Update Wampmanager 3.4.1 - Tray Menu Manager 3.2.7.7 All things are on https://wampserver.aviatechno.net/
Forum: WampServer English
13 jours déjà 
Otomatic
25. Re: Wampserver 3 - (Tout sur...)
Bonjour, - Mise à jour Wampserver 3.4.1 - Tray Menu Manager 3.2.7.7 Tout est sur https://wampserver.aviatechno.net/
Forum: WampServer Francais
16 jours déjà 
Otomatic
26. Re: three domains on local server- two are fine, third no longer works
In the .htaccess file, there are several lines that redirect to www.abelard.org or abelard.org, which means the site 'http://abelard/' is inaccessible. I think the simplest solution is to rename the .htaccess file to .old_htaccess. That way, it will no longer be processed. > I do not know where to find "the database". PhpMyAdmin
Forum: WampServer English
16 jours déjà 
Otomatic
27. Re: Wamp Server avail to load but...
WordPress has an .htaccess file that will likely need to be modified to match the local site. Similarly, the database contains the URL of the default site, which needs to be changed to point to the local site. This should be in the wp_config table.
Forum: WampServer English
17 jours déjà 
Otomatic
28. Re: WAMPServer 3 All you need to know
Hi, - PhpSysInfo 3.4.5 All things are on https://wampserver.aviatechno.net/
Forum: WampServer English
17 jours déjà 
Otomatic
29. Re: Wampserver 3 - (Tout sur...)
Bonjour, - PhpSysInfo 3.4.5 Tout est sur https://wampserver.aviatechno.net/
Forum: WampServer Francais
17 jours déjà 
Otomatic
30. Re: three domains on local server- two are fine, third no longer works
> The virtualhost abelard is still "unaccessible, abelard refused to connect". An .htaccess file in the site's root directory containing the original URL; and/or the original site's URL in the database.
Forum: WampServer English
Pages: 12345...Dernière pageSuivant
Page courante: 1 de 605
Aller à : Liste des Forums•Liste des messages•Nouvelle discussion•Connexion


design by jidePowered by Alter Way get firefoxget PHP