WampServer

Apache, PHP, MySQL on Windows 

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

 
Voir le sujet: Précédent•Suivant
Aller à : Liste des Forums•Liste des messages•Nouvelle discussion•Recherche•Connexion•Imprimer la vue
wamp se lance après update mais impossible d'acceder à localhost
Envoyé par: eliZzz (---.abo.bbox.fr)
Date: 10 March 2022 à 18:31

Bonjour,
Je suis sous windows 10, je viens de faire un update de wamp vers 3.2.8, wamp se lance mais quand je vais sur localhost dans chrome j'ai le message suivant dans Chrome :

Parse error: syntax error, unexpected ':' in C:\wamp64\www\loaded_extensions.php on line 4



$loaded_extensions =
Deprecated: Directive 'track_errors' is deprecated in Unknown on line 0 <== c'est la ligne 4 du fichier en question
array (

Je ne sais pas comment me sortir de là, si quelqu'un peut m'aider, merci !


dans php error log j'ai
[10-Mar-2022 17:58:52 UTC] PHP Notice: Undefined offset: 1 in C:\wamp64\scripts\wampserver.lib.php on line 1303
[10-Mar-2022 17:58:52 UTC] PHP Notice: Undefined offset: 1 in C:\wamp64\scripts\wampserver.lib.php on line 1304
[10-Mar-2022 17:58:52 UTC] PHP Notice: Undefined offset: 2 in C:\wamp64\scripts\wampserver.lib.php on line 1305
[10-Mar-2022 17:58:52 UTC] PHP Notice: Undefined offset: 1 in C:\wamp64\scripts\wampserver.lib.php on line 1306
[10-Mar-2022 17:58:52 UTC] PHP Notice: Undefined offset: 1 in C:\wamp64\scripts\wampserver.lib.php on line 1307
[10-Mar-2022 17:58:52 UTC] PHP Notice: Undefined offset: 2 in C:\wamp64\scripts\wampserver.lib.php on line 1307
[10-Mar-2022 17:58:52 UTC] PHP Notice: Undefined offset: 1 in C:\wamp64\scripts\wampserver.lib.php on line 1308
[10-Mar-2022 17:58:52 UTC] PHP Notice: Undefined offset: 1 in C:\wamp64\scripts\wampserver.lib.php on line 1309
[10-Mar-2022 17:58:52 UTC] PHP Notice: Undefined offset: 1 in C:\wamp64\scripts\wampserver.lib.php on line 1310
[10-Mar-2022 17:58:52 UTC] PHP Notice: Undefined offset: 1 in C:\wamp64\scripts\wampserver.lib.php on line 1311
[10-Mar-2022 17:58:52 UTC] PHP Notice: Undefined offset: 1 in C:\wamp64\scripts\wampserver.lib.php on line 1312

bon je fais du front-end, donc là je coince complet ^^

check_vcredist.exe est ok pour les versions installées



Modifie 2 fois. Derniere modification le 10/03/2022 à 19:53 par eliZzz.

Options: Répondre•Citer ce Message
Re: wamp se lance après update mais impossible d'acceder à localhost
Envoyé par: Otomatic (Modérateur)
Date: 10 March 2022 à 21:28

Bonsoir,

Je regarderai ça demain.

Vous n'avez pas besoin de passer par la page d'accueil de Wampserver pour accéder à vos VirtualHost.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: Répondre•Citer ce Message
Re: wamp se lance après update mais impossible d'acceder à localhost
Envoyé par: eliZzz (---.abo.bbox.fr)
Date: 11 March 2022 à 10:01

"Vous n'avez pas besoin de passer par la page d'accueil de Wampserver pour accéder à vos VirtualHost."

Merci, je n'avais même pas essayé, effectivement, j'accède à mes sites. J'avoue que mon état de panique a baissé de quelques degrés ! Merci pour l'info.

Options: Répondre•Citer ce Message
Re: wamp se lance après update mais impossible d'acceder à localhost
Envoyé par: Otomatic (Modérateur)
Date: 11 March 2022 à 10:08

Bonjour,

Supprimez le fichier C:\wamp64\www\loaded_extensions.php

Ce fichier est automatiquement supprimé dans la fonction GetPhpLoadedExtensions.

L'erreur Directive 'track_errors' is deprecated n'est pas due à Wampserver qui, pour toutes les versions de PHP laisse cette directive par défaut à Off :
; Store the last error/warning message in $php_errormsg (boolean).
; This directive is DEPRECATED.
; Default Value: Off
; Development Value: Off
; Production Value: Off
; [php.net]
;track_errors = Off
Comme vous pouvez le voir, cette directive est déjà dépréciée avec PHP 7.2 et a été supprimée à partir de PHP 8 et votre erreur provient de votre configuration, peut-être avec PhpStorm ou Composer.

Wampserver 3.2.8 ne pose aucun problème avec Firefox, Opera, Chrome et Edge, même avec PHP 8.1.3.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: Répondre•Citer ce Message
Re: wamp se lance après update mais impossible d'acceder à localhost
Envoyé par: eliZzz (---.abo.bbox.fr)
Date: 11 March 2022 à 10:46

Serveur : MySQL (127.0.0.1 via TCP/IP)
Type de serveur : MySQL
Connexion au serveur : SSL n'est pas utilisé 
Version du serveur : 5.7.19 - MySQL Community Server (GPL)
Version du protocole : 10
Utilisateur : root@localhost
Jeu de caractères du serveur : cp1252 West European (latin1)
Serveur Web
Apache/2.4.27 (Win64) PHP/7.4.19 mod_fcgid/2.3.10-dev
Version du client de base de données : libmysql - mysqlnd 7.4.19
Extension PHP : mysqli  mbstring 
Version de PHP : 7.4.19
phpMyAdmin
Version : 5.0.2, dernière version stable : 5.1.3


Ci-dessus les infos de versions.

Si je supprime le fichier C:\wamp64\www\loaded_extensions.php, il se recrée automatiquement à chaque lancement.

Je vais installer php 8 pour voir si ça change quelque chose.


Question : si je n'arrive pas à résoudre ce problème est il recommandé de désinstaller wampserver et le réinstaller ?

J'ai fait un export sql de mon 127-0-0-1, et suis en train de copier mon www

Options: Répondre•Citer ce Message
Re: wamp se lance après update mais impossible d'acceder à localhost
Envoyé par: eliZzz (---.abo.bbox.fr)
Date: 11 March 2022 à 11:10

Donc j'ai installé la dernière version dispo de php (l'exe sur aviatechno) et désormais j'ai ces messages d'erreur, que je ne suis pas capable d'interpréter :

Mais la page se lance, donc c'est mieux quand même. !


( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1303
Call Stack
# Time Memory Function Location
1 0.0005 370136 {main}( ) ...\index.php:0
2 0.2941 468688 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:179
3 0.2941 468752 check_virtualhost( $check_files_only = ??? ) ...\wampserver.lib.php:1539
4 0.2981 512920 GetAliasVersions( ) ...\wampserver.lib.php:827

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1304
Call Stack
# Time Memory Function Location
1 0.0005 370136 {main}( ) ...\index.php:0
2 0.2941 468688 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:179
3 0.2941 468752 check_virtualhost( $check_files_only = ??? ) ...\wampserver.lib.php:1539
4 0.2981 512920 GetAliasVersions( ) ...\wampserver.lib.php:827

( ! ) Warning: Undefined array key 2 in C:\wamp64\scripts\wampserver.lib.php on line 1305
Call Stack
# Time Memory Function Location
1 0.0005 370136 {main}( ) ...\index.php:0
2 0.2941 468688 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:179
3 0.2941 468752 check_virtualhost( $check_files_only = ??? ) ...\wampserver.lib.php:1539
4 0.2981 512920 GetAliasVersions( ) ...\wampserver.lib.php:827

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1306
Call Stack
# Time Memory Function Location
1 0.0005 370136 {main}( ) ...\index.php:0
2 0.2941 468688 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:179
3 0.2941 468752 check_virtualhost( $check_files_only = ??? ) ...\wampserver.lib.php:1539
4 0.2981 512920 GetAliasVersions( ) ...\wampserver.lib.php:827

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1307
Call Stack
# Time Memory Function Location
1 0.0005 370136 {main}( ) ...\index.php:0
2 0.2941 468688 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:179
3 0.2941 468752 check_virtualhost( $check_files_only = ??? ) ...\wampserver.lib.php:1539
4 0.2981 512920 GetAliasVersions( ) ...\wampserver.lib.php:827

( ! ) Warning: Undefined array key 2 in C:\wamp64\scripts\wampserver.lib.php on line 1307
Call Stack
# Time Memory Function Location
1 0.0005 370136 {main}( ) ...\index.php:0
2 0.2941 468688 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:179
3 0.2941 468752 check_virtualhost( $check_files_only = ??? ) ...\wampserver.lib.php:1539
4 0.2981 512920 GetAliasVersions( ) ...\wampserver.lib.php:827

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1308
Call Stack
# Time Memory Function Location
1 0.0005 370136 {main}( ) ...\index.php:0
2 0.2941 468688 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:179
3 0.2941 468752 check_virtualhost( $check_files_only = ??? ) ...\wampserver.lib.php:1539
4 0.2981 512920 GetAliasVersions( ) ...\wampserver.lib.php:827

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1309
Call Stack
# Time Memory Function Location
1 0.0005 370136 {main}( ) ...\index.php:0
2 0.2941 468688 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:179
3 0.2941 468752 check_virtualhost( $check_files_only = ??? ) ...\wampserver.lib.php:1539
4 0.2981 512920 GetAliasVersions( ) ...\wampserver.lib.php:827

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1310
Call Stack
# Time Memory Function Location
1 0.0005 370136 {main}( ) ...\index.php:0
2 0.2941 468688 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:179
3 0.2941 468752 check_virtualhost( $check_files_only = ??? ) ...\wampserver.lib.php:1539
4 0.2981 512920 GetAliasVersions( ) ...\wampserver.lib.php:827

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1311
Call Stack
# Time Memory Function Location
1 0.0005 370136 {main}( ) ...\index.php:0
2 0.2941 468688 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:179
3 0.2941 468752 check_virtualhost( $check_files_only = ??? ) ...\wampserver.lib.php:1539
4 0.2981 512920 GetAliasVersions( ) ...\wampserver.lib.php:827

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1312
Call Stack
# Time Memory Function Location
1 0.0005 370136 {main}( ) ...\index.php:0
2 0.2941 468688 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:179
3 0.2941 468752 check_virtualhost( $check_files_only = ??? ) ...\wampserver.lib.php:1539
4 0.2981 512920 GetAliasVersions( ) ...\wampserver.lib.php:827

( ! ) Deprecated: version_compare(): Passing null to parameter #1 ($version1) of type string is deprecated in C:\wamp64\scripts\wampserver.lib.php on line 1347
Call Stack
# Time Memory Function Location
1 0.0005 370136 {main}( ) ...\index.php:0
2 0.2941 468688 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:179
3 0.2941 468752 check_virtualhost( $check_files_only = ??? ) ...\wampserver.lib.php:1539
4 0.2981 512920 GetAliasVersions( ) ...\wampserver.lib.php:827
5 0.3103 524576 version_compare( $version1 = NULL, $version2 = '5.1.2', $operator = '>=' ) ...\wampserver.lib.php:1347

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1303
Call Stack
# Time Memory Function Location
1 0.0005 370136 {main}( ) ...\index.php:0
2 0.2941 468688 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:179
3 0.3129 486232 GetAliasVersions( ) ...\wampserver.lib.php:1540

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1304
Call Stack
# Time Memory Function Location
1 0.0005 370136 {main}( ) ...\index.php:0
2 0.2941 468688 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:179
3 0.3129 486232 GetAliasVersions( ) ...\wampserver.lib.php:1540

( ! ) Warning: Undefined array key 2 in C:\wamp64\scripts\wampserver.lib.php on line 1305
Call Stack
# Time Memory Function Location
1 0.0005 370136 {main}( ) ...\index.php:0
2 0.2941 468688 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:179
3 0.3129 486232 GetAliasVersions( ) ...\wampserver.lib.php:1540

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1306
Call Stack
# Time Memory Function Location
1 0.0005 370136 {main}( ) ...\index.php:0
2 0.2941 468688 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:179
3 0.3129 486232 GetAliasVersions( ) ...\wampserver.lib.php:1540

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1307
Call Stack
# Time Memory Function Location
1 0.0005 370136 {main}( ) ...\index.php:0
2 0.2941 468688 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:179
3 0.3129 486232 GetAliasVersions( ) ...\wampserver.lib.php:1540

( ! ) Warning: Undefined array key 2 in C:\wamp64\scripts\wampserver.lib.php on line 1307
Call Stack
# Time Memory Function Location
1 0.0005 370136 {main}( ) ...\index.php:0
2 0.2941 468688 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:179
3 0.3129 486232 GetAliasVersions( ) ...\wampserver.lib.php:1540

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1308
Call Stack
# Time Memory Function Location
1 0.0005 370136 {main}( ) ...\index.php:0
2 0.2941 468688 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:179
3 0.3129 486232 GetAliasVersions( ) ...\wampserver.lib.php:1540

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1309
Call Stack
# Time Memory Function Location
1 0.0005 370136 {main}( ) ...\index.php:0
2 0.2941 468688 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:179
3 0.3129 486232 GetAliasVersions( ) ...\wampserver.lib.php:1540

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1310
Call Stack
# Time Memory Function Location
1 0.0005 370136 {main}( ) ...\index.php:0
2 0.2941 468688 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:179
3 0.3129 486232 GetAliasVersions( ) ...\wampserver.lib.php:1540

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1311
Call Stack
# Time Memory Function Location
1 0.0005 370136 {main}( ) ...\index.php:0
2 0.2941 468688 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:179
3 0.3129 486232 GetAliasVersions( ) ...\wampserver.lib.php:1540

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1312
Call Stack
# Time Memory Function Location
1 0.0005 370136 {main}( ) ...\index.php:0
2 0.2941 468688 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:179
3 0.3129 486232 GetAliasVersions( ) ...\wampserver.lib.php:1540

( ! ) Deprecated: version_compare(): Passing null to parameter #1 ($version1) of type string is deprecated in C:\wamp64\scripts\wampserver.lib.php on line 1347
Call Stack
# Time Memory Function Location
1 0.0005 370136 {main}( ) ...\index.php:0
2 0.2941 468688 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:179
3 0.3129 486232 GetAliasVersions( ) ...\wampserver.lib.php:1540
4 0.3223 493952 version_compare( $version1 = NULL, $version2 = '5.1.2', $operator = '>=' ) ...\wampserver.lib.php:1347

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1303
Call Stack
# Time Memory Function Location
1 0.0005 370136 {main}( ) ...\index.php:0
2 0.3265 501856 GetAliasVersions( ) ...\index.php:239

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1304
Call Stack
# Time Memory Function Location
1 0.0005 370136 {main}( ) ...\index.php:0
2 0.3265 501856 GetAliasVersions( ) ...\index.php:239

( ! ) Warning: Undefined array key 2 in C:\wamp64\scripts\wampserver.lib.php on line 1305
Call Stack
# Time Memory Function Location
1 0.0005 370136 {main}( ) ...\index.php:0
2 0.3265 501856 GetAliasVersions( ) ...\index.php:239

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1306
Call Stack
# Time Memory Function Location
1 0.0005 370136 {main}( ) ...\index.php:0
2 0.3265 501856 GetAliasVersions( ) ...\index.php:239

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1307
Call Stack
# Time Memory Function Location
1 0.0005 370136 {main}( ) ...\index.php:0
2 0.3265 501856 GetAliasVersions( ) ...\index.php:239

( ! ) Warning: Undefined array key 2 in C:\wamp64\scripts\wampserver.lib.php on line 1307
Call Stack
# Time Memory Function Location
1 0.0005 370136 {main}( ) ...\index.php:0
2 0.3265 501856 GetAliasVersions( ) ...\index.php:239

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1308
Call Stack
# Time Memory Function Location
1 0.0005 370136 {main}( ) ...\index.php:0
2 0.3265 501856 GetAliasVersions( ) ...\index.php:239

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1309
Call Stack
# Time Memory Function Location
1 0.0005 370136 {main}( ) ...\index.php:0
2 0.3265 501856 GetAliasVersions( ) ...\index.php:239

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1310
Call Stack
# Time Memory Function Location
1 0.0005 370136 {main}( ) ...\index.php:0
2 0.3265 501856 GetAliasVersions( ) ...\index.php:239

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1311
Call Stack
# Time Memory Function Location
1 0.0005 370136 {main}( ) ...\index.php:0
2 0.3265 501856 GetAliasVersions( ) ...\index.php:239

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1312
Call Stack
# Time Memory Function Location
1 0.0005 370136 {main}( ) ...\index.php:0
2 0.3265 501856 GetAliasVersions( ) ...\index.php:239

( ! ) Deprecated: version_compare(): Passing null to parameter #1 ($version1) of type string is deprecated in C:\wamp64\scripts\wampserver.lib.php on line 1347
Call Stack
# Time Memory Function Location
1 0.0005 370136 {main}( ) ...\index.php:0
2 0.3265 501856 GetAliasVersions( ) ...\index.php:239
3 0.3516 509568 version_compare( $version1 = NULL, $version2 = '5.1.2', $operator = '>=' ) ...\wampserver.lib.php:1347

Options: Répondre•Citer ce Message
Re: wamp se lance après update mais impossible d'acceder à localhost
Envoyé par: Otomatic (Modérateur)
Date: 11 March 2022 à 12:04

Bonjour,

> Apache/2.4.27
Bien trop vieux pour supporter les versions récentes de PHP. Conflit de versions SSL et autres.

Passer à Apache 2.4.52

> si je n'arrive pas à résoudre ce problème est il recommandé de désinstaller wampserver et le réinstaller ?
Non, on va le résoudre.

Dans un premier temps, en attendant une correction des fonctions, dans le fichier www/index.php, commenter la ligne 164 et ajouter une autre ligne pour obtenir :
163 //Get PHP loaded extensions
164 //$message['phpLoadedExtensions'] = color('clean',GetPhpLoadedExtensions($c_phpVersion,6));
165 $message['phpLoadedExtensions'] = 'Not Valid';
166 //Dialog modal PHP extensions

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: Répondre•Citer ce Message
Re: wamp se lance après update mais impossible d'acceder à localhost
Envoyé par: Otomatic (Modérateur)
Date: 11 March 2022 à 12:07

Et puis, pour pouvoir voir les erreurs correctement, vider les fichiers de log.

Clic-Droit -> Outils -> Vider logs -> Vider tous les fichiers de log -> Y

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: Répondre•Citer ce Message
Re: wamp se lance après update mais impossible d'acceder à localhost
Envoyé par: eliZzz (---.abo.bbox.fr)
Date: 11 March 2022 à 13:20

Après avoir mis à jour je crois à peu près tout

Configuration Serveur
Version Apache :
2.4.52 - Documentation Apache
Server Software :
Apache/2.4.52 (Win64) PHP/8.1.3 mod_fcgid/2.3.10-dev - Port défini pour Apache : 80
Version de PHP :
[Apache module] 8.1.3 - Documentation PHP - Extensions PHP chargées - Utilisation versions PHP

[FCGI] 5.6.31 - 7.0.23 - 7.1.9 - 7.3.12 - 7.4.19 - 8.1.3 - Aide mode FCGI
Version de MySQL :
8.0.28 - Port défini pour MySQL : 3306 - SGBD par défaut - Documentation MySQL
Version de MariaDB :
10.2.8 - Port défini pour MariaDB : 3307 - Documentation MariaDB - MySQL - MariaDB


J'ai commenté la ligne 164 et ajouté la 165 sur index.php dans le www
J'ai vidé tous les logs

voici le log de wampConfReport :

1646998919
------ Wampserver configuration report
vendredi 11 mars 2022 - 11:41
- Windows NT 10.0 build 19044 (Windows 10)
- Windows Charset: Windows-1252
- Wampserver version 3.2.8 - 64bit
- Wampserver install version unknown
- Update Updated to 3.2.8 on 2022-03-10
- Install directory: c:/wamp64
- Default browser: C:/Program Files/Google/Chrome/Application/chrome.exe
- Default text editor: C:/WINDOWS/system32/notepad.exe
- Default log viewer: C:/WINDOWS/system32/notepad.exe
- Apache 2.4.52 - Port 80
- Additional Apache listening ports:
- PHP 8.1.3
MySQL versions seen by refresh listDir:
5.7.19 - 8.0.28
MariaDB versions seen by refresh listDir:
10.2.8
PHP versions seen by refresh listDir:
5.6.31 - 7.0.23 - 7.1.9 - 7.3.12 - 7.4.19 - 8.1.3
Apache versions seen by refresh listDir:
2.4.27 - 2.4.52
- MySQL 8.0.28 Port 3306
MySQL basedir = c:/wamp64/bin/mysql/mysql8.0.28
MySQL datadir = c:/wamp64/bin/mysql/mysql8.0.28/data
- MariaDB 10.2.8 Port 3307
MariaDB basedir = c:/wamp64/bin/mariadb/mariadb10.2.8
MariaDB datadir = c:/wamp64/bin/mariadb/mariadb10.2.8/data
- PHP 5.6.31 for CLI (Internal Wampserver PHP scripts)
------ Wampserver configuration ------
---------- Section [main]
language = french wampserverVersion = 3.2.8
installDir = c:/wamp64 navigator = C:/Program Files/Google/Chrome/Application/chrome.exe
editor = C:/WINDOWS/system32/notepad.exedefaultLanguage = english
wampserverMode = 64bit installVersion = unknown
logviewer = C:/WINDOWS/system32/notepad.exewampStartDate = 2022-03-11 11:32:59
update3.2.8 = 2022-03-10
---------- Section [options]
AliasSubmenu = off NotCheckVirtualHost = off
NotCheckDuplicate = off VirtualHostSubMenu = on
HomepageAtStartup = off VhostAllLocalIp = on
SupportMySQL = on SupportMariaDB = on
ShowphmyadMenu = on ShowadminerMenu = off
NotVerifyPATH = off HostsLinesLimit = 5000
NotVerifyHosts = off NotVerifyTLD = off
AutoCleanLogs = off AutoCleanLogsMax = 1000
AutoCleanLogsMin = 50 AutoCleanTmp = off
AutoCleanTmpMax = 1000 CreateSymlink = symlink
BackupHosts = off ShowWWWdirMenu = off
MysqlMariaChangePrompt = off LinksOnProjectsHomePage = off
LinksOnProjectsHomeByIp = off LocalTest = off
ScrollListsHomePage = on
---------- Section [apacheoptions]
apacheUseOtherPort = off apachePortUsed = 80
apacheCompareVersion = off apacheRestoreFiles = off
apacheGracefulRestart = on apachePhpCurlDll = off
---------- Section [mysqloptions]
mysqlPortUsed = 3306 mysqlUseOtherPort = off
mysqlUseConsolePrompt = off mysqlConsolePrompt = \U-MySQL\v-['\d']>
mysqlPortOptionsMenu = on
---------- Section [mariadboptions]
mariaPortUsed = 3307 mariaUseOtherPort = on
mariadbUseConsolePrompt = off mariadbConsolePrompt = \U-\v-['\d']>
mariadbPortOptionsMenu = on
---------------------------------------------
------ C:/WINDOWS/system32/drivers/etc/hosts file contents ------
------ Limited to the first 30 lines ------
# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
## Local by Flywheel - Start ##
192.168.95.100 woocom-formation.local #Local Site
192.168.95.100 www.woocom-formation.local #Local Site
## Local by Flywheel - End ##127.0.0.1 localhost
::1 localhost
127.0.0.1 localhost
----------------------------------------------
-- c:/wamp64/bin/apache/apache2.4.52/conf/extra/httpd-vhosts.conf file contents --
------ Limited to the first 40 lines ------
# Virtual Hosts
#
<VirtualHost *:80>
ServerName localhost
ServerAlias localhost
DocumentRoot "${INSTALL_DIR}/www"
<Directory "${INSTALL_DIR}/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
----------------------------------------------
-- PHP Configuration values
allow_url_fopen = On allow_url_include = Off
auto_append_file = auto_globals_jit = On
auto_prepend_file = date.timezone = UTC
default_charset = UTF-8 default_mimetype = text/html
disable_classes = disable_functions =
display_errors = On display_startup_errors = On
enable_dl = Off error_reporting = E_ALL
expose_php = On file_uploads = On
ignore_repeated_errors = Off ignore_repeated_source = Off
implicit_flush = Off log_errors = On
max_execution_time = 120 max_input_time = 60
max_input_vars = 2500 memory_limit = 128M
opcache.jit = off output_buffering = 4096
post_max_size = 8M register_argc_argv = Off
report_memleaks = On request_order = GP
session.save_path = c:/wamp64/tmp short_open_tag = Off
upload_max_filesize = 2M upload_tmp_dir = c:/wamp64/tmp
variables_order = GPCS xdebug.log_level = 7
xdebug.mode = develop,debug xdebug.show_local_vars = 0
zend.enable_gc = On zlib.output_compression = Off
--------------------------------------------------
--------- wampmanager.ini (Last 4 lines) --------
[Options]
AeTrayMode=64 Bits
AeTrayOldMode=64bit
AeTrayVersion=3.2.4.4
--------------------------------------------------
State of services:
The service 'wampapache64' is started
Service Session : LocalSystem
The service 'wampmysqld64' is started
Service Session : LocalSystem
The service 'wampmariadb64' is started
Service Session : LocalSystem
all services are started - it is OK
***** One or more BINARY_PATH_NAME is incorrect *****
*** BINARY_PATH_NAME of the service wampmysqld64 is not the good one:
c:/wamp64/bin/mysql/mysql5.7.19/bin/mysqld.exe
*** should be:
c:/wamp64/bin/mysql/mysql8.0.28/bin/mysqld.exe
You should reinstall the services using the integrated Wampserver's tool:
Left-Click-> Apache or MySQL or MariaDB -> Service administration then four steps: Stop, Remove, Install, Start then Right-Click -> Refresh
--------------------------------------------------
*** Checking the DNS search order ***
Values of registry keys for
HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider
are in correct order
--------------------------------------------------
Wampmanager (Aestan Tray Menu) 3.2.4.4 - 64bit
Compiler Visual C++ versions used:
PHP 5.6.31 Compiler => MSVC11 (Visual C++ 2012) - Architecture => x64
PHP 7.0.23 Compiler => MSVC14 (Visual C++ 2015) - Architecture => x64
PHP 7.1.9 Compiler => MSVC14 (Visual C++ 2015) - Architecture => x64
PHP 7.3.12 Compiler => MSVC15 (Visual C++ 2017) - Architecture => x64
PHP 7.4.19 Compiler => Visual C++ 2017 - Architecture => x64
PHP 8.1.3 Compiler => Visual C++ 2019 - Architecture => x64
MySQL Ver 5.7.19 for Win64 on x86_64 (MySQL Community Server (GPL))
MySQL Ver 8.0.28 for Win64 on x86_64 (MySQL Community Server - GPL)
MariaDB Ver 10.2.8-MariaDB for Win64 on AMD64 (mariadb.org binary distribution)
Apache 2.4.27 Apache Lounge VC15 Server built: Jul 7 2017 12:46:00
Architecture: 64-bit
Apache 2.4.52 Apache Lounge VS16 Server built: Dec 17 2021 10:17:38
Architecture: 64-bit
--------------------------------------------------
-- Apache loaded modules
- Core:
core_module http_module mpm_winnt_module
so_module win32_module
- Shared modules:
access_compat_module actions_module alias_module
allowmethods_module asis_module authn_core_module
authn_file_module authz_core_module authz_groupfile_module
authz_host_module authz_user_module auth_basic_module
auth_digest_module autoindex_module cache_disk_module
cache_module cgi_module dir_module
env_module fcgid_module file_cache_module
include_module isapi_module log_config_module
mime_module negotiation_module php_module
rewrite_module setenvif_module userdir_module
vhost_alias_module
--------------------------------------------------
Apache includes
Included configuration files:
(*) C:/wamp64/bin/apache/apache2.4.52/conf/httpd.conf
(552) C:/wamp64/bin/apache/apache2.4.52/conf/extra/httpd-autoindex.conf
(564) C:/wamp64/bin/apache/apache2.4.52/conf/extra/httpd-vhosts.conf
(592) C:/wamp64/alias/adminer.conf
(592) C:/wamp64/alias/phpmyadmin.conf
(592) C:/wamp64/alias/phpmyadmin5.1.3.conf
(592) C:/wamp64/alias/phpsysinfo.conf
--------------------------------------------------
Apache variables (Define)
- With command httpd.exe -t -D DUMP_RUN_CFG
APACHE24 = Apache2.4
VERSION_APACHE = 2.4.52
INSTALL_DIR = c:/wamp64
APACHE_DIR = c:/wamp64/bin/apache/apache2.4.52
SRVROOT = c:/wamp64/bin/apache/apache2.4.52
PHPROOT = c:/wamp64/bin/php/php
--------------------------------------------------
VirtualHost configuration:
Virtual Host: localhost
--------------------------------------------------
-- PHP Loaded Extensions
With function get_loaded_extensions()
-- For PHP 8.1.3 used as Apache module
bcmath bz2 calendar com_dotnet Core ctype
curl date dom exif fileinfo filter
gd gettext gmp hash iconv imap
intl json ldap libxml mbstring mysqli
mysqlnd openssl pcre PDO pdo_mysql pdo_sqlite
Phar readline Reflection session SimpleXML soap
sockets SPL sqlite3 standard tokenizer xdebug
xml xmlreader xmlwriter xsl Zend OPcache zip
zlib
--------------------------------------------------
-- Use of PHP versions
PHP 5.6.31 used as CLI
PHP 7.0.23 not used
PHP 7.1.9 not used
PHP 7.3.12 not used
PHP 7.4.19 not used
PHP 8.1.3 used as APACHE module
--------------------------------------------------
-- Show Excluded port by the System
With command:
netsh int ip show excludedportrange protocol=tcp
5357
--------------------------------------------------
***** Check symbolic links *****
All symbolic links are OK
--------------------------------------------------
***** Test which uses port 80 *****
===== Tested by command netstat filtered on port 80 =====
Test for TCP
Your port 80 is used by a processus with PID = 11512
The processus of PID 11512 is 'httpd.exe' Session: Services
The service of PID 11512 for 'httpd.exe' is 'wampapache64'
This service is from Wampserver - It is correct
Test for TCPv6
Your port 80 is used by a processus with PID = 11512
The processus of PID 11512 is 'httpd.exe' Session: Services
The service of PID 11512 for 'httpd.exe' is 'wampapache64'
This service is from Wampserver - It is correct
===== Tested by attempting to open a socket on port 80 =====
Your port 80 is actually used by :
Server: Apache/2.4.52 (Win64) PHP/8.1.3 mod_fcgid/2.3.10-dev
--------------------------------------------------
***** Test which uses port 3306 *****
===== Tested by command netstat filtered on port 3306 =====
Test for TCP
Your port 3306 is used by a processus with PID = 13168
The processus of PID 13168 is 'mysqld.exe' Session: Services
The service of PID 13168 for 'mysqld.exe' is 'wampmysqld64'
This service is from Wampserver - It is correct
Test for TCPv6
Your port 3306 is used by a processus with PID = 13168
The processus of PID 13168 is 'mysqld.exe' Session: Services
The service of PID 13168 for 'mysqld.exe' is 'wampmysqld64'
This service is from Wampserver - It is correct
--------------------------------------------------
***** Test which uses port 3307 *****
===== Tested by command netstat filtered on port 3307 =====
Test for TCP
Your port 3307 is used by a processus with PID = 13008
The processus of PID 13008 is 'mysqld.exe' Session: Services
The service of PID 13008 for 'mysqld.exe' is 'wampmariadb64'
This service is from Wampserver - It is correct
Test for TCPv6
Your port 3307 is used by a processus with PID = 13008
The processus of PID 13008 is 'mysqld.exe' Session: Services
The service of PID 13008 for 'mysqld.exe' is 'wampmariadb64'
This service is from Wampserver - It is correct
--------------------------------------------------
-------- Apache error log (Last 30 lines) --------
--- File cleaned up by Wampserver ---
--- on 2022-03-11 11:30
[Fri Mar 11 12:31:32.815519 2022] [mpm_winnt:notice] [pid 11148:tid 776] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Fri Mar 11 12:31:34.846890 2022] [mpm_winnt:notice] [pid 13048:tid 712] AH00364: Child: All worker threads have exited.
[Fri Mar 11 12:31:35.346203 2022] [mpm_winnt:notice] [pid 11148:tid 776] AH00430: Parent: Child process 13048 exited successfully.
[Fri Mar 11 12:32:52.673675 2022] [mpm_winnt:notice] [pid 12668:tid 764] AH00455: Apache/2.4.52 (Win64) PHP/8.1.3 mod_fcgid/2.3.10-dev configured -- resuming normal operations
[Fri Mar 11 12:32:52.673675 2022] [mpm_winnt:notice] [pid 12668:tid 764] AH00456: Apache Lounge VS16 Server built: Dec 17 2021 10:17:38
[Fri Mar 11 12:32:52.673675 2022] [core:notice] [pid 12668:tid 764] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.52\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.52'
[Fri Mar 11 12:32:52.677256 2022] [mpm_winnt:notice] [pid 12668:tid 764] AH00418: Parent: Created child process 12708
[Fri Mar 11 12:32:53.212281 2022] [mpm_winnt:notice] [pid 12708:tid 4] AH00354: Child: Starting 64 worker threads.
[Fri Mar 11 12:34:45.510323 2022] [mpm_winnt:notice] [pid 12668:tid 764] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Fri Mar 11 12:35:05.563454 2022] [mpm_winnt:notice] [pid 12708:tid 4] AH00364: Child: All worker threads have exited.
[Fri Mar 11 12:35:07.156651 2022] [mpm_winnt:notice] [pid 12668:tid 764] AH00430: Parent: Child process 12708 exited successfully.
[Fri Mar 11 12:35:08.415268 2022] [mpm_winnt:notice] [pid 8048:tid 744] AH00455: Apache/2.4.52 (Win64) PHP/7.4.19 mod_fcgid/2.3.10-dev configured -- resuming normal operations
[Fri Mar 11 12:35:08.416327 2022] [mpm_winnt:notice] [pid 8048:tid 744] AH00456: Apache Lounge VS16 Server built: Dec 17 2021 10:17:38
[Fri Mar 11 12:35:08.416327 2022] [core:notice] [pid 8048:tid 744] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.52\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.52'
[Fri Mar 11 12:35:08.445583 2022] [mpm_winnt:notice] [pid 8048:tid 744] AH00418: Parent: Created child process 9208
[Fri Mar 11 12:35:09.048778 2022] [mpm_winnt:notice] [pid 9208:tid 576] AH00354: Child: Starting 64 worker threads.
[Fri Mar 11 12:36:48.325756 2022] [mpm_winnt:notice] [pid 8048:tid 744] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Fri Mar 11 12:36:50.357058 2022] [mpm_winnt:notice] [pid 9208:tid 576] AH00364: Child: All worker threads have exited.
[Fri Mar 11 12:36:52.405386 2022] [mpm_winnt:notice] [pid 8048:tid 744] AH00430: Parent: Child process 9208 exited successfully.
[Fri Mar 11 12:36:53.935176 2022] [mpm_winnt:notice] [pid 11512:tid 756] AH00455: Apache/2.4.52 (Win64) PHP/8.1.3 mod_fcgid/2.3.10-dev configured -- resuming normal operations
[Fri Mar 11 12:36:53.935176 2022] [mpm_winnt:notice] [pid 11512:tid 756] AH00456: Apache Lounge VS16 Server built: Dec 17 2021 10:17:38
[Fri Mar 11 12:36:53.935176 2022] [core:notice] [pid 11512:tid 756] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.52\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.52'
[Fri Mar 11 12:36:53.938112 2022] [mpm_winnt:notice] [pid 11512:tid 756] AH00418: Parent: Created child process 5492
[Fri Mar 11 12:36:54.728884 2022] [mpm_winnt:notice] [pid 5492:tid 712] AH00354: Child: Starting 64 worker threads.
--------------------------------------------------
-------- Apache access log (Last 30 lines) --------
::1 - - [11/Mar/2022:12:33:51 +0100] "GET /phpmyadmin/doc/html/_static/pygments.css HTTP/1.1" 200 4395
::1 - - [11/Mar/2022:12:33:51 +0100] "GET /phpmyadmin/doc/html/_static/documentation_options.js HTTP/1.1" 200 309
::1 - - [11/Mar/2022:12:33:51 +0100] "GET /phpmyadmin/doc/html/_static/jquery.js HTTP/1.1" 200 271809
::1 - - [11/Mar/2022:12:33:51 +0100] "GET /phpmyadmin/doc/html/_static/underscore.js HTTP/1.1" 200 58319
::1 - - [11/Mar/2022:12:33:51 +0100] "GET /phpmyadmin/doc/html/_static/language_data.js HTTP/1.1" 200 10847
::1 - - [11/Mar/2022:12:33:51 +0100] "GET /phpmyadmin/doc/html/_static/doctools.js HTTP/1.1" 200 9313
::1 - - [11/Mar/2022:12:33:51 +0100] "GET /phpmyadmin/doc/html/_static/documentation_options.js HTTP/1.1" 200 309
::1 - - [11/Mar/2022:12:33:51 +0100] "GET /phpmyadmin/doc/html/_static/underscore.js HTTP/1.1" 200 58319
::1 - - [11/Mar/2022:12:33:51 +0100] "GET /phpmyadmin/doc/html/_static/basic.css HTTP/1.1" 200 10912
::1 - - [11/Mar/2022:12:33:51 +0100] "GET /phpmyadmin/doc/html/_static/doctools.js HTTP/1.1" 200 9313
::1 - - [11/Mar/2022:12:33:51 +0100] "GET /phpmyadmin/doc/html/_static/language_data.js HTTP/1.1" 200 10847
::1 - - [11/Mar/2022:12:33:51 +0100] "GET /phpmyadmin/doc/html/_static/jquery.js HTTP/1.1" 200 271809
::1 - - [11/Mar/2022:12:34:17 +0100] "GET /phpmyadmin5.1.3/ HTTP/1.1" 200 4904
::1 - - [11/Mar/2022:12:35:13 +0100] "GET / HTTP/1.1" 200 20127
::1 - - [11/Mar/2022:12:35:14 +0100] "GET /index.php?img=gifLogo HTTP/1.1" 200 20127
::1 - - [11/Mar/2022:12:35:14 +0100] "GET /index.php?img=pngWrench HTTP/1.1" 200 20127
::1 - - [11/Mar/2022:12:35:14 +0100] "GET /index.php?img=pngFolderGo HTTP/1.1" 200 20127
::1 - - [11/Mar/2022:12:35:21 +0100] "GET / HTTP/1.1" 200 20127
::1 - - [11/Mar/2022:12:35:21 +0100] "GET /index.php?img=gifLogo HTTP/1.1" 200 20127
::1 - - [11/Mar/2022:12:35:21 +0100] "GET /index.php?img=pngWrench HTTP/1.1" 200 20127
::1 - - [11/Mar/2022:12:35:21 +0100] "GET /index.php?img=pngFolderGo HTTP/1.1" 200 20127
::1 - - [11/Mar/2022:12:37:00 +0100] "GET / HTTP/1.1" 200 75051
::1 - - [11/Mar/2022:12:38:00 +0100] "-" 408 -
::1 - - [11/Mar/2022:12:38:22 +0100] "GET /phpmyadmin/ HTTP/1.1" 200 4935
::1 - - [11/Mar/2022:12:38:40 +0100] "POST /phpmyadmin/error_report.php HTTP/1.1" 200 73
::1 - - [11/Mar/2022:12:38:40 +0100] "GET /phpmyadmin/ HTTP/1.1" 200 4935
::1 - - [11/Mar/2022:12:39:40 +0100] "-" 408 -
::1 - - [11/Mar/2022:12:40:02 +0100] "GET /index.php?img=pngFolderGo HTTP/1.1" 200 75051
::1 - - [11/Mar/2022:12:41:02 +0100] "-" 408 -
127.0.0.1 - - [11/Mar/2022:12:41:56 +0100] "GET / HTTP/1.1" 200 75051
--------------------------------------------------
-------- PHP error log (Last 30 lines) --------
[11-Mar-2022 11:41:56 UTC] PHP Stack trace:
[11-Mar-2022 11:41:56 UTC] PHP 1. {main}() C:\wamp64\www\index.php:0
[11-Mar-2022 11:41:56 UTC] PHP 2. GetAliasVersions() C:\wamp64\www\index.php:240
[11-Mar-2022 11:41:56 UTC] PHP Deprecated: version_compare(): Passing null to parameter #1 ($version1) of type string is deprecated in C:\wamp64\scripts\wampserver.lib.php on line 1347
[11-Mar-2022 11:41:56 UTC] PHP Stack trace:
[11-Mar-2022 11:41:56 UTC] PHP 1. {main}() C:\wamp64\www\index.php:0
[11-Mar-2022 11:41:56 UTC] PHP 2. GetAliasVersions() C:\wamp64\www\index.php:240
[11-Mar-2022 11:41:56 UTC] PHP 3. version_compare($version1 = NULL, $version2 = '5.1.2', $operator = '>=') C:\wamp64\scripts\wampserver.lib.php:1347
[11-Mar-2022 11:42:00 UTC] PHP Notice: Undefined offset: 1 in C:\wamp64\scripts\wampserver.lib.php on line 1303
[11-Mar-2022 11:42:00 UTC] PHP Notice: Undefined offset: 1 in C:\wamp64\scripts\wampserver.lib.php on line 1304
[11-Mar-2022 11:42:00 UTC] PHP Notice: Undefined offset: 2 in C:\wamp64\scripts\wampserver.lib.php on line 1305
[11-Mar-2022 11:42:00 UTC] PHP Notice: Undefined offset: 1 in C:\wamp64\scripts\wampserver.lib.php on line 1306
[11-Mar-2022 11:42:00 UTC] PHP Notice: Undefined offset: 1 in C:\wamp64\scripts\wampserver.lib.php on line 1307
[11-Mar-2022 11:42:00 UTC] PHP Notice: Undefined offset: 2 in C:\wamp64\scripts\wampserver.lib.php on line 1307
[11-Mar-2022 11:42:00 UTC] PHP Notice: Undefined offset: 1 in C:\wamp64\scripts\wampserver.lib.php on line 1308
[11-Mar-2022 11:42:00 UTC] PHP Notice: Undefined offset: 1 in C:\wamp64\scripts\wampserver.lib.php on line 1309
[11-Mar-2022 11:42:00 UTC] PHP Notice: Undefined offset: 1 in C:\wamp64\scripts\wampserver.lib.php on line 1310
[11-Mar-2022 11:42:00 UTC] PHP Notice: Undefined offset: 1 in C:\wamp64\scripts\wampserver.lib.php on line 1311
[11-Mar-2022 11:42:00 UTC] PHP Notice: Undefined offset: 1 in C:\wamp64\scripts\wampserver.lib.php on line 1312
[11-Mar-2022 11:42:00 UTC] PHP Notice: Undefined offset: 1 in C:\wamp64\scripts\wampserver.lib.php on line 1303
[11-Mar-2022 11:42:00 UTC] PHP Notice: Undefined offset: 1 in C:\wamp64\scripts\wampserver.lib.php on line 1304
[11-Mar-2022 11:42:00 UTC] PHP Notice: Undefined offset: 2 in C:\wamp64\scripts\wampserver.lib.php on line 1305
[11-Mar-2022 11:42:00 UTC] PHP Notice: Undefined offset: 1 in C:\wamp64\scripts\wampserver.lib.php on line 1306
[11-Mar-2022 11:42:00 UTC] PHP Notice: Undefined offset: 1 in C:\wamp64\scripts\wampserver.lib.php on line 1307
[11-Mar-2022 11:42:00 UTC] PHP Notice: Undefined offset: 2 in C:\wamp64\scripts\wampserver.lib.php on line 1307
[11-Mar-2022 11:42:00 UTC] PHP Notice: Undefined offset: 1 in C:\wamp64\scripts\wampserver.lib.php on line 1308
[11-Mar-2022 11:42:00 UTC] PHP Notice: Undefined offset: 1 in C:\wamp64\scripts\wampserver.lib.php on line 1309
[11-Mar-2022 11:42:00 UTC] PHP Notice: Undefined offset: 1 in C:\wamp64\scripts\wampserver.lib.php on line 1310
[11-Mar-2022 11:42:00 UTC] PHP Notice: Undefined offset: 1 in C:\wamp64\scripts\wampserver.lib.php on line 1311
[11-Mar-2022 11:42:00 UTC] PHP Notice: Undefined offset: 1 in C:\wamp64\scripts\wampserver.lib.php on line 1312
--------------------------------------------------
-------- MySQL error log (Last 30 lines) --------
--- File cleaned up by Wampserver ---
--- on 2022-03-11 11:30
--------------------------------------------------
-------- MariaDB error log (Last 30 lines) --------
2022-03-11 12:31:32 12664 [Note] Event Scheduler: Purging the queue. 0 events
2022-03-11 12:31:32 12496 [Note] InnoDB: FTS optimize thread exiting.
2022-03-11 12:31:32 12664 [Note] InnoDB: Starting shutdown...
2022-03-11 12:31:32 10088 [Note] InnoDB: Dumping buffer pool(s) to c:\wamp64\bin\mariadb\mariadb10.2.8\data\ib_buffer_pool
2022-03-11 12:31:32 10088 [Note] InnoDB: Buffer pool(s) dump completed at 220311 12:31:32
2022-03-11 12:31:34 12664 [Note] InnoDB: Shutdown completed; log sequence number 1630257
2022-03-11 12:31:34 12664 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2022-03-11 12:31:34 12664 [Note] wampmariadb64: Arrêt du serveur terminé
2022-03-11 12:32:53 13032 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-03-11 12:32:53 13032 [Note] InnoDB: Uses event mutexes
2022-03-11 12:32:53 13032 [Note] InnoDB: Compressed tables use zlib 1.2.3
2022-03-11 12:32:53 13032 [Note] InnoDB: Number of pools: 1
2022-03-11 12:32:53 13032 [Note] InnoDB: Using generic crc32 instructions
2022-03-11 12:32:53 13032 [Note] InnoDB: Initializing buffer pool, total size = 32M, instances = 1, chunk size = 32M
2022-03-11 12:32:53 13032 [Note] InnoDB: Completed initialization of buffer pool
2022-03-11 12:32:53 13032 [Note] InnoDB: Highest supported file format is Barracuda.
2022-03-11 12:32:53 13032 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-03-11 12:32:53 13032 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-03-11 12:32:53 13032 [Note] InnoDB: Setting file '.\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-03-11 12:32:53 13032 [Note] InnoDB: File '.\ibtmp1' size is now 12 MB.
2022-03-11 12:32:53 13032 [Note] InnoDB: 5.7.19 started; log sequence number 1630257
2022-03-11 12:32:53 13128 [Note] InnoDB: Loading buffer pool(s) from c:\wamp64\bin\mariadb\mariadb10.2.8\data\ib_buffer_pool
2022-03-11 12:32:53 13128 [Note] InnoDB: Buffer pool(s) load completed at 220311 12:32:53
2022-03-11 12:32:53 13032 [Note] Plugin 'FEEDBACK' is disabled.
2022-03-11 12:32:53 13032 [Note] Server socket created on IP: '::'.
2022-03-11 12:32:53 13032 [Note] Reading of all Master_info entries succeded
2022-03-11 12:32:53 13032 [Note] Added new Master_info '' to hash table
2022-03-11 12:32:53 13032 [Note] wampmariadb64: ready for connections.
Version: '10.2.8-MariaDB' socket: '' port: 3307 mariadb.org binary distribution











