Download Mod Fehler

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
Forumsregeln
phpBB 3.0 hat das Ende seiner Lebenszeit überschritten
phpBB 3.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 3.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf die neuste phpBB-Version, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
Benutzeravatar
the_zoker_09
Mitglied
Beiträge: 228
Registriert: 13.08.2011 14:39

Download Mod Fehler

Beitrag 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
Benutzeravatar
Mahony
Ehemaliges Teammitglied
Beiträge: 12256
Registriert: 17.11.2005 22:33
Wohnort: Ostfildern Kemnat
Kontaktdaten:

Re: Download Mod Fehler

Beitrag 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
Wer fragt, ist ein Narr für fünf Minuten, wer nicht fragt, ist ein Narr für immer.
Antworten

Zurück zu „[3.0.x] Mod Support“