Closed (fixed)
Project:
User Badges
Version:
5.x-1.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
17 Mar 2009 at 23:07 UTC
Updated:
18 Mar 2009 at 22:50 UTC
I am getting this
Warning: Table 'facebusk_drupal5.user_badges_badges' doesn't exist 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/facebusk/public_html/includes/database.mysql.inc on line 174
Where can I get this Table from? Can i just paste it in?
Thanks
Comments
Comment #1
snailian commentedAnswer is located here: http://drupal.org/node/356369#comment-1372514
Comment #2
idontunderstand commentedStray
I'm still not getting it to work. Maybe if i can put it into the mysql database, but how do you do that? thanks.
Chris
Comment #3
idontunderstand commentedGood news!
I went onto the IRC drupal support forum for coding and I got my answer to the problem.
Your coding worked!
Someone actually popinted out to me that i needed to completely uninstall the module! I was just disabling it.
All I was doing wrong was i was not properly "uninstalling" the module, i was disabling it. There is a tab at the top of modules which you can click on and it allows you to completely uninstall the module if it is on the uninstall list there. I did that and then i re-installed the module with the edited module install code that you gave me and then i re-enabled the module in modules and went to the user badges menu and it all worked. Problem solved. Thanks!