crear usuario y contraseña
Publicado por switch (55 intervenciones) el 23/05/2007 00:26:16
hol@, estoy creando una aplicacion en la cual tengo usuario y contaseña, basicamente es que si el usuario existe ingrese a entra.php y si no existe el usuario que se vaya a no_entra.php, la conexion la realizo por el "asistente" para mysql que tiene DW, esto me genera un codigo automatico, pero al ejecutar la aplicacion me reclama en el session_start(); y en el header("Location: ". $MM_redirectLoginFailed );
ESTO ME MUSTRA LOS SIGUENTES ERRORES:
Warning: open(/tmp\sess_c39e642644fefc27ba19a5784d6e7a72, O_RDWR) failed: No such file or directory (2) in c:\foxserv\www\ja\index.php on line 4
(en esta linea esta el "session_start();" )
Warning: Cannot add header information - headers already sent by (output started at c:\foxserv\www\ja\index.php:4) in c:\foxserv\www\ja\index.php on line 41
(en esta linea esta el "header("Location: ". $MM_redirectLoginFailed" );
Warning: open(/tmp\sess_c39e642644fefc27ba19a5784d6e7a72, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
Warning: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0
si alguen me puede ayudar
de ante mano gracias
ESTO ME MUSTRA LOS SIGUENTES ERRORES:
Warning: open(/tmp\sess_c39e642644fefc27ba19a5784d6e7a72, O_RDWR) failed: No such file or directory (2) in c:\foxserv\www\ja\index.php on line 4
(en esta linea esta el "session_start();" )
Warning: Cannot add header information - headers already sent by (output started at c:\foxserv\www\ja\index.php:4) in c:\foxserv\www\ja\index.php on line 41
(en esta linea esta el "header("Location: ". $MM_redirectLoginFailed" );
Warning: open(/tmp\sess_c39e642644fefc27ba19a5784d6e7a72, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
Warning: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0
si alguen me puede ayudar
de ante mano gracias
Valora esta pregunta


0