Wie schon in diesem Beitarg geschrieben (http://www.phpbb.de/community/viewtopic ... 4&t=183379) möchte ich mich nochmals entschuldigen für meine häufigsten Beiträge.
Also hier noch ein Problem (hoffendlich heute das letzt....):
Wenn ich ein Tropic erstelle.dann klappt auch alles, aber wenn ich dann auf das topic draufgehe dann bekomme ich diese MySQL Fehlermeldung:
Code: Alles auswählen
Allgemeiner Fehler
SQL ERROR [ mysql4 ]
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '= 0.5 AND t.topic_status <> 2 AND t.topic_id <> 12 GROUP BY t.topic_id ORD' at line 1 [1064]
SQL
SELECT f.forum_id, f.forum_name, t.topic_id, t.topic_title, u.user_id, u.username, u.user_colour, t.topic_replies FROM (phpbb_5topics t) LEFT JOIN phpbb_5users u ON (u.user_id = t.topic_poster) LEFT JOIN phpbb_5forums f ON (f.forum_id = t.forum_id) WHERE MATCH (t.topic_title) AGAINST ('ddda' ) > = 0.5 AND t.topic_status <> 2 AND t.topic_id <> 12 GROUP BY t.topic_id ORDER BY rand() LIMIT 5
BACKTRACEMit freundlichen Grüßen:
Jan Schlösser
