Confirmation Topic /edit
Verfasst: 21.08.2006 16:51
Moin moin
ich hab bei mir diesen MOD eingebaut der auch super funktioniert.
Leider können nun keine Gäste mehr ein Forum betreten.
Es kommt folgende Meldung:
Wo muß man denn was ändern damit diese Meldung nicht mehr für Gäste kommt ???
/edit
Mir ist auch aufgefallen das beim Klick auf "Unbeantwortete Beiträge" folgende Meldung kommt:
DP
ich hab bei mir diesen MOD eingebaut der auch super funktioniert.
Leider können nun keine Gäste mehr ein Forum betreten.
Es kommt folgende Meldung:
Aber Gäste sollen die einzelnen Beiträge lesen können.Verzeihung!
Gäste haben keine Rechte, ein Forum zu betreten, welches ein Bestätigung Topic enthält!
Bitte registriere Dich oder melde Dich an, um dieses Forum zu bestätigen und/oder zu betreten.
Wo muß man denn was ändern damit diese Meldung nicht mehr für Gäste kommt ???
/edit
Mir ist auch aufgefallen das beim Klick auf "Unbeantwortete Beiträge" folgende Meldung kommt:
Auch wenn man in einem Profil eines Users auf "Alle Beiträge von XXXXX anzeigen" klickt kommt:Could not obtain search results
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 ' , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
SELECT t.*, f.forum_id, f.forum_name, 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 forum_topics t, forum_forums f, forum_users u, forum_posts p, forum_posts p2, forum_users u2 WHERE t.topic_id IN (, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ) AND t.topic_poster = u.user_id AND f.forum_id = t.forum_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 ORDER BY p2.post_time DESC LIMIT 0, 10
Hier mal die search.phpCould not obtain search results
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 ' , , , , , , , , , ) AND pt.post_id = p.post_id AND f
SELECT pt.post_text, pt.bbcode_uid, pt.post_subject, p.*, f.forum_id, f.forum_name, t.*, u.username, u.user_id, u.user_sig, u.user_sig_bbcode_uid FROM forum_forums f, forum_topics t, forum_users u, forum_posts p, forum_posts_text pt WHERE p.post_id IN (, , , , , , , , , , ) AND pt.post_id = p.post_id AND f.forum_id = p.forum_id AND p.topic_id = t.topic_id AND p.poster_id = u.user_id ORDER BY p.post_time DESC LIMIT 0, 10
Line : 918
File : search.php
DP