Following error after upgrade..

user warning: Unknown column 'b.href' in 'field list' query: SELECT DISTINCT b.bid, b.weight, b.name, b.image, b.href FROM user_badges_badges b INNER JOIN user_badges_user u ON b.bid = u.bid WHERE u.uid = 1 ORDER BY b.weight, b.name in /home/colleg11/drupal/public_html/5.10/includes/database.mysql.inc on line 174.

Saw a similar error on an older post for an older version but the fix there didn't seem to work.

Any help would be appreciated, thanks.

S

Comments

collegehoopsnet’s picture

Richard Blackborder’s picture

Status: Active » Fixed

Did you uninstall the module? You need to actually uninstall it, not just deactivate it. You will lose all badge data, but it will recreate the tables, and that will solve this error.

Even better - upgrade to Drupal 6 which has a better version.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.