Seite 1 von 1

Intro und Portal prob

Verfasst: 14.11.2003 01:44
von schranzwahn
Also ich habe folgendes Prob
Wenn ein nicht eingeloggter User das Intro betritt kommt das hier

Code: Alles auswählen

Could not obtain main information

DEBUG MODE

SQL Error : 1064 You have an error in your SQL syntax near ') AND t.topic_poster = u.user_id AND f.forum_id = t.' at line 3

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 phpbb_topics t, phpbb_forums f, phpbb_users u, phpbb_posts p, phpbb_posts p2, phpbb_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 t.topic_last_post_id DESC LIMIT 8

Line : 245
File : /www/htdocs/v084262/board/intro.php
und wenn er ins Portal will kommt das hier

Code: Alles auswählen

Could not obtain main information
DEBUG MODE

SQL Error : 1064 You have an error in your SQL syntax near ') AND t.topic_poster = u.user_id AND f.forum_id = t.' at line 3

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 phpbb_topics t, phpbb_forums f, phpbb_users u, phpbb_posts p, phpbb_posts p2, phpbb_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 t.topic_last_post_id DESC LIMIT 5

Line : 735
File : /www/htdocs/v084262/board/portal.php
das kommt aber nur bei nichteingeloggten Usern wenn man sich einloggt is die meldung weg

Weiß da einer Rat?

mfg

Verfasst: 14.11.2003 12:16
von schranzwahn
HILFEEEEEEEE :D

Verfasst: 14.11.2003 15:47
von AWSW
Dürfte daran liegen, dass Gäste die Beiträge nicht sehen dürfen, die die eingeloggten sehen und somit sehen die Gäste gar keine Beiträge und somit ist die Abfrage gleich Null und der Fehler wird angezeigt... AFAIK habe ich diesen Fehler in den letzten Beiträgen aber schon in Version 1.25 des Intro+Portal MODs behoben.... Erstelle einfach mal ein paar Beiträge, die auch Gäste sehen dürfen und es klappt :wink:

Verfasst: 15.11.2003 05:10
von schranzwahn
cool THX for INFO werde es mal testen

Verfasst: 15.11.2003 05:21
von schranzwahn
so habe einen Beitrag erstellt den jeder lesen kann und...

:D es funzt wieder alles

nochmal BIG THX fpr HELP

Verfasst: 13.12.2003 15:36
von gool
moin zusammen!

ich wollte und habe mir die .htaccess geändert um gleich auf portal zu kommen und nicht auf intro oder index seite....
habe into gelöscht aber html+htm mit portal gelassen und kriege jetzt
dass:
Could not query announcements information

DEBUG MODE

SQL Error : 1064 You have an error in your SQL syntax near ') AND t.topic_time <= 1071325486 AND t.topic_poster = u.user_id AND ' at line 23

SELECT t.topic_id, t.topic_time, t.topic_title, pt.post_text, u.username, u.user_id, t.topic_replies, pt.bbcode_uid, t.forum_id, t.topic_poster, t.topic_first_post_id, t.topic_status, pt.post_id, p.post_id, p.enable_smilies FROM phpbb_topics AS t, phpbb_users AS u, phpbb_posts_text AS pt, phpbb_posts AS p WHERE t.forum_id IN (1,2,3,4,5,) AND t.topic_time <= 1071325486 AND t.topic_poster = u.user_id AND t.topic_first_post_id = pt.post_id AND t.topic_first_post_id = p.post_id AND t.topic_status <> 2 ORDER BY t.topic_time DESC LIMIT 0,5

Line : 86
File : /www/htdocs/metest/portal_poll.php
warum kommt es jetzt? habe die alte .htaccess wieder genohmen und bleibt trotzdem...

edit dass mit dem fehler hat sich erledigt!

gruß
gool

Verfasst: 14.12.2003 09:36
von AWSW
edit dass mit dem fehler hat sich erledigt!
Zu spät gelesen ;)