Seite 1 von 1

phpmyadmin cookie_path

Verfasst: 15.09.2003 19:56
von Gast
hallo leute!

wenn ich unter phpmyadmin die config ansehe, was muss den da bei cookie_path stehen bei mir ist nur ein / kann das richtig sein?

danke
stef

Verfasst: 15.09.2003 20:01
von frederic
ja sollte richtig sein!

Verfasst: 15.09.2003 20:21
von Gast
ich bekomme fogende fehlermeldungen:

Warning: file_exists() [function.file-exists]: Unable to access in /usr/local/httpd/htdocs/kunden/pa44/html/phpBB2/includes/functions.php on line 378

zeile 378
$img_lang = ( file_exists(@phpbb_realpath($phpbb_root_path . $current_template_path . '/images/lang_' . $board_config['default_lang'])) ) ? $board_config['default_lang'] : 'english';



Warning: Cannot modify header information - headers already sent by (output started at /usr/local/httpd/htdocs/kunden/pa/html/phpBB2/includes/functions.php:378)
in /usr/local/httpd/htdocs/kunden/pa/html/phpBB2/includes/page_header.php on line 44

zeile 44
setcookie(COUNTER_NAME, '1', (time() + 3600), $board_config['cookie_path'], $board_config['cookie_domain'], $board_config['cookie_secure']);



Warning: Cannot modify header information - headers already sent by (output started at /usr/local/httpd/htdocs/kunden/pa/html/phpBB2/includes/functions.php:378)
in /usr/local/httpd/htdocs/kunden/pa/html/phpBB2/includes/page_header.php on line 530

zeile 530
header ('Cache-Control: private, pre-check=0, post-check=0, max-age=0');



Warning: Cannot modify header information - headers already sent by (output started at /usr/local/httpd/htdocs/kunden/pa/html/phpBB2/includes/functions.php:378)
in /usr/local/httpd/htdocs/kunden/pa/html/phpBB2/includes/page_header.php on line 532

zeile 532
header ('Expires: 0');



Warning: Cannot modify header information - headers already sent by (output started at /usr/local/httpd/htdocs/kunden/pa/html/phpBB2/includes/functions.php:378)
in /usr/local/httpd/htdocs/kunden/pa/html/phpBB2/includes/page_header.php on line 533

zeile 533
header ('Pragma: no-cache');
hat von euch jemand eine ahnung was da los ist?

grüsse
stef