Quand je vais sur localhost, voici ce que j'obtiens


( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1303
Call Stack
# Time Memory Function Location
1 0.0034 400576 {main}( ) ...\index.php:0
2 0.0325 481464 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:180
3 0.0325 481560 check_virtualhost( $check_files_only = ??? ) ...\wampserver.lib.php:1539
4 0.0357 525704 GetAliasVersions( ) ...\wampserver.lib.php:827

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1304
Call Stack
# Time Memory Function Location
1 0.0034 400576 {main}( ) ...\index.php:0
2 0.0325 481464 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:180
3 0.0325 481560 check_virtualhost( $check_files_only = ??? ) ...\wampserver.lib.php:1539
4 0.0357 525704 GetAliasVersions( ) ...\wampserver.lib.php:827

( ! ) Warning: Undefined array key 2 in C:\wamp64\scripts\wampserver.lib.php on line 1305
Call Stack
# Time Memory Function Location
1 0.0034 400576 {main}( ) ...\index.php:0
2 0.0325 481464 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:180
3 0.0325 481560 check_virtualhost( $check_files_only = ??? ) ...\wampserver.lib.php:1539
4 0.0357 525704 GetAliasVersions( ) ...\wampserver.lib.php:827

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1306
Call Stack
# Time Memory Function Location
1 0.0034 400576 {main}( ) ...\index.php:0
2 0.0325 481464 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:180
3 0.0325 481560 check_virtualhost( $check_files_only = ??? ) ...\wampserver.lib.php:1539
4 0.0357 525704 GetAliasVersions( ) ...\wampserver.lib.php:827

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1307
Call Stack
# Time Memory Function Location
1 0.0034 400576 {main}( ) ...\index.php:0
2 0.0325 481464 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:180
3 0.0325 481560 check_virtualhost( $check_files_only = ??? ) ...\wampserver.lib.php:1539
4 0.0357 525704 GetAliasVersions( ) ...\wampserver.lib.php:827

( ! ) Warning: Undefined array key 2 in C:\wamp64\scripts\wampserver.lib.php on line 1307
Call Stack
# Time Memory Function Location
1 0.0034 400576 {main}( ) ...\index.php:0
2 0.0325 481464 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:180
3 0.0325 481560 check_virtualhost( $check_files_only = ??? ) ...\wampserver.lib.php:1539
4 0.0357 525704 GetAliasVersions( ) ...\wampserver.lib.php:827

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1308
Call Stack
# Time Memory Function Location
1 0.0034 400576 {main}( ) ...\index.php:0
2 0.0325 481464 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:180
3 0.0325 481560 check_virtualhost( $check_files_only = ??? ) ...\wampserver.lib.php:1539
4 0.0357 525704 GetAliasVersions( ) ...\wampserver.lib.php:827

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1309
Call Stack
# Time Memory Function Location
1 0.0034 400576 {main}( ) ...\index.php:0
2 0.0325 481464 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:180
3 0.0325 481560 check_virtualhost( $check_files_only = ??? ) ...\wampserver.lib.php:1539
4 0.0357 525704 GetAliasVersions( ) ...\wampserver.lib.php:827

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1310
Call Stack
# Time Memory Function Location
1 0.0034 400576 {main}( ) ...\index.php:0
2 0.0325 481464 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:180
3 0.0325 481560 check_virtualhost( $check_files_only = ??? ) ...\wampserver.lib.php:1539
4 0.0357 525704 GetAliasVersions( ) ...\wampserver.lib.php:827

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1311
Call Stack
# Time Memory Function Location
1 0.0034 400576 {main}( ) ...\index.php:0
2 0.0325 481464 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:180
3 0.0325 481560 check_virtualhost( $check_files_only = ??? ) ...\wampserver.lib.php:1539
4 0.0357 525704 GetAliasVersions( ) ...\wampserver.lib.php:827

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1312
Call Stack
# Time Memory Function Location
1 0.0034 400576 {main}( ) ...\index.php:0
2 0.0325 481464 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:180
3 0.0325 481560 check_virtualhost( $check_files_only = ??? ) ...\wampserver.lib.php:1539
4 0.0357 525704 GetAliasVersions( ) ...\wampserver.lib.php:827

( ! ) Deprecated: version_compare(): Passing null to parameter #1 ($version1) of type string is deprecated in C:\wamp64\scripts\wampserver.lib.php on line 1347
Call Stack
# Time Memory Function Location
1 0.0034 400576 {main}( ) ...\index.php:0
2 0.0325 481464 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:180
3 0.0325 481560 check_virtualhost( $check_files_only = ??? ) ...\wampserver.lib.php:1539
4 0.0357 525704 GetAliasVersions( ) ...\wampserver.lib.php:827
5 0.0542 538136 version_compare( $version1 = NULL, $version2 = '5.1.2', $operator = '>=' ) ...\wampserver.lib.php:1347

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1303
Call Stack
# Time Memory Function Location
1 0.0034 400576 {main}( ) ...\index.php:0
2 0.0325 481464 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:180
3 0.0567 499504 GetAliasVersions( ) ...\wampserver.lib.php:1540

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1304
Call Stack
# Time Memory Function Location
1 0.0034 400576 {main}( ) ...\index.php:0
2 0.0325 481464 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:180
3 0.0567 499504 GetAliasVersions( ) ...\wampserver.lib.php:1540

( ! ) Warning: Undefined array key 2 in C:\wamp64\scripts\wampserver.lib.php on line 1305
Call Stack
# Time Memory Function Location
1 0.0034 400576 {main}( ) ...\index.php:0
2 0.0325 481464 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:180
3 0.0567 499504 GetAliasVersions( ) ...\wampserver.lib.php:1540

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1306
Call Stack
# Time Memory Function Location
1 0.0034 400576 {main}( ) ...\index.php:0
2 0.0325 481464 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:180
3 0.0567 499504 GetAliasVersions( ) ...\wampserver.lib.php:1540

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1307
Call Stack
# Time Memory Function Location
1 0.0034 400576 {main}( ) ...\index.php:0
2 0.0325 481464 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:180
3 0.0567 499504 GetAliasVersions( ) ...\wampserver.lib.php:1540

( ! ) Warning: Undefined array key 2 in C:\wamp64\scripts\wampserver.lib.php on line 1307
Call Stack
# Time Memory Function Location
1 0.0034 400576 {main}( ) ...\index.php:0
2 0.0325 481464 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:180
3 0.0567 499504 GetAliasVersions( ) ...\wampserver.lib.php:1540

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1308
Call Stack
# Time Memory Function Location
1 0.0034 400576 {main}( ) ...\index.php:0
2 0.0325 481464 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:180
3 0.0567 499504 GetAliasVersions( ) ...\wampserver.lib.php:1540

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1309
Call Stack
# Time Memory Function Location
1 0.0034 400576 {main}( ) ...\index.php:0
2 0.0325 481464 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:180
3 0.0567 499504 GetAliasVersions( ) ...\wampserver.lib.php:1540

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1310
Call Stack
# Time Memory Function Location
1 0.0034 400576 {main}( ) ...\index.php:0
2 0.0325 481464 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:180
3 0.0567 499504 GetAliasVersions( ) ...\wampserver.lib.php:1540

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1311
Call Stack
# Time Memory Function Location
1 0.0034 400576 {main}( ) ...\index.php:0
2 0.0325 481464 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:180
3 0.0567 499504 GetAliasVersions( ) ...\wampserver.lib.php:1540

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1312
Call Stack
# Time Memory Function Location
1 0.0034 400576 {main}( ) ...\index.php:0
2 0.0325 481464 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:180
3 0.0567 499504 GetAliasVersions( ) ...\wampserver.lib.php:1540

( ! ) Deprecated: version_compare(): Passing null to parameter #1 ($version1) of type string is deprecated in C:\wamp64\scripts\wampserver.lib.php on line 1347
Call Stack
# Time Memory Function Location
1 0.0034 400576 {main}( ) ...\index.php:0
2 0.0325 481464 GetPhpVersionsUsage( $modeWeb = ???, $doReport = ??? ) ...\index.php:180
3 0.0567 499504 GetAliasVersions( ) ...\wampserver.lib.php:1540
4 0.0741 507552 version_compare( $version1 = NULL, $version2 = '5.1.2', $operator = '>=' ) ...\wampserver.lib.php:1347

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1303
Call Stack
# Time Memory Function Location
1 0.0034 400576 {main}( ) ...\index.php:0
2 0.0988 519392 GetAliasVersions( ) ...\index.php:240

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1304
Call Stack
# Time Memory Function Location
1 0.0034 400576 {main}( ) ...\index.php:0
2 0.0988 519392 GetAliasVersions( ) ...\index.php:240

( ! ) Warning: Undefined array key 2 in C:\wamp64\scripts\wampserver.lib.php on line 1305
Call Stack
# Time Memory Function Location
1 0.0034 400576 {main}( ) ...\index.php:0
2 0.0988 519392 GetAliasVersions( ) ...\index.php:240

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1306
Call Stack
# Time Memory Function Location
1 0.0034 400576 {main}( ) ...\index.php:0
2 0.0988 519392 GetAliasVersions( ) ...\index.php:240

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1307
Call Stack
# Time Memory Function Location
1 0.0034 400576 {main}( ) ...\index.php:0
2 0.0988 519392 GetAliasVersions( ) ...\index.php:240

( ! ) Warning: Undefined array key 2 in C:\wamp64\scripts\wampserver.lib.php on line 1307
Call Stack
# Time Memory Function Location
1 0.0034 400576 {main}( ) ...\index.php:0
2 0.0988 519392 GetAliasVersions( ) ...\index.php:240

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1308
Call Stack
# Time Memory Function Location
1 0.0034 400576 {main}( ) ...\index.php:0
2 0.0988 519392 GetAliasVersions( ) ...\index.php:240

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1309
Call Stack
# Time Memory Function Location
1 0.0034 400576 {main}( ) ...\index.php:0
2 0.0988 519392 GetAliasVersions( ) ...\index.php:240

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1310
Call Stack
# Time Memory Function Location
1 0.0034 400576 {main}( ) ...\index.php:0
2 0.0988 519392 GetAliasVersions( ) ...\index.php:240

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1311
Call Stack
# Time Memory Function Location
1 0.0034 400576 {main}( ) ...\index.php:0
2 0.0988 519392 GetAliasVersions( ) ...\index.php:240

( ! ) Warning: Undefined array key 1 in C:\wamp64\scripts\wampserver.lib.php on line 1312
Call Stack
# Time Memory Function Location
1 0.0034 400576 {main}( ) ...\index.php:0
2 0.0988 519392 GetAliasVersions( ) ...\index.php:240

( ! ) Deprecated: version_compare(): Passing null to parameter #1 ($version1) of type string is deprecated in C:\wamp64\scripts\wampserver.lib.php on line 1347
Call Stack
# Time Memory Function Location
1 0.0034 400576 {main}( ) ...\index.php:0
2 0.0988 519392 GetAliasVersions( ) ...\index.php:240
3 0.1139 527392 version_compare( $version1 = NULL, $version2 = '5.1.2', $operator = '>=' ) ...\wampserver.lib.php:1347
W




Quand je vais sur localhost/phpmyadmin :


Deprecation Notice in .\vendor\twig\twig\src\Loader\FilesystemLoader.php#40
realpath(): Passing null to parameter #1 ($path) of type string is deprecated

Backtrace

.\vendor\twig\twig\src\Loader\FilesystemLoader.php#40: realpath(NULL)
.\libraries\classes\Template.php#65: Twig\Loader\FilesystemLoader->__construct(string 'templates/')
.\libraries\classes\Theme.php#98: PhpMyAdmin\Template->__construct()
.\libraries\classes\Theme.php#168: PhpMyAdmin\Theme->__construct()
.\libraries\classes\ThemeManager.php#305: PhpMyAdmin\Theme::load(string './themes/metro')
.\libraries\classes\ThemeManager.php#89: PhpMyAdmin\ThemeManager->loadThemes()
.\libraries\classes\ThemeManager.php#129: PhpMyAdmin\ThemeManager->__construct()
.\libraries\classes\ThemeManager.php#396: PhpMyAdmin\ThemeManager::getInstance()
.\libraries\common.inc.php#315: PhpMyAdmin\ThemeManager::initializeTheme()
.\index.php#23: require_once(.\libraries\common.inc.php)
Deprecation Notice in .\vendor\twig\twig\src\Node\Node.php#161
Return type of Twig\Node\Node::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

Backtrace

.\vendor\composer\ClassLoader.php#444: include(.\vendor\twig\twig\src\Node\Node.php)
.\vendor\composer\ClassLoader.php#322: Composer\Autoload\includeFile(string 'C:\\wamp64\\apps\\phpMyAdmin-5.0.2\\vendor\\composer/../twig/twig/src\\Node\\Node.php')
Composer\Autoload\ClassLoader->loadClass(string 'Twig\\Node\\Node')
.\vendor\twig\twig\src\TwigFilter.php#150: class_exists(string 'Twig\\Node\\Node')
.\vendor\composer\ClassLoader.php#444: include(.\vendor\twig\twig\src\TwigFilter.php)
.\vendor\composer\ClassLoader.php#322: Composer\Autoload\includeFile(string 'C:\\wamp64\\apps\\phpMyAdmin-5.0.2\\vendor\\composer/../twig/twig/src\\TwigFilter.php')
.\vendor\twig\twig\src\Extension\CoreExtension.php#214: Composer\Autoload\ClassLoader->loadClass(string 'Twig\\TwigFilter')
.\vendor\twig\twig\src\ExtensionSet.php#433: Twig\Extension\CoreExtension->getFilters()
.\vendor\twig\twig\src\ExtensionSet.php#423: Twig\ExtensionSet->initExtension()
.\vendor\twig\twig\src\ExtensionSet.php#243: Twig\ExtensionSet->initExtensions()
.\vendor\twig\twig\src\Environment.php#797: Twig\ExtensionSet->getFilter(string 'error')
.\tmp\twig\9b\9b779c761fc89c7002d5e41e58af120d49ed052b3759d2692bfeff435d73fa02.php#63: Twig\Environment->getFilter(string 'error')
.\vendor\twig\twig\src\Template.php#407: __TwigTemplate_c4101b7b5ba20441d836718f2e9800181a4281c2a04f99b2d20893cdd4285373->doDisplay(
array,
array,
)
.\vendor\twig\twig\src\Template.php#380: Twig\Template->displayWithErrorHandling(
array,
array,
)
.\vendor\twig\twig\src\Template.php#392: Twig\Template->display(array)
.\vendor\twig\twig\src\TemplateWrapper.php#45: Twig\Template->render(
array,
array,
)
.\libraries\classes\Template.php#140: Twig\TemplateWrapper->render(array)
.\libraries\classes\Plugins\Auth\AuthenticationCookie.php#144: PhpMyAdmin\Template->render(
string 'login/header',
array,
)
.\libraries\classes\Plugins\AuthenticationPlugin.php#268: PhpMyAdmin\Plugins\Auth\AuthenticationCookie->showLoginForm()
.\libraries\common.inc.php#365: PhpMyAdmin\Plugins\AuthenticationPlugin->authenticate()
.\index.php#23: require_once(.\libraries\common.inc.php)
Deprecation Notice in .\vendor\twig\twig\src\Node\Node.php#166
Return type of Twig\Node\Node::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

