SQL Error : 1136 Column count doesn't match value count at..

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
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.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
SpyHunter
Mitglied
Beiträge: 10
Registriert: 22.09.2006 07:48

Beitrag von SpyHunter »

^^ jo das geht nur in österreich :P ne quatch, einfach beliebigen namen genommen ;)
dirokc
Mitglied
Beiträge: 14
Registriert: 04.11.2006 19:29

Beitrag von dirokc »

habe auch den fehler finde aber leider nich worans liegt...
helft mir mal bitte!!!


folgender fehler kommt:

Could not insert data into users table

DEBUG MODE

SQL Error : 1136 Column count doesn't match value count at row 1

INSERT INTO phpbb_users (user_id, username, user_regdate, user_password, user_email, user_icq, user_website, user_occ, user_from, user_interests, user_vorname, user_name, user_telefon, 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_single, user_level, user_allow_pm, user_birthday, user_next_birthday_greeting, user_active, user_actkey) VALUES (8, 'test', 1162666665, '098f6bcd4621d373cade4e832627b4f6', 'test@test.com', '', '', '', '', '', '', '', '', '', '', '', 0, 0, '', '', '', 1, 1, 0, 1, 1, 0, 1, 1, 1, 'j.n.Y, G:i', 'german', 3, 0, 1, '4871', '2007', 1, '')

Line : 720
File : usercp_register.php




Code: Alles auswählen

//
			// Get current date
			//
			$sql = "INSERT INTO " . USERS_TABLE . "	(user_id, username, user_regdate, user_password, user_email, user_icq, user_website, user_occ, user_from, user_interests, user_vorname, user_name, user_telefon, 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_single, user_level, user_allow_pm, user_birthday, user_next_birthday_greeting, user_active, user_actkey)
				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("\'", "''", $vorname) . "', '" . str_replace("\'", "''", $name) . "', '" . str_replace("\'", "''", $telefon) . "', '" . 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, '$birthday', '$next_birthday_greeting', ";
			{
shakibaa
Mitglied
Beiträge: 1
Registriert: 23.09.2008 13:05

Shoutcutbox

Beitrag von shakibaa »

Hallo alle zusammen.

Ich hab e nun folgendes Problem :

Habe mir eine Shoutcutbox installiert, sie wird auch angezeigt, nur wenn ich was rein schreibe und auf absenden klicke, bekomme ich folgende Fehlermeldung :

function debug_backtrace does not exists MySQL Error:
1136 : Column count doesn't match value count at row 1
in Query:
INSERT INTO `ic10_shoutbox` VALUES ( "" , "Webmaster" , "Hallo alle zusammen. Die ist ein test" )


Wäre nett wenn mir dringend einer helfen könnte......Meine haare werden schon weniger auf dem kopf^^
Antworten

Zurück zu „phpBB 2.0: Mod Support“