Seite 1 von 1

top liste

Verfasst: 18.07.2010 14:55
von obst
hallo

ich habe mir folgende mod installiert http://forums.wyrihaximus.net/toplist-f ... -t744.html

die installation ging auch ohne probleme nun beim aufrufen der topliste erscheind folgende fehler meldung.

Code: Alles auswählen

SQL ERROR [ mysql4 ]

Table 'forum.phpbb_toplist' doesn't exist [1146]

SQL

SELECT AVG( r.rating ) AS rating, t.*, (SUM( (t.in_hits * 1.0) ) + SUM( (t.out_hits * 1.0) ) + SUM( (t.image_hits * 1.0) ) + SUM( (rating * 1.0) ) + SUM( (t.pr * 1.0) ) + SUM( ( (t.alexa - t.alexa - t.alexa) * 1.0) )) AS total, u.user_id, u.username, u.user_colour FROM phpbb_toplist t LEFT JOIN phpbb_users u ON (u.user_id=t.owner) LEFT JOIN phpbb_toplist_rate r ON (r.site_id=t.id) GROUP BY t.id ORDER BY t.enabled DESC, total DESC, t.site_name ASC

BACKTRACE

FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()

FILE: mods/toplist_mod/core.class.php
LINE: 140
CALL: dbal_mysql->sql_query()

FILE: toplist.php
LINE: 37
CALL: toplist_class->gen_page()
scheind so als er die tabelle nicht erstellt hat wie kann ich die den selber erstellen ?

eigentlich fehlen 2 so wie ich das in der datenbank sehe

grüsse gemüsse

sorry der hats nicht gefressen wie ich es wollte nun gehts :P

Re: top liste

Verfasst: 18.07.2010 15:06
von redbull254
Hallo erstmal,

Deine erste Mod-Installation?
Make sure all the new and edited files have been uploaded to the server then point your browser to http://forums.yourdomain.tld/toplistmod_install.php (where http://forums.yourdomain.tld/ is the full URL to your forum root) and follow the instructions to install. After you installed it make sure you remove toplistmod_install.php!
Ich würde die „toplistmod_install.php“ im Browser aufrufen. ;-)

Re: top liste

Verfasst: 18.07.2010 15:14
von obst
hallo

ne ist sicher meine 1000 mod gg

war probleme mit dem installer nun habe ich leider probleme mit der sidebar das alle meine links da raus sind hm