Unknown column 'user_thanks_post' in 'field list' [1054]

Hier kommen die Support Anfragen für phpBB 3.0.x MODs hinein.
Antworten
Sivasli_14
Beiträge: 2
Registriert: 23. Jul 2013 15:52
Familienstand: Single
Hat sich bedankt: 0
Danksagung erhalten: 0

Unknown column 'user_thanks_post' in 'field list' [1054]

Beitrag von Sivasli_14 »

Your phpBB Version: 2.0.
Your phpBB Type: Standard phpBB (also called Vanilla (phpBB2) or Olympus (phpBB3))
MODs installed: No
Your knowledge: Beginner

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message
SQL ERROR [ mysqli ]

Unknown column 'user_thanks_post' in 'field list' [1054]

SQL

UPDATE phpbb_users SET user_thanked = user_thanked + 1, user_thanks_post = user_thanks_post + 1 WHERE user_id = 65

BACKTRACE

FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()

FILE: [ROOT]/includes/db/dbal.php
LINE: 757
CALL: trigger_error()

FILE: [ROOT]/includes/db/mysqli.php
LINE: 182
CALL: dbal->sql_error()

FILE: [ROOT]/thanks.php
LINE: 90
CALL: dbal_mysqli->sql_query()
Sivasli_14
Beiträge: 2
Registriert: 23. Jul 2013 15:52
Familienstand: Single
Hat sich bedankt: 0
Danksagung erhalten: 0

Re: Unknown column 'user_thanks_post' in 'field list' [1054]

Beitrag von Sivasli_14 »

?????
Benutzeravatar
Mahony
Site Admin
Site Admin
Beiträge: 792
Registriert: 3. Dez 2006 22:09
Hat sich bedankt: 22 Mal
Danksagung erhalten: 6 Mal

Re: Unknown column 'user_thanks_post' in 'field list' [1054]

Beitrag von Mahony »

Hello

Copy: root/db_update.php
To: phpbb root and run this with your browser or they use the sql command from the manual. After using this file, please delete it to avoid errors.

best regards Mahony
Diejenigen, die lautstark darüber diskutieren, warum es nicht geht, mögen bitte jene nicht stören, die es gerade tun.
Klug ist, wer nur die Hälfte von dem glaubt, was er hört. Weise ist, wer erkennt, welche Hälfte richtig ist.

Bild
Antworten