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

snailian’s picture

Status: Active » Closed (fixed)
idontunderstand’s picture

Stray

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

idontunderstand’s picture

Good 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!