Hallo,
also ich habe ein PhPBB Forum für meinen WoW Privatserver. Als forendesign habe ich das von PbWoW. Das ist sozusagen eine 1:1 Kopie vom offizziellen Forum. Nun, wenn ich einen BEitrag schreibe, und dann auf absenden klicke kommt folgender Fehler:
Da ich mich mit PhP, HTML und sowas überhauptnicht auskenne, wollte ich fragen, ob mir hier jemand helfen kann.
also ich habe ein PhPBB Forum für meinen WoW Privatserver. Als forendesign habe ich das von PbWoW. Das ist sozusagen eine 1:1 Kopie vom offizziellen Forum. Nun, wenn ich einen BEitrag schreibe, und dann auf absenden klicke kommt folgender Fehler:
PHP Code:
General Error
SQL ERROR [ mysqli ]
Field 'topic_first_poster_rank_img' doesn't have a default value [1364]
SQL
INSERT INTO phpbb_topics (topic_poster, topic_time, topic_last_view_time, forum_id, icon_id, topic_approved, topic_title, topic_first_poster_name, topic_first_poster_colour, topic_type, topic_time_limit, topic_attachment) VALUES (2, 1285263100, 1285263100, 2, 0, 1, 'fadsf', 'Rynundu', '00BFFF', 0, 0, 0)
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()
FILE: includes/functions_posting.php
LINE: 1964
CALL: dbal_mysqli->sql_query()
FILE: posting.php
LINE: 1108
CALL: submit_post()