Seite 1 von 1

Es können sich keine Benutzer anmelden

Verfasst: 03.09.2006 18:01
von Scorer
Hallo, hier der fehler, der angezeigt wird, wenn man beim registrieren auf "Absenden" klickt:
Could not insert data into users table

DEBUG MODE

INSERT INTO phpbb_users (user_id, username, user_regdate, user_password, user_email, user_icq, user_website, user_occ, user_from, user_interests, user_sig, user_sig_bbcode_uid, user_avatar, user_avatar_type, user_viewemail, user_aim, user_yim, user_msnm, user_skype, user_attachsig, user_allowsmile, user_allowhtml, user_allowbbcode, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_timezone, user_dateformat, user_lang, user_style, user_level, user_allow_pm, user_birthday, user_next_birthday_greeting, user_active, user_actkey) VALUES (17, 'Test', 1157298799, '098f6bcd4621d373cade4e832627b4f6', 'felix.nunn@mysc.de', '', '', '', '', '', '', '', '', 0, 0, '', '', '', '', 1, 1, 0, 1, 1, 0, 1, 1, 0, 'd.m.Y, H:i', 'german', 2, 0, 1, '6614', ', 0, '379c67')

Line : 714
File : usercp_register.php
Und hier die "usercp_register.php"-Datei.

Verfasst: 03.09.2006 18:06
von Vatex
Der Link funktioniert nicht. Deine mysql Datenbankstruktur solltest du dir mal ansehen.

Verfasst: 03.09.2006 18:13
von Scorer
Sorry, jetzt funktioniert der Link.

Was meinst du damit?

Verfasst: 03.09.2006 18:30
von Vatex
In der usercp_register Zeile 698:

... '$birthday', '$next_birthday_greetin, ";

fehlen 2 Zeichen:

... '$birthday', '$next_birthday_greeting', ";

Verfasst: 03.09.2006 19:03
von Scorer
Danke :grin:

Klappt alles wieder.

Verfasst: 10.09.2006 19:48
von indianyara
hi

ich habe das gleiche Problem.


Could not insert data into users table

DEBUG MODE

INSERT INTO phpbb_dornen_users (user_id, username, user_regdate, user_password, user_email, user_icq, user_website, user_occ, user_from, user_interests, user_sig, user_sig_bbcode_uid, user_avatar, user_avatar_type, user_viewemail, user_aim, user_yim, user_msnm, user_attachsig, user_allowsmile, user_allowhtml, user_allowbbcode, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_timezone, user_dateformat, user_lang, user_style, user_level, user_allow_pm, status_offline_text, status_online_text, user_active, user_actkey) VALUES (49, 'test1', 1157040391, '81dc9bdb52d04dc20036dbd8313ed055', 'test@test.de', '', '', '', '', '',, '', '', '', 0, 0, '', '', '', 1, 1, 1, 1, 1, 0, 1, 1, 1, 'd.m.Y, H:i', 'german', 2, 0, 1, ', '', 0, '1d3ff02ecc')

Line : 640
File : usercp_register.php




ich habe auch meine usercp_register.php geändert wie es oben vorgeschlagen wurde...es funktioniert immer nocht nicht...Zeile 624 lautet bei mir (im Original):


VALUES ($user_id, '" . str_replace("\'", "''", $username) . "', " . time() . ", '" . str_replace("\'", "''", $new_password) . "', '" . str_replace("\'", "''", $email) . "', '" . str_replace("\'", "''", $icq) . "', '" . str_replace("\'", "''", $website) . "', '" . str_replace("\'", "''", $occupation) . "', '" . str_replace("\'", "''", $location) . "', '" . str_replace("\'", "''", $interests) . "', '" . str_replace("\'", "''", $signature) . "', '$signature_bbcode_uid', $avatar_sql, $viewemail, '" . str_replace("\'", "''", str_replace(' ', '+', $aim)) . "', '" . str_replace("\'", "''", $yim) . "', '" . str_replace("\'", "''", $msn) . "', $attachsig, $allowsmilies, $allowhtml, $allowbbcode, $allowviewonline, $notifyreply, $notifypm, $popup_pm, $user_timezone, '" . str_replace("\'", "''", $user_dateformat) . "', '" . str_replace("\'", "''", $user_lang) . "', $user_style, 0, 1, '" . str_replace("\'", "''", $sig_offline) . "', '" . str_replace("\'", "''", $sig_online) . "', ";

bitte dringend um Hilfe da sich in meinem Forum momentan keiner anmelden kann und ich den Fehler einfach nicht finde...

liebe Grüße
yara

Verfasst: 12.09.2006 14:22
von indianyara
gibt es denn hier keinen der helfen kann???