Seite 1 von 1

Problem mit Zugriff auf alle Foren bei phpBB 2.0

Verfasst: 30.07.2009 18:47
von wasteland
Hallo!

Ich wollte heute auf meinem Board einige Foren öffnen, aber bei jedem Forum erscheint die folgende Fehlermeldung:
Could not obtain topic information

DEBUG MODE

SQL Error : 1064 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 '' at line 12

SELECT t.*, u.username, u.user_id, u2.username as user2, u2.user_id as id2, p.post_username, p2.post_username AS post_username2, p2.post_time FROM (orion_topics t, orion_users u, orion_posts p, orion_posts p2, orion_users u2 ) LEFT JOIN orion_forums f ON t.forum_id=f.forum_id WHERE t.topic_poster = u.user_id AND p.post_id = t.topic_first_post_id AND p2.post_id = t.topic_last_post_id AND u2.user_id = p2.poster_id AND f.auth_view < 2 ORDER BY t.topic_last_post_id DESC LIMIT 5

Line : 439
File : viewforum.php
Was kann man tun, damit man alle Foren wieder aufrufen kann?

Re: Problem mit Zugriff auf alle Foren bei phpBB 2.0

Verfasst: 30.07.2009 19:13
von Balint
Hallo,

du hast eine vormodifizierte Version von phpBB - "Orion". Support gibt es daher auf folgender Seite: http://www.community.cback.de/


Viele Grüße,
Bálint