Erreur : Uncaught PDOException: SQLSTATE[HY000] [2002] No such
Résolu
JessDu77pipoin
Messages postés
6
Date d'inscription
Statut
Membre
Dernière intervention
-
JessDu77pipoin Messages postés 6 Date d'inscription Statut Membre Dernière intervention -
JessDu77pipoin Messages postés 6 Date d'inscription Statut Membre Dernière intervention -
Bonjour quand j'ai voulu créé un formulaire d'inscription sur mon site, cette erreur est apparu :
Fatal error: Uncaught PDOException: SQLSTATE[HY000] [2002] No such file or directory in /home/jessdu77/www/tquatre/index.php:2 Stack trace: #0 /home/jessdu77/www/tquatre/index.php(2): PDO->__construct('mysql:host=loca...', 'root', '') #1 {main} thrown in /home/jessdu77/www/tquatre/index.php on line 2
.
Mon code
Je ne sais pas quoi faire :( vous pouvez m'aider ?
Fatal error: Uncaught PDOException: SQLSTATE[HY000] [2002] No such file or directory in /home/jessdu77/www/tquatre/index.php:2 Stack trace: #0 /home/jessdu77/www/tquatre/index.php(2): PDO->__construct('mysql:host=loca...', 'root', '') #1 {main} thrown in /home/jessdu77/www/tquatre/index.php on line 2
.
Mon code
<?php $bdd = new PDO('mysql:host=localhost;dbname=jessdu77_espace_membre', 'root', ''); if(isset($_POST['forminscription'])) { $pseudo = htmlspecialchars($_POST['pseudo']); $mail = htmlspecialchars($_POST['mail']); $mail2 = htmlspecialchars($_POST['mail2']); $mdp = sha1($_POST['mdp']); $mdp2 = sha1($_POST['mdp2']); if(!empty($_POST['pseudo']) AND !empty($_POST['mail']) AND !empty($_POST['mail2']) AND !empty($_POST['mdp']) AND !empty($_POST['mdp2'])) { $pseudolength = strlen($pseudo); if($pseudolength <= 255) { if($mail == $mail2) { if(filter_var($mail, FILTER_VALIDATE_EMAIL)) { $reqmail = $bdd->prepare("SELECT * FROM membres WHERE mail = ?"); $reqmail->execute(array($mail)); $mailexist = $reqmail->rowCount(); if($mailexist == 0) { if($mdp == $mdp2) { $insertmbr = $bdd->prepare("INSERT INTO membres(pseudo, mail, motdepasse) VALUES(?, ?, ?)"); $insertmbr->execute(array($pseudo, $mail, $mdp)); $erreur = "Votre compte a bien été créé ! <a href=\"connexion.php\">Me connecter</a>"; } else { $erreur = "Vos mots de passes ne correspondent pas !"; } } else { $erreur = "Adresse mail déjà utilisée !"; } } else { $erreur = "Votre adresse mail n'est pas valide !"; } } else { $erreur = "Vos adresses mail ne correspondent pas !"; } } else { $erreur = "Votre pseudo ne doit pas dépasser 255 caractères !"; } } else { $erreur = "Tous les champs doivent être complétés !"; } } ?> <html> <head> <title>TUTO PHP</title> <meta charset="utf-8"> </head> <body> <div align="center"> <h2>Inscription</h2> <br /><br /> <form method="POST" action=""> <table> <tr> <td align="right"> <label for="pseudo">Pseudo :</label> </td> <td> <input type="text" placeholder="Votre pseudo" id="pseudo" name="pseudo" value="<?php if(isset($pseudo)) { echo $pseudo; } ?>" /> </td> </tr> <tr> <td align="right"> <label for="mail">Mail :</label> </td> <td> <input type="email" placeholder="Votre mail" id="mail" name="mail" value="<?php if(isset($mail)) { echo $mail; } ?>" /> </td> </tr> <tr> <td align="right"> <label for="mail2">Confirmation du mail :</label> </td> <td> <input type="email" placeholder="Confirmez votre mail" id="mail2" name="mail2" value="<?php if(isset($mail2)) { echo $mail2; } ?>" /> </td> </tr> <tr> <td align="right"> <label for="mdp">Mot de passe :</label> </td> <td> <input type="password" placeholder="Votre mot de passe" id="mdp" name="mdp" /> </td> </tr> <tr> <td align="right"> <label for="mdp2">Confirmation du mot de passe :</label> </td> <td> <input type="password" placeholder="Confirmez votre mdp" id="mdp2" name="mdp2" /> </td> </tr> <tr> <td></td> <td align="center"> <br /> <input type="submit" name="forminscription" value="Je m'inscris" /> </td> </tr> </table> </form> <?php if(isset($erreur)) { echo '<font color="red">'.$erreur."</font>"; } ?> </div> </body> </html>
Je ne sais pas quoi faire :( vous pouvez m'aider ?
A voir également:
- Uncaught pdoexception: sqlstate[hy000] [2002]
- Erreur 0x80070643 - Accueil - Windows
- Erreur 4201 france tv ✓ - Forum Réseaux sociaux
- J'aime par erreur facebook notification - Forum Facebook
- Code erreur f3500-31 ✓ - Forum Bbox Bouygues
- Iptv erreur de lecture - Forum TV & Vidéo