Pagina 1 din 1

problema cu priv message-urile

Scris: 14-Feb-2007, 01:07:41
de bughycluj
cand vreau sa trimit un mesaj privat uitat ce imi apare:


Could not insert/update private message sent info.

DEBUG MODE

SQL Error : 1062 Duplicate entry '0' for key 1

INSERT INTO phpbb_privmsgs (privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_html, privmsgs_enable_bbcode, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES (1, 'test', 2, 10, 1171407864, '524d7d72', 0, 1, 1, 1)

Line : 1293
File : privmsg.php



multumesc

Scris: 14-Feb-2007, 10:34:06
de flowers
Verifica din phpMyAdmin daca ai la tabela phpbb_privmsgs campul privmsgs_id pus pe auto_increment.
Ai mai avut tu o problema asemanatoare. Tabelele cu campurile autoincrement sunt:
phpbb_groups => group_id
phpbb_banlist => ban_id
phpbb_categories => cat_id
phpbb_disallow => disallow_id
phpbb_forum_prune => prune_id
phpbb_posts => post_id
phpbb_privmsgs => privmsgs_id
phpbb_ranks => rank_id
phpbb_search_wordlist => word_id
phpbb_smilies => smilies_id
phpbb_themes => themes_id
phpbb_topics => topic_id
phpbb_vote_desc => vote_id
phpbb_words => word_id

Scris: 14-Feb-2007, 13:48:51
de bughycluj
ms mult