I get the following error in phpbb:

SQL Error : 1054 Unknown column 'user_unread_privmsg' in 'field list'

UPDATE phpbb_users SET user_unread_privmsg = user_unread_privmsg + user_new_privmsg, user_new_privmsg = 0, user_last_privmsg = 1145472715 WHERE user_id = 3
Line : 1856
File : privmsg.php

    Look at the table "field list"

    Do you see any column named "user_unread_privmsg" ?

    Maybe a typo, or maybe the column doesn't exist...

      Write a Reply...