Seite 1 von 1

[Erledigt]Multiple ranks Debug Meldung?

Verfasst: 29.03.2012 21:10
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

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

Verfasst: 30.03.2012 10:10
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:

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

Verfasst: 30.03.2012 11:12
von Shorty1968
Danke für deine Hilfe,ich bin gerade dabei die bestehenden Fehler zu beheben.

memberlist.php

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

Verfasst: 30.03.2012 12:09
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

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

Verfasst: 30.03.2012 14:14
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.