samedi 22 novembre 2014

cfc_leage / spiel taucht nicht auf

Hallo liebe Typo3 Gemeinde,



ich benötige mal einen Hinweis von Euch, woran es liegen kann, dass ein Spiel nicht im Spielplan auftaucht.

Hier mal der SQL Query dazu:



SELECT count(DISTINCT tx_cfcleague_games.uid) as cnt FROM tx_cfcleague_games JOIN tx_cfcleague_competition ON tx_cfcleague_games.competition = tx_cfcleague_competition.uid AND tx_cfcleague_competition.deleted=0 AND tx_cfcleague_competition.hidden=0 INNER JOIN tx_cfcleague_teams As t1 ON tx_cfcleague_games.home = t1.uid INNER JOIN tx_cfcleague_teams As t2 ON tx_cfcleague_games.guest = t2.uid WHERE 1=1 AND tx_cfcleague_competition.saison IN (2) AND (FIND_IN_SET('2', tx_cfcleague_competition.agegroup)) AND tx_cfcleague_competition.type IN (1) AND tx_cfcleague_games.competition IN (19) AND (t1.club IN (1) OR t2.club IN (1) OR t1.club IN (6) OR t2.club IN (6) OR t1.club IN (4) OR t2.club IN (4) OR t1.club IN (3) OR t2.club IN (3) OR t1.club IN (7) OR t2.club IN (7) OR t1.club IN (8) OR t2.club IN (8) ) AND tx_cfcleague_games.deleted=0 AND tx_cfcleague_games.hidden=0



Das Ergebnis oben liefert eine gesamt Anzahl von 27, der nachfolgende aber nur 26 Datensätze???



SELECT DISTINCT tx_cfcleague_games.* FROM tx_cfcleague_games JOIN tx_cfcleague_competition ON tx_cfcleague_games.competition = tx_cfcleague_competition.uid AND tx_cfcleague_competition.deleted=0 AND tx_cfcleague_competition.hidden=0 INNER JOIN tx_cfcleague_teams As t1 ON tx_cfcleague_games.home = t1.uid INNER JOIN tx_cfcleague_teams As t2 ON tx_cfcleague_games.guest = t2.uid WHERE 1=1 AND tx_cfcleague_competition.saison IN (2) AND (FIND_IN_SET('2', tx_cfcleague_competition.agegroup)) AND tx_cfcleague_competition.type IN (1) AND tx_cfcleague_games.competition IN (19) AND (t1.club IN (1) OR t2.club IN (1) OR t1.club IN (6) OR t2.club IN (6) OR t1.club IN (4) OR t2.club IN (4) OR t1.club IN (3) OR t2.club IN (3) OR t1.club IN (7) OR t2.club IN (7) OR t1.club IN (8) OR t2.club IN (8) ) AND tx_cfcleague_games.deleted=0 AND tx_cfcleague_games.hidden=0 ORDER BY tx_cfcleague_games.date



Das Spiel findet noch statt, so wie alle anderen Spiele auch, der darauf folgende Spieltag wird wieder normal angezeigt 



Hat jemand eine Idee? Die Spiele werden manuell im T3Sport Modul angelegt, eigentlich doch keine große Sache?... :(





cfc_leage / spiel taucht nicht auf

Aucun commentaire:

Enregistrer un commentaire