L'inscription elle marche super bien mais pas la connexion !!!
Voici l'écriture qu'apparait dans l'ecran :
"
Warning: session_start() [function.session-start]: open(/mnt/151/sdb/f/3/banlieueproduction/sessions/sess_245b974acb6fc39a900f217aadf8c6fd, O_RDWR) failed: No such file or directory (2) in /mnt/151/sdb/f/3/banlieueproduction/secure/login.php on line 22
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /mnt/151/sdb/f/3/banlieueproduction/secure/login.php:22) in /mnt/151/sdb/f/3/banlieueproduction/secure/login.php on line 22
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /mnt/151/sdb/f/3/banlieueproduction/secure/login.php:22) in /mnt/151/sdb/f/3/banlieueproduction/secure/login.php on line 22
Warning: Cannot modify header information - headers already sent by (output started at /mnt/151/sdb/f/3/banlieueproduction/secure/login.php:22) in /mnt/151/sdb/f/3/banlieueproduction/secure/login.php on line 24
Warning: Cannot modify header information - headers already sent by (output started at /mnt/151/sdb/f/3/banlieueproduction/secure/login.php:22) in /mnt/151/sdb/f/3/banlieueproduction/secure/login.php on line 25
Warning: Cannot modify header information - headers already sent by (output started at /mnt/151/sdb/f/3/banlieueproduction/secure/login.php:22) in /mnt/151/sdb/f/3/banlieueproduction/secure/login.php on line 30
Warning: Unknown(): open(/mnt/151/sdb/f/3/banlieueproduction/sessions/sess_245b974acb6fc39a900f217aadf8c6fd, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/mnt/151/sdb/f/3/banlieueproduction/sessions) in Unknown on line 0
Tu as écris en français compréhensible dans ton premier post, merci de rester compréhensible.
Créer un répertoire sessions comme te l'a indiqué Okin, et édites ton fichier login.php, pour qu'il n'y ait pas de lignes HTML avant le session_start() (il peut y avoir du PHP par contre)
------------------------------Les dessins des seins ou les desseins des saints ?
Répondre à OmaR
$sql = "SELECT User_Login, User_Pwd FROM $tb_membres WHERE User_Login='$login' AND User_Pwd='".md5($password)."' AND active='1'";
$result = mysql_query($sql);
Vous allez répondre sur un sujet resté inactif pendant plus de 6 mois. Assurez-vous d'apporter des éléments nouveaux à la discussion avant de poursuivre.