Backtrace

.\vendor\composer\ClassLoader.php#444: include(.\vendor\twig\twig\src\Node\Node.php)
.\vendor\composer\ClassLoader.php#322: Composer\Autoload\includeFile(string 'C:\\wamp64\\apps\\phpMyAdmin-5.0.2\\vendor\\composer/../twig/twig/src\\Node\\Node.php')
Composer\Autoload\ClassLoader->loadClass(string 'Twig\\Node\\Node')
.\vendor\twig\twig\src\TwigFilter.php#150: class_exists(string 'Twig\\Node\\Node')
.\vendor\composer\ClassLoader.php#444: include(.\vendor\twig\twig\src\TwigFilter.php)
.\vendor\composer\ClassLoader.php#322: Composer\Autoload\includeFile(string 'C:\\wamp64\\apps\\phpMyAdmin-5.0.2\\vendor\\composer/../twig/twig/src\\TwigFilter.php')
.\vendor\twig\twig\src\Extension\CoreExtension.php#214: Composer\Autoload\ClassLoader->loadClass(string 'Twig\\TwigFilter')
.\vendor\twig\twig\src\ExtensionSet.php#433: Twig\Extension\CoreExtension->getFilters()
.\vendor\twig\twig\src\ExtensionSet.php#423: Twig\ExtensionSet->initExtension()
.\vendor\twig\twig\src\ExtensionSet.php#243: Twig\ExtensionSet->initExtensions()
.\vendor\twig\twig\src\Environment.php#797: Twig\ExtensionSet->getFilter(string 'error')
.\tmp\twig\9b\9b779c761fc89c7002d5e41e58af120d49ed052b3759d2692bfeff435d73fa02.php#63: Twig\Environment->getFilter(string 'error')
.\vendor\twig\twig\src\Template.php#407: __TwigTemplate_c4101b7b5ba20441d836718f2e9800181a4281c2a04f99b2d20893cdd4285373->doDisplay(
array,
array,
)
.\vendor\twig\twig\src\Template.php#380: Twig\Template->displayWithErrorHandling(
array,
array,
)
.\vendor\twig\twig\src\Template.php#392: Twig\Template->display(array)
.\vendor\twig\twig\src\TemplateWrapper.php#45: Twig\Template->render(
array,
array,
)
.\libraries\classes\Template.php#140: Twig\TemplateWrapper->render(array)
.\libraries\classes\Plugins\Auth\AuthenticationCookie.php#144: PhpMyAdmin\Template->render(
string 'login/header',
array,
)
.\libraries\classes\Plugins\AuthenticationPlugin.php#268: PhpMyAdmin\Plugins\Auth\AuthenticationCookie->showLoginForm()
.\libraries\common.inc.php#365: PhpMyAdmin\Plugins\AuthenticationPlugin->authenticate()
.\index.php#23: require_once(.\libraries\common.inc.php)



