Pages: PreviousFirst...56789...LastNext
Current Page: 7 of 574
Results 181 - 210 of 17208
3 months ago
Otomatic
Hi, If the wampapache64 service isn't started, there's no point in going to localhost or launching PhpMyAdmin, as they won't work. What is the result of: right-click -> Tools -> Test port 80
Forum: WampServer English
3 months ago
Otomatic
I've carried out a full-scale test by creating a VirtualHost with ServerName test.localhost In your log, there's a problem with reading the password which doesn't appear in element [63] where we have: -descert -name "Client test.localhost Certificate" -password pass: when we should have: -descert -name "Client test.localhost Certificate" -password pass:MyPass The pass
Forum: WampServer English
3 months ago
Otomatic
What is the Apache version? This batch file corresponds to lines 54 to 90 of the C:\wamp64\scripts\changeToHttps.php file. To obtain more information, you can uncomment (delete the // at the beginning) line 96 ( //error_log(......); ) and then restart the creation of the https VirtualHost. The results and the error will then be in the file: c:\wamp64\logs\php_error.log
Forum: WampServer English
3 months ago
Otomatic
Hi, > As this binary {$c_phpCli} does not consider ShowCmd: hidden parameter and still shows the black screens. That's the key to the problem! I've just been to the PHP documentation : The CLI binary is distributed in the main folder as php.exe on Windows. The CGI version is distributed as php-cgi.exe. Additionally, a php-win.exe is distributed if PHP is configured using --enable-cli
Forum: WampServer English
3 months ago
Otomatic
Hi, seaatif, you've won the grand prize! How could I have forgotten this "ShowCmd: hidden" parameter, which is actually part of the original Aestan Tray Menu documentation: Quote ShowCmd Value normal|hidden|maximized|minimized Description Most programs open a window on the screen when executed; with this setting, you can control how (and if) that window will be shown. Ex
Forum: WampServer English
3 months ago
Otomatic
Vous n'avez pas suivi complètement la procédure !!!! Relisez et appliquer la séquence 11 !!! de cette procédure. > Comment passer au google chrome ? En principe, si Google Chrome est installé : Clic-Droit -> Paramètres Wamp -> Navigateur Wampserver -> Google Chrome C'est la valeur navigator= du fichier wampmanager.conf Je conseillerai plutôt Mozilla Firefox comme navig
Forum: WampServer Francais
3 months ago
Otomatic
Bonjour, > messages d'erreur concernant l'extension openssl. Texte exact et complet des messages d'erreur ?
Forum: WampServer Francais
3 months ago
Otomatic
Bonjour, > mais je n'ai pas accès à localhost (message d'erreur "Forbidden You don't have permission C'est ça qu'il faut résoudre en premier, avant tout autre opération. - Contenu du fichier C:\Windows\System32\drivers\etc\hosts ? - Êtes-vous bien propriétaire avec Contrôle total du dossier c:\wamp64\ ? - Wampserver est-il bien lancé via son raccourci, c'est-à-dire en tant q
Forum: WampServer Francais
4 months ago
Otomatic
Hi, If you've read the whole thread, you'll have realized that the command windows that open and close are due to PHP script commands such as exec(), shell_exec(), passthru() or oblique quotes, for example: $command = $c_apacheExe.' -t'; $output = proc_open_output($command); ... $command = "CMD /D /C powershell :: Default"; $output = `$command`; ... $commandStr = 'HKEY_LOC
Forum: WampServer English
4 months ago
Otomatic
Switching an alias like PhpMyAdmin to FCGID mode is a matter of a few clicks and takes less than a minute. - 1 - Left-Click -> Localhost - 2 - Tools - Add a VirtualHost - 3 - Modify Alias form - 4 - Select PhpMyAdmin - 5 - Modify Alias - 6 - Check "If you want to use PHP in FCGI mode" - 7 - Select PHP 8.2.x - 8 - Start the modification of the Alias - 9 - Right-Click ->
Forum: WampServer English
4 months ago
Otomatic
Hi, PhmMyAdMin 5.2.1 was out on february 2023, ie before PHP 8.3 Use mode FCGID with PHP 8.2.x for PhmMyAdMin.
Forum: WampServer English
4 months ago
Otomatic
Bonjour, > Test for Port 80 : Your port is actually used by : Server : Microsoft-IIS/8.5 Voir le point 08 de CONSEILS DE DÉPANNAGE Pour les services, voir le point 04 Les exports/imports via fichiers SQL peuvent se faire avec des versions MySQL différentes. Néanmoins, il est possible d'installer la même version MySQL. Nous en sommes pas encore là, il faut que les services démarre
Forum: WampServer Francais
4 months ago
Otomatic
Hi, - PHP 8.1.27 64bit - PHP 8.2.14 64bit - PHP 8.3.1 64bit See the first message for download links All things are on https://wampserver.aviatechno.net/
Forum: WampServer English
4 months ago
Otomatic
Bonjour, - PHP 8.1.27 64bit - PHP 8.2.14 64bit - PHP 8.3.1 64bit Voir le premier message pour les liens de téléchargement Tout est sur https://wampserver.aviatechno.net/
Forum: WampServer Francais
4 months ago
Otomatic
Hi, READ (and answer) BEFORE YOU ASK A QUESTION
Forum: WampServer English
4 months ago
Otomatic
Put your own favicon.ico file at the root of your VirtualHost folders.
Forum: WampServer English
4 months ago
Otomatic
Bonjour, > Windows Server 2012 R2 Fin de support Microsoft octobre 2023. > Couleur de l'icône Wampserver : rouge Il est impératif de savoir pourquoi ! Quels services ne sont pas démarrés ? et pourquoi ? - Résultats de : Click-Droit -> Outils -> Vérifier l'état des services Click-Droit -> Outils -> Tester le port 80 Pour les sites locaux, il suffit de recopier a
Forum: WampServer Francais
4 months ago
Otomatic
Hi, By default, it is: <VirtualHost _default_:80> and not <VirtualHost _default_*:80> And that doesn't prevent you from adding VirtualHosts with an IP. I have several, for example <VirtualHost 127.0.0.45:80> > It shows an error and red remarks In cases such as this, it would be good to give the exact text of the error! I'm not immune to one.
Forum: WampServer English
4 months ago
Otomatic
Bonjour, Les mises-à-jour ne touchent pas à vos projets. Vos dossiers sont toujours là. Voir Clic-Droit -> Paramètres Wamp -> Attention risqué - Uniquement pour expert -> Autoriser liens sur les projets page d'accueil Mais ce n'est pas la bonne solution ! Lire : Le BESOIN DE VIRTUALHOST et Wampserver 3 - Créer ou ajouter un VirtualHost
Forum: WampServer Francais
4 months ago
Otomatic
> Action: run; FileName: "c:/wamp/bin/php/php7.4.33/php.exe"; Indicates that you have not yet applied the Wampserver 3.3.3 update. >But if I change this to "C:\Program Files\LibreWolf\librewolf.exe" It is in wampmanager.conf that you'll must put: navigator ="C:/Program Files/LibreWolf/librewolf.exe" Warning: Use / instead of \
Forum: WampServer English
4 months ago
Otomatic
Bonjour, Clic-Droit -> Aide -> Aide PhpMyAdmin > J'utilise WAMPSERVER 3.3.0 Appliquez la mise-à-jour Wampserver 3.3.3
Forum: WampServer Francais
4 months ago
Otomatic
Use PhpMyAdmin. See documentation.
Forum: WampServer English
4 months ago
Otomatic
Hi, In wampmanager.conf file, what is the line: navigator=
Forum: WampServer English
4 months ago
Otomatic
Hi - update xDebug 3.3.1 Xdebug 3.3.1 is only intended for PHP version 8.0.x to 8.3.x 64bit only and should not be installed on older versions. Update xDebug 3.3.1 64 bit
Forum: WampServer English
4 months ago
Otomatic
Bonjour, - Mise à jour xDebug 3.3.1 64 bit Mise à jour xDebug version 3.3.1 pour les versions PHP 8.0.x à 8.3.x 64 bit dèjà installées. Voir le premier message pour les liens de téléchargement Tout est sur https://wampserver.aviatechno.net/
Forum: WampServer Francais
4 months ago
Otomatic
Exactement même réponse : Et... si vous alliez faire un tour du côté de... Clic-Droit -> Aide
Forum: WampServer Francais
4 months ago
Otomatic
PhpMyAdmin 5.2.1 est sorti le 8 février 2023, bien avant PHP 8.3.0 ! Donc, passer PhpMyAdmin en mode FCGI avec PHP 8.2.5
Forum: WampServer Francais
4 months ago
Otomatic
Hi, > Not sure where you're based out of At the top of the Left-Click on Wampmanager, it says: Made in France by Dominique Ottello Well, Otomatic is Dominique Ottello and I'm in Paris. There are several "things" to check on your production server: - Are you the "owner" of the folder c:\wamp64 (or similar)? - It's best to quit Wampserver before launching the updat
Forum: WampServer English
4 months ago
Otomatic
Please note that updates are not there just for ornament! Wampserver update 3.3.3 64bit
Forum: WampServer English
4 months ago
Otomatic
Bonjour, Complètement en dehors de mes compétences. La lecture du QRcode va générer une url de la même manière que le clic sur un lien.
Forum: WampServer Francais
Pages: PreviousFirst...56789...LastNext
Current Page: 7 of 574