Seite 8 von 14

Re: [Beta] Arcade Tournament Addon 0.6.0

Verfasst: 01.10.2009 19:15
von mt bottle
Ja, das wollte ich damit zum Ausdruck bringen. :)

Re: [Beta] Arcade Tournament Addon 0.6.0

Verfasst: 22.10.2009 11:51
von Mustang
Hallo

Ich installierte "[Beta] Arcade Turnier Addon 0.6.0" auf ein phpbb 3.0.5 mit SEO und Arcade RC9

Beim Anlegen eines Turniers, ich habe einen "General Error"

Code: Alles auswählen

Erreur générale

SQL ERROR [ mysqli ]

Column 'topic_description' 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_url, topic_description, topic_first_poster_name, topic_first_poster_colour, topic_type, topic_time_limit, topic_attachment, topic_attribute) VALUES (53, 1255873362, 1255873362, '2', 0, 1, '[Tournier] 2ème essai', '', NULL, 'Mustang', 'AA0000', 0, 0, 0, '')

BACKTRACE

FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()

FILE: includes/functions_posting.php
LINE: 2048
CALL: dbal_mysqli->sql_query()

FILE: includes/functions_tour.php
LINE: 473
CALL: submit_post()

FILE: includes/acp/acp_tournament_create.php
LINE: 143
CALL: create_tour_topic()

FILE: includes/functions_module.php
LINE: 507
CALL: acp_tournament_create->main()

FILE: adm/index.php
LINE: 79
CALL: p_master->load_active()
Was habe ich falsch gemacht?

Gumfuzzi antworte mir auf JR Forum
Hallo,

Die Beschreibung eines topics ist IMO, kein Gebiet der phpBB, muss es von der MOD werden daher nie die phpBB sich
Ich weiß nicht, was IMO, bedeutet oder was ich ändern muss.

Die Anzahl der Forum für die Schaffung von Turnieren wird in der ACP angegeben, aber nichts passiert, ist kein Topic erstellt

Wer kann mir helfen, diese Probleme zu lösen?

Vielen Dank

NB : Bekümmert für die Übersetzung, sondern "made by Google"

Re: [Beta] Arcade Tournament Addon 0.6.0

Verfasst: 22.10.2009 13:30
von Würzi
Hallo Mustang,

das Feld 'topic_description' ist nicht in phpbb und nicht in arcade tournament.
Gumfuzi meint, das feld ist von einer anderen Modifikation.

Das ist kein Problem oder Fehler im Arcade Tournament. :oops:


the field 'topic_description' is not in phpbb and not in arcade tournament.
Gumfuzi thinks the field is from a different modification.

That is no problem or error in the Arcade Tournament.

Re: [Beta] Arcade Tournament Addon 0.6.0

Verfasst: 22.10.2009 14:07
von Mustang
Hallo Wurzi

Ich sehe, würde aber Sie haben eine Idee, wo ich (Dateien, Tabellen, etc.) aussehen?

denn ich bin mit SQL hoffnungslos

Vielen Dank

Re: [Beta] Arcade Tournament Addon 0.6.0

Verfasst: 22.10.2009 14:51
von Würzi
Ich habe momentan keine Zeit. :-?
Ich kann am Wochenende vielleicht mal schauen (Samstag oder Sonntag)
Der Name der Modifikation mit Topic Description?
Download Url von der Modifikation?
Dein Forum?
Testuser?

What is the name from the mod with the topic description?
Download from this Mod?
Your Board url?
Testuser?

Re: [Beta] Arcade Tournament Addon 0.6.0

Verfasst: 22.10.2009 16:33
von Mustang
Der Name der Modifikation mit Topic Description und URL:
Simple topic description 0.0.2

Mein Forum (das ist ein test-forum)

Ich habe von PN der Login und Passwort für mein Forum gesendet

Re: [Beta] Arcade Tournament Addon 0.6.0

Verfasst: 22.10.2009 19:38
von Würzi
Ok 1. Test :wink:

Open includes/functions_tour.php and find 2x (!!!)

Code: Alles auswählen

'topic_title'		=> $my_subject,
Add after:

Code: Alles auswählen

'topic_description'	=> '',
Nächster Test morgen. :wink:
Next Test tommorow
And you have a error in your viewtopic

Re: [Beta] Arcade Tournament Addon 0.6.0

Verfasst: 22.10.2009 20:02
von Mustang
wunderbach, vielen dank, alles klar

You are the best

Re: [Beta] Arcade Tournament Addon 0.6.0

Verfasst: 29.10.2009 15:19
von John Doe
Bei mir werden in der Turnier Bestenliste (tour.php?mode=winner) keine 2. und 3. Plätze angezeigt (steht immer auf 0 ).

Version 0.6.0. phpBB 3.0.5

Re: [Beta] Arcade Tournament Addon 0.6.0

Verfasst: 29.10.2009 18:16
von Würzi
Ja ebenfalls hallo,

so soll es aussehen:
Prosilver
Subsilver2

Also keinerlei Probleme, wie sieht es bei dir aus?
Hast du vielleicht keine 2. Plätze?