Error on creating topic for downloads

Support für Extensions für phpBB 3.3.x von Entwickler OXPUS
Antworten
sakkiotto
Beiträge: 111
Registriert: Mo 28. Apr 2014, 03:56

Error on creating topic for downloads

Beitrag von sakkiotto »

Hi,
im live (not local)

i have problem when create download and topic.. (without topic is ok).

can you help me?

Code: Alles auswählen

General Error
SQL ERROR [ mysqli ]

Incorrect integer value: '' for column asdaxcaca.phpbb_topics.topic_type at row 1 [1366]

SQL

INSERT INTO phpbb_topics (topic_poster, topic_time, topic_last_view_time, forum_id, icon_id, topic_posts_approved, topic_posts_softdeleted, topic_posts_unapproved, topic_visibility, topic_delete_user, topic_title, topic_first_poster_name, topic_first_poster_colour, topic_type, topic_time_limit, topic_attachment, topic_status) VALUES (2, 1714748093, 1714748093, 2, 0, 1, 0, 0, 1, 0, 'Topic about download tetet', 'ManuTEK', 'AA0000', '', 0, 0, 0)

BACKTRACE

FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()

FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 1031
CALL: trigger_error()

FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 202
CALL: phpbb\db\driver\driver->sql_error()

FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 353
CALL: phpbb\db\driver\mysqli->sql_query()

FILE: [ROOT]/includes/functions_posting.php
LINE: 2019
CALL: phpbb\db\driver\factory->sql_query()

FILE: [ROOT]/ext/oxpus/dlext/core/topic.php
LINE: 425
CALL: submit_post()

FILE: [ROOT]/ext/oxpus/dlext/core/download.php
LINE: 1104
CALL: oxpus\dlext\core\topic->gen_dl_topic()

FILE: [ROOT]/ext/oxpus/dlext/controller/upload.php
LINE: 89
CALL: oxpus\dlext\core\download->dl_submit_download()

FILE: [ROOT]/vendor/symfony/http-kernel/HttpKernel.php
LINE: 151
CALL: oxpus\dlext\controller\upload->handle()

FILE: [ROOT]/vendor/symfony/http-kernel/HttpKernel.php
LINE: 68
CALL: Symfony\Component\HttpKernel\HttpKernel->handleRaw()

FILE: [ROOT]/app.php
LINE: 35
CALL: Symfony\Component\HttpKernel\HttpKernel->handle()
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2719
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: Error on creating topic for downloads

Beitrag von oxpus »

The value for topic_type is given by the extension on the general configuration
General extension configuration
General extension configuration
of if selectey there by category then take a look there
Setting on download category
Setting on download category
So be sure you have entered the right topic type at these points and save your settings again.
After this clear the forum cache and the extension cache.
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
Antworten