Seite 1 von 2

habe eine fehlermeldung wenn ich im profiel auf absenden geh

Verfasst: 11.01.2004 07:15
von rocker_baerchen
hi ich habe eine fehlermeldung wenn ich im profiel auf absenden geh

sie schaut so aus

Das nächste mal bitte Dateien als *.txt Versionen verlinken!
Acid


ich hoffe ihr könnt mir da helfen denn ich finde den fehler nicht
wenn ihr noch mehr braucht sagt es ich bring alles was ihr möchtet *ggg haubtsache der fehler geht weg

Verfasst: 11.01.2004 08:10
von Elvis
warum verlinkste die Dateien nicht als Textdateien hier hin, ist besser wegen der Übersichtlichkeit.

und welches Portal benutzt Du ?

Verfasst: 11.01.2004 11:37
von Acid
function display_avatar_gallery($mode, &$category, &$user_id, &$email, &$current_email, &$coppa, &$username, &$email, &$new_password, &$cur_password, &$password_confirm, &$icq, &$aim, &$msn, &$yim, &$website, &$location, &$occupation, &$interests, &$signature, &$viewemail, &$notifypm, &$popup_pm, &$notifyreply, &$attachsig, &$allowhtml, &$allowbbcode, &$allowsmilies, &$hideonline, &$style, &$language, &$timezone, &$dateformat, &$session_id, )
..aus der usercp_avatar.php. Das rotmarkierte Komma vor der Klammer ist zuviel.

Verfasst: 11.01.2004 18:41
von rocker_baerchen
vielen herzlichen dank an euch und sorry wenn ich wieder ein prob habe werde ich es rein linken als text habe nur leider noch net so die erfahrung

es hat geklapt danke ACID :P

mfg rocker_baerchen :grin:

Verfasst: 12.01.2004 13:53
von rocker_baerchen
huhu hier ich schon wieder *ggg

habe wieder einen fehler in der datei kann da bitte nochmal einer nachschauen finde es nicht fehler ist auch erst nach instalisation des birhtday mods gekommen

www.ralf1059.de/hpcanasta/forum/fehler2.txt

Verfasst: 12.01.2004 14:14
von Schumi

Code: Alles auswählen

	$params = array('coppa', 'user_id', 'username', 'email', 'current_email', 'cur_password', 'new_password', 'password_confirm', 'icq', 'aim', 'msn', 'yim', 'website', 'location', 'occupation', 'interests', 'signature', 'viewemail', 'notifypm', 'popup_pm', 'notifyreply', 'attachsig', 'allowhtml', 'allowbbcode', 'allowsmilies', 'hideonline', 'style', 'language', 'timezone', 'dateformat', 'longitude', 'latitude', );
Richtig ist

Code: Alles auswählen

	$params = array('coppa', 'user_id', 'username', 'email', 'current_email', 'cur_password', 'new_password', 'password_confirm', 'icq', 'aim', 'msn', 'yim', 'website', 'location', 'occupation', 'interests', 'signature', 'viewemail', 'notifypm', 'popup_pm', 'notifyreply', 'attachsig', 'allowhtml', 'allowbbcode', 'allowsmilies', 'hideonline', 'style', 'language', 'timezone', 'dateformat', 'longitude', 'latitude' );
Gleicher Fehler wie oben. In Zukunft beim Einbauen bitte etwas genauer hinsehen.

Verfasst: 12.01.2004 14:24
von rocker_baerchen
sorryyyyyyyyy

hatte die alte datei gegeben nun ist die richtige neu mit drin

www.ralf1059.de/hpcanasta/forum/fehler2.txt

Verfasst: 12.01.2004 14:30
von Schumi

Code: Alles auswählen

$params = array('coppa', 'user_id', 'username', 'email', 'current_email', 'cur_password', 'new_password', 'password_confirm', 'icq', 'aim', 'msn', 'yim', 'website', 'location', 'occupation', 'interests', 'signature', 'viewemail', 'notifypm', 'popup_pm', 'notifyreply', 'attachsig', 'allowhtml', 'allowbbcode', 'allowsmilies', 'hideonline', 'style', 'language', 'timezone', 'dateformat', 'longitude', 'latitude', , 'birthday');
Durch

Code: Alles auswählen

$params = array('coppa', 'user_id', 'username', 'email', 'current_email', 'cur_password', 'new_password', 'password_confirm', 'icq', 'aim', 'msn', 'yim', 'website', 'location', 'occupation', 'interests', 'signature', 'viewemail', 'notifypm', 'popup_pm', 'notifyreply', 'attachsig', 'allowhtml', 'allowbbcode', 'allowsmilies', 'hideonline', 'style', 'language', 'timezone', 'dateformat', 'longitude', 'latitude', 'birthday');
ersetzen.

Verfasst: 12.01.2004 14:44
von rocker_baerchen
viellen herzlichen dank Schumi

und nochmal sorry wegen dem falschen oben

hette da noch so ne kleine frage da ich noch bisschen unwissend bin würde ich gerne wissen wie du den fehler so schnell gefunden hast
gibt es da ein spizieles programm dafür?

Verfasst: 12.01.2004 14:54
von Schumi
Programme gibt's dafür nicht, ich gehe einfach nach der Fehlermeldung.
Fehlermeldung hat geschrieben:...on line 321
Also schaut man sich Zeile 321 an und mit ein paar php-Kentnissen findet man den Fehler. :wink: