Fehlermeldung nach Update 3.0.10 auf 3.0.11
Verfasst: 31.08.2012 12:12
Hallo,
ich habe in meinem Testforum das Update von 3.0.10 auf 3.0.11 durchgeführt und es hat auch ohne Probleme geklappt. Dann habe ich Debug mal aktiviert und da waren doch einige Meldungen. http://testfeld.sydneylife.de/index.php
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions_account_link.php on line 900: Undefined variable: u_account_link
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions_account_link.php on line 900: Undefined variable: u_account_link
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions_account_link.php on line 900: Undefined variable: u_account_link
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions_account_link.php on line 900: Undefined variable: u_account_link
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions_account_link.php on line 900: Undefined variable: u_account_link
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions_account_link.php on line 900: Undefined variable: u_account_link
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions_account_link.php on line 900: Undefined variable: u_account_link
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions_account_link.php on line 900: Undefined variable: u_account_link
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4857: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3880)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4859: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3880)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4860: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3880)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4861: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3880)
includes/functions_account_link.php on line 900:
Hat jemand einen Tipp was ich tun muss, dass diese Meldungen wieder verschwinden?
ich habe in meinem Testforum das Update von 3.0.10 auf 3.0.11 durchgeführt und es hat auch ohne Probleme geklappt. Dann habe ich Debug mal aktiviert und da waren doch einige Meldungen. http://testfeld.sydneylife.de/index.php
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions_account_link.php on line 900: Undefined variable: u_account_link
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions_account_link.php on line 900: Undefined variable: u_account_link
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions_account_link.php on line 900: Undefined variable: u_account_link
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions_account_link.php on line 900: Undefined variable: u_account_link
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions_account_link.php on line 900: Undefined variable: u_account_link
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions_account_link.php on line 900: Undefined variable: u_account_link
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions_account_link.php on line 900: Undefined variable: u_account_link
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions_account_link.php on line 900: Undefined variable: u_account_link
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4857: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3880)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4859: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3880)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4860: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3880)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4861: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3880)
includes/functions_account_link.php on line 900:
Code: Alles auswählen
$u_account_link_pm = $u_account_link . '&switch_acct=' . $id . '&redirect=' . $phpbb_root_url . '/ucp.php?i=pm&folder=inbox';
Code: Alles auswählen
4856 // application/xhtml+xml not used because of IE
4857 header('Content-type: text/html; charset=UTF-8');
4858
4859 header('Cache-Control: private, no-cache="set-cookie"');
4860 header('Expires: 0');
4861 header('Pragma: no-cache');
4862
4863 if (!empty($user->data['is_bot']))
4864 {
4865 // Let reverse proxies know we detected a bot.
4866 header('X-PHPBB-IS-BOT: yes');
4867 }