merci

Options: Répondre•Citer ce Message
Re: wamp se lance après update mais impossible d'acceder à localhost
Envoyé par: Otomatic (Modérateur)
Date: 11 March 2022 à 14:05

Il y a quelques "trucs" à corriger !!

Bonjour,

> - Default text editor: C:/WINDOWS/system32/notepad.exe
> - Default log viewer: C:/WINDOWS/system32/notepad.exe
Notepad Windows n'est pas ce qu'il faut comme éditeur de texte.
Mettre Notepad++ ou Ultraedit ou un vrai éditeur de texte
Notepad++ est gratuit.
Il suffit d'indiquer le bon chemin dans wampmanager.conf

> PHP 5.6.31 for CLI (Internal Wampserver PHP scripts)
Installer PHP 5.6.40 et le passer en CLI
Ou passer votre version PHP 7.0.23 en CLI
Clic-Droit -> Outils -> Changer version PHP CLI -> 7.0.23

> C:/WINDOWS/system32/drivers/etc/hosts file contents
À nettoyer pour ne laisser que les lignes dont vous avez besoin
Ne pas mettre de commentaire #.... en fin de ligne donc :
Par exemple, remplacer
192.168.95.100 woocom-formation.local #Local Site
par
#Local site
192.168.95.100 woocom-formation.local

