Hello,
After enabling kudos I got this error:
Also I realized I'm using userpoints 3 so kudos won't work for now - bummer! looking forward to playing with it when you update it ;0
* user warning: Table 'pso_soundoff.kudos_cached' doesn't exist query: SELECT i.*, c.num_given FROM kudos_cached c JOIN kudos_info i ON c.kudo_id = i.id AND i.status = 1 WHERE c.content_type = 'user' AND c.content_id = 1 AND c.period = 'all' in /home/pso/public_html/dev/includes/database.mysql.inc on line 172.
* user warning: Table 'pso_soundoff.kudos_cached' doesn't exist query: SELECT i.*, c.num_given FROM kudos_cached c JOIN kudos_info i ON c.kudo_id = i.id AND i.status = 1 WHERE c.content_type = 'user' AND c.content_id = 1 AND c.period = 'all' in /home/pso/public_html/dev/includes/database.mysql.inc on line 172.
Comments
Comment #1
socki commentedHey,
I'm sorry about the .install script. Easiest thing to do (assuming this is a fresh install) is to uninstall the module completely (thereby having the uninstall hook called) and updating the .install script.
In the kudos.install file, on line #52:
Change:
To:
After doing this, re-install. I'm going to try to post an update this evening which should address this and one other item.
Comment #2
socki commentedComment #3
socki commented