Archívum - Jún 26, 2004 - Fórum téma
session gondok
A honlapom egy ingyenes (+reklám frame!) szolgáltatónál van.
A php kódomban szereplő:
28: $MySQLLink = mysql_connect (':/var/run/mysqld/mysqld-free.sock', 'teszt', 'jelszo') or die('SQL HIBA:' . mysql_error());
29: mysql_select_db('teszt', $MySQLLink) or die ('SQL HIBA:' . mysql_error());
30:
31: session_start();
32: session_destroy();
33: session_unset();
34: session_register('v1','v2');
35: header("Location: index1.php");
sorokra a szerver a következő hibaüzenettel reagál:
"Warning: Cannot send session cookie - headers already sent by (output started at /mnt/raid2/hosting/free/teszt/index.php:8) in
/mnt/raid2/hosting/free/teszt/index.php on line 31
Warning: Cannot send session cache limiter - headers already sent (output started at /mnt/raid2/hosting/free/teszt/index.php:8) in
/mnt/raid2/hosting/free/teszt/index.php on line 31 Warning: Cannot send session cookie - headers already sent by (output started at
/mnt/raid2/hosting/free/teszt/index.php:8) in /mnt/raid2/hosting/free/teszt/index.php on line 34
/>
Warning: Cannot send session cache limiter - headers already sent (output started at /mnt/raid2/hosting/free/teszt/index.php:8) in
/mnt/raid2/hosting/free/teszt/index.php on line 34
Warning: Cannot add header information - headers already sent by (output started at /mnt/raid2/hosting/free/teszt/index.php:8) in
/mnt/raid2/hosting/free/teszt/index.php on line 35"
Offline a saját gépemen működik, másik szerveren már nem.
Valami nagyon el van rontva, de mi az, és hogyan lehetne kijavítani?
Help me, please!
■ A php kódomban szereplő:
28: $MySQLLink = mysql_connect (':/var/run/mysqld/mysqld-free.sock', 'teszt', 'jelszo') or die('SQL HIBA:' . mysql_error());
29: mysql_select_db('teszt', $MySQLLink) or die ('SQL HIBA:' . mysql_error());
30:
31: session_start();
32: session_destroy();
33: session_unset();
34: session_register('v1','v2');
35: header("Location: index1.php");
sorokra a szerver a következő hibaüzenettel reagál:
"Warning: Cannot send session cookie - headers already sent by (output started at /mnt/raid2/hosting/free/teszt/index.php:8) in
/mnt/raid2/hosting/free/teszt/index.php on line 31
Warning: Cannot send session cache limiter - headers already sent (output started at /mnt/raid2/hosting/free/teszt/index.php:8) in
/mnt/raid2/hosting/free/teszt/index.php on line 31 Warning: Cannot send session cookie - headers already sent by (output started at
/mnt/raid2/hosting/free/teszt/index.php:8) in /mnt/raid2/hosting/free/teszt/index.php on line 34
/>
Warning: Cannot send session cache limiter - headers already sent (output started at /mnt/raid2/hosting/free/teszt/index.php:8) in
/mnt/raid2/hosting/free/teszt/index.php on line 34
Warning: Cannot add header information - headers already sent by (output started at /mnt/raid2/hosting/free/teszt/index.php:8) in
/mnt/raid2/hosting/free/teszt/index.php on line 35"
Offline a saját gépemen működik, másik szerveren már nem.
Valami nagyon el van rontva, de mi az, és hogyan lehetne kijavítani?
Help me, please!