Fehlermeldung nach Update 3.0.10 auf 3.0.11

phpBB 3.0 hat sein "End of Life" erreicht. Eine Neu-Installation wird nicht mehr unterstützt.
Gesperrt
Secretly
Mitglied
Beiträge: 358
Registriert: 14.07.2011 16:59
Kontaktdaten:

Fehlermeldung nach Update 3.0.10 auf 3.0.11

Beitrag 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?
Benutzeravatar
Crizzo
Administrator
Administrator
Beiträge: 12113
Registriert: 19.05.2005 21:45
Kontaktdaten:

Re: Fehlermeldung nach Update 3.0.10 auf 3.0.11

Beitrag 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
Secretly
Mitglied
Beiträge: 358
Registriert: 14.07.2011 16:59
Kontaktdaten:

Re: Fehlermeldung nach Update 3.0.10 auf 3.0.11

Beitrag von Secretly »

Oh okay, dann habe ich schon eine Vermutung zumindest beim ersten, danke :)
Benutzeravatar
Crizzo
Administrator
Administrator
Beiträge: 12113
Registriert: 19.05.2005 21:45
Kontaktdaten:

Re: Fehlermeldung nach Update 3.0.10 auf 3.0.11

Beitrag von Crizzo »

Die 2. Fehlermeldung sollte verschwinden, wenn die erste nicht mehr auftaucht.
Secretly
Mitglied
Beiträge: 358
Registriert: 14.07.2011 16:59
Kontaktdaten:

Re: Fehlermeldung nach Update 3.0.10 auf 3.0.11

Beitrag von Secretly »

Ah okay, danke.
Gesperrt

Zurück zu „[3.0.x] Installation, Update und Konvertierung“