Problem pr se logguer

Résolu/Fermé
aure - 22 sept. 2006 à 07:12
 aure - 24 sept. 2006 à 22:46
bonsoir je suis en train de creer un site et la je suis en train d´essayer de mettre un espace membre, je l´ai installé, je me suis inscrit, j´ai confirmé mon inscription par mail, jusque la ca va mais apres quand je veux me loguer ca me met

Warning: session_start() [function.session-start]:
open(/mnt/135/sdb/a/f/monpseudo/sessions/sess_dde2
91505c0968c4714fd2ba319ae09d, O_RDWR) failed: No such file or directory (2) in /mnt/135/sdb/a/f/monpseudo/inscription/index.php on line 2

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at
/mnt/135/sdb/a/f/monpseudo/inscription/index.php:2
) in /mnt/135/sdb/a/f/monpseudo/inscription/index.php on line 2

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at
/mnt/135/sdb/a/f/monpseudo/inscription/index.php:2
) in /mnt/135/sdb/a/f/monpseudo/inscription/index.php on line 2
"); } /*function meta() { //Gestion des metas tags
dans la prochaine verison }*/ function haut_page() { echo""; } function bas_page() { echo""; mysql_close(); } ?>

Fatal error: Call to undefined function: connexion() in
/mnt/135/sdb/a/f/monpseudo/inscription/config_scri
pt.php on line 11

Warning: Unknown():
open(/mnt/135/sdb/a/f/monpseudo/sessions/sess_dde2
91505c0968c4714fd2ba319ae09d, 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/135/sdb/a/f/monpseudo/sessions) in Unknown on line 0



pouvez vous m´aidez SVP mille merci d´avance

4 réponses

elghafoud Messages postés 121 Date d'inscription jeudi 20 février 2003 Statut Membre Dernière intervention 29 avril 2013 18
22 sept. 2006 à 10:38
A mon avis la session (session_start()) ne s'initialise pas à cause d'un problème de droit sur le répertoire ......./sessions/

Faut vérifier si l'utilisateur web (www-data) a les droits sur ce répertoire.

0
bonsoir merci de ta reponse
pour info je suis chez free et j'utilise filezilla est ce qu'il faut que je mette le fichier sessions en chod 777?
0
Ssylvainsab Messages postés 2884 Date d'inscription samedi 29 juillet 2006 Statut Modérateur Dernière intervention 15 août 2020 825
22 sept. 2006 à 22:27
Salut.

Il faut créer un répertoire "sessions" a la racine du site.

Et pour
<?php session_start(); ?>
il faut mettre ce code avant tout code html
0
merci je vais essayer et je te tiendrai au courant
merci
0