Closed (cannot reproduce)
Project:
User Badges
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2011 at 15:08 UTC
Updated:
3 Jul 2013 at 08:16 UTC
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
Comment #1
nancydruDid 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.
Comment #2
shabana.navas commented