Und hier die "usercp_register.php"-Datei.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
Es können sich keine Benutzer anmelden
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Es können sich keine Benutzer anmelden
Hallo, hier der fehler, der angezeigt wird, wenn man beim registrieren auf "Absenden" klickt:
Zuletzt geändert von Scorer am 03.09.2006 18:12, insgesamt 1-mal geändert.
Mit freundlichen Grüßen
Felix Nunn
Felix Nunn
-
indianyara
- Mitglied
- Beiträge: 7
- Registriert: 22.05.2006 01:24
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
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
-
indianyara
- Mitglied
- Beiträge: 7
- Registriert: 22.05.2006 01:24