Fejl i PHPBB
Når jeg prøver funktionen "SQL" (importering) i min php my admin får jeg denne fejl:Database: michaelb_dk - Tabel: selvhenter_users kører på localhost
Fejl
SQL-forespørgsel :
INSERT INTO selvhenter_users( user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd )
VALUES (
'1', '1', 'Sarah', '1332188e7c1906a04f8b44c911b33ac0', '1065893472', '0', '1065893202', '1062354834', '1', '603', '2.00', '1', 'danish', 'd M Y h:i a', '0', '0', '1065887211', NULL , '1', '1', '0', '1', '1', '1', '1', '1', '0', '0', '1', '1', 'http://rockyourbody.org/sarahlille.jpg', '2', 'sarah@rockyourbody.org', '', '', 'Alund :D', 'Administratoren kan tillade sig alt! 8)', 'f3e4b8e96c', '', '', 'sahara88@sol.dk', 'Hey', '', '', ''
)
MySQL returnerede:
Duplicate entry '1' for key 1
Tilbage
