[Erledigt]Multiple ranks Debug Meldung?

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
Forumsregeln
phpBB 3.0 hat das Ende seiner Lebenszeit überschritten
phpBB 3.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 3.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf die neuste phpBB-Version, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
Benutzeravatar
Shorty1968
Mitglied
Beiträge: 1894
Registriert: 08.09.2011 17:37

[Erledigt]Multiple ranks Debug Meldung?

Beitrag von Shorty1968 »

Hallo ich habe den Multiple ranks (not linked to usergroups) eingebaut und bekomme:

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file [ROOT]/memberlist.php on line 1902: Undefined variable: rank3_title
[phpBB Debug] PHP Notice: in file [ROOT]/memberlist.php on line 1925: Undefined variable: rank2_img
[phpBB Debug] PHP Notice: in file [ROOT]/memberlist.php on line 1926: Undefined variable: rank2_img_src
[phpBB Debug] PHP Notice: in file [ROOT]/memberlist.php on line 1927: Undefined variable: rank3_img
[phpBB Debug] PHP Notice: in file [ROOT]/memberlist.php on line 1928: Undefined variable: rank3_img_src
[phpBB Debug] PHP Notice: in file [ROOT]/memberlist.php on line 1901: Undefined variable: rank2_title
[phpBB Debug] PHP Notice: in file [ROOT]/memberlist.php on line 1902: Undefined variable: rank3_title
[phpBB Debug] PHP Notice: in file [ROOT]/memberlist.php on line 1925: Undefined variable: rank2_img
[phpBB Debug] PHP Notice: in file [ROOT]/memberlist.php on line 1926: Undefined variable: rank2_img_src
[phpBB Debug] PHP Notice: in file [ROOT]/memberlist.php on line 1927: Undefined variable: rank3_img
[phpBB Debug] PHP Notice: in file [ROOT]/memberlist.php on line 1928: Undefined variable: rank3_img_src
[phpBB Debug] PHP Notice: in file [ROOT]/memberlist.php on line 1901: Undefined variable: rank2_title
[phpBB Debug] PHP Notice: in file [ROOT]/memberlist.php on line 1902: Undefined variable: rank3_title
[phpBB Debug] PHP Notice: in file [ROOT]/memberlist.php on line 1925: Undefined variable: rank2_img
[phpBB Debug] PHP Notice: in file [ROOT]/memberlist.php on line 1926: Undefined variable: rank2_img_src
[phpBB Debug] PHP Notice: in file [ROOT]/memberlist.php on line 1927: Undefined variable: rank3_img
[phpBB Debug] PHP Notice: in file [ROOT]/memberlist.php on line 1928: Undefined variable: rank3_img_src
[phpBB Debug] PHP Notice: in file [ROOT]/memberlist.php on line 1901: Undefined variable: rank2_title
[phpBB Debug] PHP Notice: in file [ROOT]/memberlist.php on line 1902: Undefined variable: rank3_title
[phpBB Debug] PHP Notice: in file [ROOT]/memberlist.php on line 1925: Undefined variable: rank2_img
[phpBB Debug] PHP Notice: in file [ROOT]/memberlist.php on line 1926: Undefined variable: rank2_img_src
[phpBB Debug] PHP Notice: in file [ROOT]/memberlist.php on line 1927: Undefined variable: rank3_img
[phpBB Debug] PHP Notice: in file [ROOT]/memberlist.php on line 1928: Undefined variable: rank3_img_src
[phpBB Debug] PHP Notice: in file [ROOT]/memberlist.php on line 1901: Undefined variable: rank2_title
[phpBB Debug] PHP Notice: in file [ROOT]/memberlist.php on line 1902: Undefined variable: rank3_title
[phpBB Debug] PHP Notice: in file [ROOT]/memberlist.php on line 1925: Undefined variable: rank2_img
[phpBB Debug] PHP Notice: in file [ROOT]/memberlist.php on line 1926: Undefined variable: rank2_img_src
[phpBB Debug] PHP Notice: in file [ROOT]/memberlist.php on line 1927: Undefined variable: rank3_img
[phpBB Debug] PHP Notice: in file [ROOT]/memberlist.php on line 1928: Undefined variable: rank3_img_src
[phpBB Debug] PHP Notice: in file [ROOT]/memberlist.php on line 1901: Undefined variable: rank2_title
[phpBB Debug] PHP Notice: in file [ROOT]/memberlist.php on line 1902: Undefined variable: rank3_title
[phpBB Debug] PHP Notice: in file [ROOT]/memberlist.php on line 1925: Undefined variable: rank2_img
[phpBB Debug] PHP Notice: in file [ROOT]/memberlist.php on line 1926: Undefined variable: rank2_img_src
[phpBB Debug] PHP Notice: in file [ROOT]/memberlist.php on line 1927: Undefined variable: rank3_img
[phpBB Debug] PHP Notice: in file [ROOT]/memberlist.php on line 1928: Undefined variable: rank3_img_src
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5173: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3959)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5175: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3959)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5176: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3959)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5177: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3959)
Dazu habe ich auch +PHP+Notice#p12875006]hier etwas gefunden,aber durch mein schlechtes Englisch erkenne ich leider nicht wie ich den fehler beheben kann und hoffe das mir hier jemand helfen kann.

Gruss
Zuletzt geändert von Shorty1968 am 31.03.2012 06:21, insgesamt 2-mal geändert.
modernist
Ehemaliges Teammitglied
Beiträge: 2202
Registriert: 12.01.2009 10:44

Re: Multiple ranks (not linked to usergroups) Debug Meldung?

Beitrag von modernist »

Die Variable rank3_title ist in der memberlist.php in Zeile 1902 nicht definiert usw. usf.

Stell deine memberlist.php mal ins Pastebin, da scheint ja einiges im Argen zu sein.

Warum du aber ständig was Neues einbaust, anstatt mal die bestehenden Probleme in deinem Forum zu beseitigen, werde ich wohl nie verstehen. :wink:
Benutzeravatar
Shorty1968
Mitglied
Beiträge: 1894
Registriert: 08.09.2011 17:37

Re: Multiple ranks (not linked to usergroups) Debug Meldung?

Beitrag von Shorty1968 »

Danke für deine Hilfe,ich bin gerade dabei die bestehenden Fehler zu beheben.

memberlist.php
Benutzeravatar
franki
Ehemaliges Teammitglied
Beiträge: 2823
Registriert: 21.10.2007 14:02
Wohnort: Sonsbeck
Kontaktdaten:

Re: Multiple ranks (not linked to usergroups) Debug Meldung?

Beitrag von franki »

Hallo

Der erste Fehler ist direkt zu Anfang :roll:

Code: Alles auswählen

$rank_title = $rank_img = '';
            //multiple ranks mod by Goz
      $rank_title = $rank_img = $rank_img_src = $rank2_title = $rank2_img = $rank2_img_src = $rank3_title = $rank3_img = $rank3_img_src = ''; 
das $rank_title = $rank_img = ''; ist zuviel
LG Franki
Benutzeravatar
Shorty1968
Mitglied
Beiträge: 1894
Registriert: 08.09.2011 17:37

Re: Multiple ranks (not linked to usergroups) Debug Meldung?

Beitrag von Shorty1968 »

Hallo franki

Dein Tipp war Gold wert,es war zwar nichts zuviel,aber darauf hin habe ich es noch mal genau Kontroliert und es war an der Falschen stelle,was nicht gleich zu erkennen war da die Zeilen sich sehr ähnlich sind.

Aber nichts des so Trotz vielen dank ,dank dir ist der Fehler nun behoben.
Antworten

Zurück zu „[3.0.x] Mod Support“