Seite 1 von 1

Debug-Notice über der Unterforen-Ansicht seit Update (3.0.8)

Verfasst: 23.06.2011 13:15
von VVCephei
Huhu,

ich habe eben mein Forum von 3.0.7-PL1 auf 3.0.8 geupdated. Seitdem bekomme ich über dem Header jedes Unterforums diese Meldung:

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /viewforum.php on line 650: Undefined index: UNREAD_POSTS
[phpBB Debug] PHP Notice: in file /viewforum.php on line 650: Undefined index: UNREAD_POSTS
[phpBB Debug] PHP Notice: in file /viewforum.php on line 650: Undefined index: UNREAD_POSTS
[phpBB Debug] PHP Notice: in file /viewforum.php on line 650: Undefined index: UNREAD_POSTS
[phpBB Debug] PHP Notice: in file /viewforum.php on line 650: Undefined index: UNREAD_POSTS
[phpBB Debug] PHP Notice: in file /viewforum.php on line 650: Undefined index: UNREAD_POSTS
[phpBB Debug] PHP Notice: in file /viewforum.php on line 650: Undefined index: UNREAD_POSTS
[phpBB Debug] PHP Notice: in file /viewforum.php on line 650: Undefined index: UNREAD_POSTS
[phpBB Debug] PHP Notice: in file /viewforum.php on line 650: Undefined index: NO_UNREAD_POSTS
[phpBB Debug] PHP Notice: in file /viewforum.php on line 650: Undefined index: NO_UNREAD_POSTS
[phpBB Debug] PHP Notice: in file /viewforum.php on line 650: Undefined index: UNREAD_POSTS
[phpBB Debug] PHP Notice: in file /viewforum.php on line 650: Undefined index: UNREAD_POSTS
[phpBB Debug] PHP Notice: in file /viewforum.php on line 650: Undefined index: UNREAD_POSTS
[phpBB Debug] PHP Notice: in file /viewforum.php on line 650: Undefined index: UNREAD_POSTS
[phpBB Debug] PHP Notice: in file /viewforum.php on line 650: Undefined index: NO_UNREAD_POSTS
[phpBB Debug] PHP Notice: in file /viewforum.php on line 650: Undefined index: NO_UNREAD_POSTS
[phpBB Debug] PHP Notice: in file /viewforum.php on line 650: Undefined index: UNREAD_POSTS
[phpBB Debug] PHP Notice: in file /viewforum.php on line 650: Undefined index: UNREAD_POSTS
[phpBB Debug] PHP Notice: in file /viewforum.php on line 650: Undefined index: UNREAD_POSTS
[phpBB Debug] PHP Notice: in file /viewforum.php on line 650: Undefined index: UNREAD_POSTS
[phpBB Debug] PHP Notice: in file /viewforum.php on line 650: Undefined index: UNREAD_POSTS
[phpBB Debug] PHP Notice: in file /viewforum.php on line 650: Undefined index: UNREAD_POSTS
[phpBB Debug] PHP Notice: in file /viewforum.php on line 650: Undefined index: UNREAD_POSTS
[phpBB Debug] PHP Notice: in file /viewforum.php on line 650: Undefined index: UNREAD_POSTS
[phpBB Debug] PHP Notice: in file /viewforum.php on line 650: Undefined index: UNREAD_POSTS

Weiss jemand, was das ist und wie ich das beheben kann?

Gruß,

VVCephei

Re: Debug-Notice über der Unterforen-Ansicht seit Update (3.

Verfasst: 23.06.2011 15:17
von Mahony
Hallo
Da fehlen wohl die Sprachvariablen in der language/de/common.php

Code: Alles auswählen

'UNREAD_POSTS'			=> 'Ungelesene Beiträge',
und

Code: Alles auswählen

'NO_UNREAD_POSTS'			=> 'Keine ungelesenen Beiträge',
Grüße: Mahony

Re: Debug-Notice über der Unterforen-Ansicht seit Update (3.

Verfasst: 23.06.2011 15:40
von VVCephei
dankeschön :)