Seite 1 von 2

Problem nach StatistikMod

Verfasst: 09.05.2008 13:59
von HabboPower
Allgemeiner Fehler

Konnte keine Informationen vom Thema erhalten

DEBUG MODE

SQL Error : 1054 Unknown column 't.forum_id' in 'on clause'

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 phpbb_2topics t, phpbb_2users u, phpbb_2posts p, phpbb_2posts p2, phpbb_2users u2 LEFT JOIN phpbb_2forums 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 : 184
File : actualstats.php


Was habe ich falsch gemacht?

Link: habbogeta.bplaced.net

Da steht auch noch in Zeile [...] __LINE__, __FILE__ muss ich da vllt was machen?

Verfasst: 01.11.2008 12:30
von Freaker
Hallo zusammen habe das gleiche Problem.
Could not obtain topic information

DEBUG MODE

SQL Error : 1054 Unknown column 't.forum_id' in 'on clause'

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 phpbb_topics t, phpbb_users u, phpbb_posts p, phpbb_posts p2, phpbb_users u2 LEFT JOIN phpbb_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 : 188
File : actualstats.php
Ich benutze das aphrodite design was aber auf sub silver ausgelegt ist und deswegen keine Porbs geben müsste.
Habe alles richtig gemacht habe es nochmal kontrolliert.

Link
http://www.off-topic-bereich.de


Könnt ihr bitte helfen ? ich weis nicht mehr weiter.

Verfasst: 01.11.2008 16:06
von Freaker
kann denn echt keiner helfen?

mhhh

Verfasst: 01.11.2008 16:08
von User-Einer
arbeitet die installation nochmal durch, vielleicht fällt euch ja was auf.

habe ich oft so gemacht. ;)

Verfasst: 01.11.2008 16:22
von Freaker
Hab alles mehrmals gemacht aber immer das gleiche :cry:

weiß echt nicht mehr weiter.

Verfasst: 01.11.2008 16:37
von User-Einer
musste etwas in die datenbank eingetragen werden?

Verfasst: 01.11.2008 18:06
von Freaker
nein musste nicht. Deswegen fragte ich mich ja auch wieso da so eine meldung kommt.

Verfasst: 01.11.2008 18:10
von User-Einer
schick mir mal den download von der mod.

Verfasst: 01.11.2008 18:44
von Freaker

Verfasst: 01.11.2008 18:47
von User-Einer
stimmt hier kann man kaum was flasch machen.
#-----[ COPY TO FOLDER ]------------------------------------------
#

COPY phpBB2/actualstats.php TO actualstats.php
COPY phpBB2/templates/actualstats_body.tpl TO templates/actualstats_body.tpl
COPY phpBB2/language/lang_english/lang_actualstats.php TO language/lang_english/lang_actualstats.php
COPY phpBB2/language/lang_german/lang_actualstats.php TO language/lang_german/lang_actualstats.php

#
#-----[ OPEN ]------------------------------------------
#

index.php

#
#-----[ FIND ]------------------------------------------
#

//
// Generate the page
//
$template->pparse('body');

#
#-----[ BEFORE, ADD ]------------------------------------------
#

include($phpbb_root_path . 'actualstats.'.$phpEx);

#
#-----[ OPEN ]------------------------------------------
#

templates/subSilver/index_body.tpl

#
#-----[ FIND ]------------------------------------------
#

<!-- BEGIN switch_user_logged_out -->

#
#-----[ BEFORE, ADD ]------------------------------------------
#

{ACTUALSTATS_OUTPUT}

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
zeig uns mal deine index.php