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

socki’s picture

Hey,

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:

KEY uid (uid)

To:

KEY content_id (content_id)

After doing this, re-install. I'm going to try to post an update this evening which should address this and one other item.

socki’s picture

Status: Active » Reviewed & tested by the community
socki’s picture

Status: Reviewed & tested by the community » Closed (fixed)