Seite 1 von 1

[ABD] (Topic &) Post Rating System (with Karma module)

Verfasst: 24.06.2011 18:29
von Bigabig
Hallo Leute,
Ich habe heute den mod "[ABD] (Topic &) Post Rating System (with Karma module)" in mein Forum eingebaut.

Jedoch funktioniert da die Bewertung nicht.
erstmal der Link zum Mod: http://www.phpbb.com/community/viewtopic.php?t=645855
Dann der zu meinm Forum: http://www.islandatwar.de/scrolls/viewt ... ?f=21&t=11

Die Sterne werden im Beitrag ja schon angezeigt. Wenn ich aber auf einen Stern klicke, um eine Bewertung abzugeben, erscheint folgender fehler:

Code: Alles auswählen

Allgemeiner Fehler
SQL ERROR [ mysqli ]

Unknown column 't.topic_first_post_id' in 'where clause' [1054]

SQL

SELECT topic_id FROM phpbb_topics WHERE t.topic_first_post_id = 11 LIMIT 1

BACKTRACE

FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()

FILE: includes/db/mysqli.php
LINE: 205
CALL: dbal_mysqli->sql_query()

FILE: includes/db/dbal.php
LINE: 170
CALL: dbal_mysqli->_sql_query_limit()

FILE: includes/prs/functions_prs_basis.php
LINE: 214
CALL: dbal->sql_query_limit()

FILE: includes/prs/functions_prs_support.php
LINE: 158
CALL: prs_is_votable_basis()

FILE: prs.php
LINE: 50
CALL: prs_is_votable()
Weiß jemand vllt. was dieser Fehler zu bedeuten hat?

Würde mich über eine Antwort / Lösung freuen.

Re: [ABD] (Topic &) Post Rating System (with Karma module)

Verfasst: 24.06.2011 18:37
von Bigabig
Außerdem kommt bei mir noch ein Fehler vor:

Wenn ich im Admincp auf den Reiter Mods / (topic &) Post Rating System / Stats gehe, erscheint bei dieser Fehler:

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /includes/prs/functions_prs_admin.php on line 203: Division by zero
[phpBB Debug] PHP Notice: in file /includes/prs/functions_prs_admin.php on line 203: Division by zero
[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)

Weiß jemand, wass dagegen getan werden muss?