Seite 1 von 1

Download Mod Fehler

Verfasst: 01.10.2011 22:20
von the_zoker_09
Hallo zusammen,

Immer wenn ich versuche eine Datei zu uploaden und dann auf "Absenden" klicke, kommt dieser Fehler:

Code: Alles auswählen

SQL ERROR [ mysql4 ]

Column 'topic_attr_id' cannot be null [1048]

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, topic_attr_id, topic_attr_user, topic_attr_time) VALUES (56, 1317500070, 1317500070, 34, 0, 1, 'Thema zum Download Test', 'Q11', 'AA0000', 0, 0, 0, NULL, '56', 1317500070)

BACKTRACE

FILE: includes/db/mysql.php
LINE: 175
CALL: dbal->sql_error()

FILE: includes/functions_posting.php
LINE: 2040
CALL: dbal_mysql->sql_query()

FILE: dl_mod/classes/class_dlmod.php
LINE: 1802
CALL: submit_post()

FILE: dl_mod/includes/dl_upload.php
LINE: 356
CALL: dlmod->gen_dl_topic()

FILE: downloads.php
LINE: 1513
CALL: include('dl_mod/includes/dl_upload.php')
Woher kommt das und was habe ich faslch gemacht?

Vielen Dank
the_zoker_09

Re: Download Mod Fehler

Verfasst: 01.10.2011 22:30
von Mahony
Hallo
Das Feld "topic_attr_id" ist kein Standard-Feld der betreffenden Tabelle und wird auch nicht von der Download MOD verwendet.
Zur Lösung des Problems: Siehe http://phpbb3.oxpus.net/viewtopic.php?p=3110#p3110


Grüße: Mahony