Seite 1 von 1

probleme mit dem b-day hack

Verfasst: 22.04.2005 21:01
von Hilla
hallo, ich bin in der php-sprache noch nicht so durch und habe mich an an dem geburtstags-mod probiert, eigentlich auf richtig alles eingefügt aber nun bekommen die user die sich namelden wollen diesen debug:

Could not insert data into users table

DEBUG MODE

SQL Error : 1064 You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ''999999', '', 0, 'ee755b5420')' at line 2

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_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 (21, 'hhshs', 1114196129, '39d36914c4bb0491d307d70f9c03ec00', 'bdbdbd@wee.de', '', '', '', '', '', '', '', '', 0, 0, '', '', '', 1, 1, 0, 1, 1, 0, 1, 1, 0, 'D M d, Y g:i a', 'german', 1, 0, 1'999999', '', 0, 'ee755b5420')

Line : 666
File : usercp_register.php

kann mir jemand bitte witer helfen ;-)

wäre nett

thx

und greetz björn

Verfasst: 22.04.2005 21:13
von gloriosa
Hallo,
schau Dir einmal diesen Beitrag an.

Es gibt zahlreiche Suchergebnisse, wenn Du als Suchbegriff Could not insert data into users table verwendest. :o

Verfasst: 23.04.2005 10:34
von easygo
Hi bjorn, so Fehler passieren schon mal beim Einbau.

Such in deiner user_cp_register.php nach...

Code: Alles auswählen

1 '$birthday', '$next_birthday_greeting',
... und ersetz die Stelle durch:

Code: Alles auswählen

1, '$birthday', '$next_birthday_greeting',
easy :wink:

Verfasst: 23.04.2005 11:32
von Hilla
Vielen dank easygo!

klappt jetzt wieder ;-) dank deiner schnellen hilfe ;-)