Seite 1 von 1

Fehlermeldung nach Update 3.0.10 auf 3.0.11

Verfasst: 31.08.2012 12:12
von Secretly
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:

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		}
Hat jemand einen Tipp was ich tun muss, dass diese Meldungen wieder verschwinden?

Re: Fehlermeldung nach Update 3.0.10 auf 3.0.11

Verfasst: 31.08.2012 12:19
von Crizzo
Hi,

die Datei gehört nicht zu phpBB3.0.11, sondern vermutlich zu einer Modifikation oder ähnlichem.

Kontrolliere doch mal die Installations-Anweisung dieser Mod, ob die Code-Stellen noch alle vorhanden sind, die du vermutlich einbauen musstest.

Grüße

Re: Fehlermeldung nach Update 3.0.10 auf 3.0.11

Verfasst: 31.08.2012 12:24
von Secretly
Oh okay, dann habe ich schon eine Vermutung zumindest beim ersten, danke :)

Re: Fehlermeldung nach Update 3.0.10 auf 3.0.11

Verfasst: 31.08.2012 12:27
von Crizzo
Die 2. Fehlermeldung sollte verschwinden, wenn die erste nicht mehr auftaucht.

Re: Fehlermeldung nach Update 3.0.10 auf 3.0.11

Verfasst: 31.08.2012 12:28
von Secretly
Ah okay, danke.