Pomoc - Szukaj - Użytkownicy - Kalendarz
Pełna wersja: [PHP][MySQL]Problem z php ... mysql ?
Forum PHP.pl > Forum > Przedszkole
Dais
Jestem totalnym laikiem, mam problem z forum www.nonameczestochowa.cba.pl .Forum w teorii działa, ale nie da się zalogować, nie widać tematów ani postów. W jednym z wywołań zmienione zostało if(is_null($last_mark)) $last_mark=0; .

Po wejściu na strone jest coś takiego przy debugowaniu

[phpBB Debug] PHP Notice: in file /includes/session.php on line 632: Undefined index: user_id
[phpBB Debug] PHP Notice: in file /includes/session.php on line 639: Undefined index: user_type
[phpBB Debug] PHP Notice: in file /includes/session.php on line 653: Undefined index: user_type
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1024: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3692)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1024: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3692)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1024: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3692)
[phpBB Debug] PHP Notice: in file /includes/auth.php on line 69: Undefined index: user_permissions
[phpBB Debug] PHP Notice: in file /includes/auth.php on line 387: Undefined index: user_type
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1530: Undefined index: user_lang
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1532: Undefined index: user_dateformat
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1533: Undefined index: user_timezone
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1534: Undefined index: user_dst
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1876: Undefined index: user_allow_viewonline
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 1701: Undefined index: user_lastmark
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4272: Undefined index: username
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4319: Undefined index: user_new_privmsg
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4346: Undefined index: user_unread_privmsg
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4374: Undefined index: user_timezone
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4398: Undefined index: user_new_privmsg
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4399: Undefined index: user_unread_privmsg
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4400: Undefined index: user_new
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4434: Undefined index: user_perm_from
[phpBB Debug] PHP Notice: in file /includes/session.php on line 2293: Undefined index: user_options
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4445: Undefined index: username
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4450: Undefined index: user_dst
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4476: Undefined index: user_lang
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4491: Undefined index: user_lang
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4506: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3692)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4508: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3692)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4509: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3692)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4510: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3692)

Proszę o pomoc !
kadlub
session_strat masz na samym początku?
Dais
Cytat(kadlub @ 3.04.2011, 13:40:38 ) *
session_strat masz na samym początku?


Nie ma wogóle chyba że jest gdzieś indziej ... pozatym znajomy twierdzi że wysypuje sie na tym ze szuka usera po id sesji a w bazie nie ma tej sesji
kadlub
a co masz w lini 1024 w pliku sesion.php
Dais
Cytat(kadlub @ 3.04.2011, 13:55:42 ) *
a co masz w lini 1024 w pliku sesion.php


Ustawianie ciasteczek

header('Set-Cookie: ' . $name_data . (($cookietime) ? '; expires=' . $expire : '') . '; path=' . $config['cookie_path'] . $domain . ((!$config['cookie_secure']) ? '' : '; secure') . '; HttpOnly', false);

Wygląda to tak jakby nie tworzył sesji, tylko nie możemy znaleźć w którym miejscu powinien.
To jest wersja lo-fi głównej zawartości. Aby zobaczyć pełną wersję z większą zawartością, obrazkami i formatowaniem proszę kliknij tutaj.
Invision Power Board © 2001-2025 Invision Power Services, Inc.