Seite 1 von 1

Beitrag erstellen: Error in posting (functions_post,..)

Verfasst: 25.08.2006 01:15
von Miroerr
Hallo,

folgende Fehlermeldung erscheint, sobald ich versuche einen Beitrag zu erstellen:
Error in posting

DEBUG MODE

INSERT INTO phpbb_posts (topic_id, forum_id, poster_id, post_username, post_time, poster_ip, enable_bbcode, enable_html, enable_smilies, enable_sig) VALUES (0, 1, -1, 'test', 1156461043, '5494acf4', 1, 0, 1, 0)

Line : 240
File : functions_post.php
und
Error in posting

DEBUG MODE

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

INSERT INTO gdf_topics (topic_title, topic_poster, topic_time, forum_id, topic_status, topic_type, topic_vote) VALUES ('Test', 2, 1156359765, 8, 0, 0, 0)

Line : 227
File : functions_post.php
Noch eine kleine Frage, evtl. kann sie mir jemand beantworten: Wo kann ich in phpmyadmin einstellen, dass er z.B. die Dinge von phpBB in utf-8 importieren soll?

Sorry, Datei total vergessen: http://miranda-me.org/functions_post.txt

Verfasst: 25.08.2006 02:27
von wicked-disorder
Versuchs mal mit:

Code: Alles auswählen

repair table `gdf_topics`
lg

wicked