> c:/wamp64/bin/apache/apache2.4.52/conf/extra/httpd-vhosts.conf file contents --
> ------ Limited to the first 40 lines ------
Il n'y a pas les VirtualHost de vos sites locaux

> Version de MySQL :
> 8.0.28 - Port défini pour MySQL : 3306 - SGBD par défaut
Mais...... ATTENTION - ATTENTION
***** One or more BINARY_PATH_NAME is incorrect *****
*** BINARY_PATH_NAME of the service wampmysqld64 is not the good one:
c:/wamp64/bin/mysql/mysql5.7.19/bin/mysqld.exe
*** should be:
c:/wamp64/bin/mysql/mysql8.0.28/bin/mysqld.exe
You should reinstall the services using the integrated Wampserver's tool:
Left-Click-> Apache or MySQL or MariaDB -> Service administration then four steps: Stop, Remove, Install, Start
then Right-Click -> Refresh

> C:/wamp64/alias/phpmyadmin.conf
Quelle version est-ce ?
Sans doute incompatible avec PHP 8.1.3 d'où les erreurs PhpMyAdmin.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: Répondre•Citer ce Message
Re: wamp se lance après update mais impossible d'acceder à localhost
Envoyé par: eliZzz (---.abo.bbox.fr)
Date: 11 March 2022 à 16:43

