Seite 4 von 7

Verfasst: 29.03.2003 15:11
von Guido
Ich teste es mal ...

Verfasst: 29.03.2003 15:30
von Guido
Also im Forum an sich würde es klappen !
Allerdings hat auf einmal die Portalseite ein Problem damit. Ich hab wieder die Original eingespielt da folgender Fehler kommt ???

Code: Alles auswählen

Could not query announcements information

DEBUG MODE

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 (14) AND t.topic_time <= 1048947841 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,4

Line : 87
File : /www/htdocs/*******/phpBB2/fetchposts.php
Da haben wir doch garnichts geändert??

Verfasst: 29.03.2003 16:10
von Acid
Und wenn Du den amazonCode wieder herausnimmst, verschwindet die Fehlermeldung auf dem Portal !?

Verfasst: 29.03.2003 16:16
von Guido
Also wenn ich den aus der Overall_header.tpl rausnehme verschwindet die Fehlermeldung.
Ich hab dann noch probiert. Den amazoncode (den ich vorher schon in die portal_body.tpl eingebaut hate) wieder rauszunehmen, weil ich dachte daran könnte es auch liegen, aber das bringt auch nichts. D.h. der Fehler kommt durchen den Einbau des amzon codes in die overall_header.tpl....

Verfasst: 29.03.2003 16:21
von Guido
Hier mal die fetchposts als txt

Edit: Wieder entfernt...

Verfasst: 29.03.2003 16:28
von Acid
..die fetchposts.txt bringt mir leider nich viel, da ich zwischen dieser und dem Amazoncode keinerleit Verbindung herstellen kann. :-?
Was passiert wenn Du den Amazoncode nur einmal includest ?

Verfasst: 29.03.2003 16:34
von Guido
Acid hat geschrieben:..Was passiert wenn Du den Amazoncode nur einmal includest ?
Du meinst jetzt einmal in der overall_header.tpl ? Denn sie wird ja schon einmal in der portal_body.tpl includiert (ohne Problem)...

Verfasst: 29.03.2003 19:15
von Guido
Also ich hab folgendes ausprobiert:

- amazoncode alleine in der portal_body.tpl included ==> Kein Problem

- sobald amazoncode in die overall_header-tpl included wird (und zusätzlich in der portal_body.tpl), egal ob ein oder zweimal==> o.g. Problem (siehe Debug Mode)

- sobald amazoncode in die overall_header-tpl included wird (und NICHT in der portal_body.tpl), egal ob ein oder zweimal==> o.g. Problem (siehe Debug Mode)

Also, das Problem tritt nur im Zusammenhang mit der includierung des amazon codes in die overall_header.tpl auf , aber wie schon erwähnt NUR auf der Portal Seite......
Ich steh ziemlich ratlos da..

Verfasst: 29.03.2003 21:20
von Acid
hmm.. benutzt das Portal nicht die gleiche overall_header.tpl wie das restliche Forum ?

Verfasst: 29.03.2003 21:37
von Guido
Acid hat geschrieben:hmm.. benutzt das Portal nicht die gleiche overall_header.tpl wie das restliche Forum ?
Doch ! Das ist ja gerade das komische. Aber die fetchposts.php die da meckert wird glaub nicht nur vom portal benutzt...