When I activate this module I get this above all my admin pages? any idea how to correct this?

user warning: Table 'gymfreak_drupal.user_badges_badges' doesn't exist query: SELECT DISTINCT b.bid, b.weight, b.name, b.image, b.href, b.unhideable, b.fixedweight, b.doesnotcounttolimit, u.userweight, b.tid, CASE WHEN b.fixedweight = 1 THEN b.weight ELSE COALESCE(u.userweight,b.weight) END coalescedweight FROM user_badges_badges b INNER JOIN user_badges_user u ON b.bid = u.bid WHERE u.uid = 1 ORDER BY coalescedweight, b.name in /home/gymfreak/public_html/sites/all/modules/user_badges/user_badges.module on line 795.

Comments

nancydru’s picture

Did you get any errors during the installation? It sounds like the install functions didn't run.

Try disabling and uninstalling (probably will have errors) the module, then install it again.

shabana.navas’s picture

Status: Active » Closed (cannot reproduce)