Bon je n'ai plus de message d'erreur ni quand je lance localhost ni localhost/phpadmin

sauf dans wampconfreport,
*** BINARY_PATH_NAME of the service wampmysqld64 is not the good one:
c:/wamp64/bin/mysql/mysql5.7.19/bin/mysqld.exe
*** should be:
c:/wamp64/bin/mysql/mysql8.0.28/bin/mysqld.exe
You should reinstall the services using the integrated Wampserver's tool:
Left-Click-> Apache or MySQL or MariaDB -> Service administration then four steps: Stop, Remove, Install, Start then Right-Click -> Refresh

J'ai suivi la procédure, vidé les logs, refait un report, cela n'a rien changé.

Anecdotes :
j'ai indiqué le bon chemin pour notepad++.exe mais il n'en a pas voulu. Remis notepad
N'arrive pas à débloquer les droits sur le C:/WINDOWS/system32/drivers/etc/hosts, donc c'est resté comme c'est.


Mes questions:

Comment redonner le bon chemin (à la main dans un fichier ?) pour le mysql

+ Je ne comprends pas vraiment les virtualhosts, ce qui était automatique avant ne l'est plus ? => je les entre à la main, ok. Cela veut-il dire que je peux mettre mes sites dans un autre dossier que dans le www ?

