Unknown column 'u.user_points' in 'field list' [1054]

Discuss phpBB 3.0.x in general.
Forum rules
Please post any phpBB 3.1.x related topics in the phpBB 3.1.x discussion forum.
Post Reply
realman1732
New member
New member
Posts: 1
Joined: 28 Oct 2010, 19:19

Unknown column 'u.user_points' in 'field list' [1054]

Post by realman1732 »

Hi Friends,

Help me out in solving this issue please. I have installed medals and it created some error so i uninstalled it and now this is the error am getting when am goin to my site. http://www.sportsfreak.co.in

Unknown column 'u.user_points' in 'field list' [1054]

SQL

SELECT u.user_id, u.username, u.user_colour, u.user_points, b.holding FROM (phpbb_users u) LEFT JOIN phpbb_points_bank b ON (u.user_id = b.user_id)

BACKTRACE

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

FILE: index.php
LINE: 149
CALL: dbal_mysqli->sql_query()

Please guide me in fixing it

Thanks
User avatar
tumba25
Supporter
Supporter
Posts: 1058
Joined: 24 Oct 2007, 13:10
Real name: Jari Kanerva
Location: Kokkola, Finland.
Contact:

Re: Unknown column 'u.user_points' in 'field list' [1054]

Post by tumba25 »

Seems like you missed to remove the edits that MOD did in your files. Check in the main install.xml file and revert those changes.
Post Reply