Code: Alles auswählen
Du bist abgemeldet
Woran kann das liegen?
Code: Alles auswählen
Du bist abgemeldet
Code: Alles auswählen
if ($user->data['is_registered'])
{
[...]
}
else
{
//Wenn Du hier landest bist Du nicht eingeloggt.
echo "Du bist abgemeldet<br /><br />";
}
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file /includes/session.php on line 990: Cannot modify header information - headers already sent by (output started at /usr/local/start/index.php:9)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 990: Cannot modify header information - headers already sent by (output started at /usr/local/start/index.php:9)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 990: Cannot modify header information - headers already sent by (output started at /usr/local/start/index.php:9)
Code: Alles auswählen
//Es ist wichtig, das die Session ID mit der Funktion append_sid() uebergeben wird.