Options: Répondre•Citer ce Message
Re: wamp se lance après update mais impossible d'acceder à localhost
Envoyé par: Otomatic (Modérateur)
Date: 11 March 2022 à 17:04

Bonjour,

> j'ai indiqué le bon chemin pour notepad++.exe mais il n'en a pas voulu. Remis notepad
Chez moi, avec Notepad++, ,j'ai dans le fichier wampmanager.conf :
;Path of the Text Editor used by Wampserver
;May be modfied with the absolute path of the Text Editor exe file
;(Use / instead of \)
editor ="E:/Util/Texte/Notepad++/notepad++.exe"
logviewer ="E:/Util/Texte/Notepad++/notepad++.exe"
Après modif, il faut relancer Wampserver pour que ça soit pris en compte. Les chemins sont vérifiés au redémarrage de Wampserver.

> N'arrive pas à débloquer les droits sur le C:/WINDOWS/system32/drivers/etc/hosts.
Voir item 9 et note 2 de CONSEILS DE DÉPANNAGE

> Comment redonner le bon chemin (à la main dans un fichier ?) pour le mysql
C'est un chemin de fichier mais déclaré dans le service wampmysqld64
Voir dans le gestionnaire des services, onglet Général du service wampmysdld64
Le chemin ne peut pas être créé à la main, il recréer le service.
Vous pouvez essayer par :
Clic-Droit -> Outils -> Réinstaller tous les services

> Cela veut-il dire que je peux mettre mes sites dans un autre dossier que dans le www ?
Non, les sites locaux peuvent être (presque) n'importe où. Pas dans des dossiers système comme Windows ou Program Files ou Users ou comportant des espaces.
Et, pour créer le VirtualHost afférent à ce site local, vous passer par la page "Ajouter un VirtualHost"

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: Répondre•Citer ce Message
Re: wamp se lance après update mais impossible d'acceder à localhost
Envoyé par: eliZzz (---.abo.bbox.fr)
Date: 14 March 2022 à 10:33

Bonjour,
Juste un petit report pour dire que tout fonctionne.
Je vais maintenant pouvoir passer au débuggage de mes vieux sites pour php 8 ! ^^

MERCI pour l'assistance
Eli

Options: Répondre•Citer ce Message


Aller à : Liste des Forums•Liste des messages•Recherche•Connexion
Désolé, seuls les utilisateurs connectés peuvent envoyer des messages dans ce forum.
Cliquer ici pour se connecter

design by jidePowered by Alter Way get firefoxget PHP