Seite 2 von 4

Verfasst: 08.01.2007 14:49
von Wollmoll
Ich könnte den ganzen MOD ja wieder einbauen, könnte das vielleicht etwas bringen?

Verfasst: 08.01.2007 15:00
von oxpus
Wohl weniger, da ja alle(?) letzten Topics weg sind, oder wie war das?

Verfasst: 08.01.2007 15:02
von Wollmoll
Im Index sind eben "Themen Beiträge Letzter Beitrag " verschwunden. Da aber das Problem erst nach dem Backp des MODs, also nachdem er wieder draußen war da war, könnte es vielleicht ja was helfen dachte ich, aber ihr seid die Profis

Verfasst: 08.01.2007 16:22
von Miriam
Gib mal bitte die page_header.php als Text her.

Verfasst: 08.01.2007 16:30
von Wollmoll

Verfasst: 08.01.2007 22:25
von Miriam
Was kommt raus, wenn Du das im phpmyAdmn eingibst?
(Vorauss.: Tabellenpräfix ist phpbb_)

Code: Alles auswählen

SELECT f. * , p.post_time, p.post_username, u.username, u.user_id, t.topic_title, t.topic_last_post_id
FROM (
(
(
phpbb_forums f
LEFT JOIN phpbb_posts p ON p.post_id = f.forum_last_post_id
)
LEFT JOIN phpbb_users u ON u.user_id = p.poster_id
)
LEFT JOIN phpbb_topics t ON t.topic_last_post_id = p.post_id
)
ORDER BY f.cat_id, f.forum_order 

Hast Du mal den DB Maintenance MOD rüberlaufen lassen?

Verfasst: 09.01.2007 13:42
von Wollmoll
Habs gemacht, hat sich aber nichts geändert

Diesen MOD hab ich auch mal laufen lassen, ich die Dinge da mal angeklickt:
Check user and group tables This will check the user and the group tables for errors and will restore missing single user groups.
Check post and topic tables This will check the post and the topic tables for errors.
Check vote tables This will check the vote tables for errors.
Check private message tables This will check the private messages tables for errors.
Check configuration table This will check the configuration table for missing entries.
Bei allen aber kein Fehler gefunden.

Verfasst: 09.01.2007 17:57
von Miriam
Ich wollte die Rückgabe der Query wissen.
Erste Zeile und Tabellenspaltenüberschriften reichen erst mal.

Verfasst: 09.01.2007 18:05
von Wollmoll
So?
vollständige Textfelder
forum_id cat_id forum_name forum_desc forum_status forum_order forum_posts forum_topics forum_last_post_id prune_next prune_enable auth_view auth_read auth_post auth_reply auth_edit auth_delete auth_sticky auth_announce auth_vote auth_pollcreate auth_attachments iai_override iai_percentage iai_stop_words forum_parent disable_word_censor title_is_link weblink forum_link_icon forum_link_count post_time post_username username user_id topic_title topic_last_post_id
1 2 Akündigungen und Informationen Dieses Unterforum bitte immer lesen, da hier alle ... 0 10 7 5 86 NULL 0 0 0 1 1 1 1 3 3 1 1 0 0 0 0 0 0 0 0 1167047947

Verfasst: 09.01.2007 20:16
von Miriam
Da fehlt doch was. :o