I keep getting this when I go to enable the Userpoints Karma Module

Depends on: Vud (missing), Userpoints (enabled).

What is Vud and where can i get it, and where would i place it once i have it?.

I have the Vote Up down Module Installed and configured and working, which is what i first thought was the problem. i searched the entire modules folder and cannot find any Vud

Comments

kbahey’s picture

Status: Active » Postponed (maintainer needs more info)

Have you reviewed the README.txt file that comes with this module. It states that it requires Vote Up/Down version 6.x-2.x.

Is this the version that you are using?

Caderial’s picture

Yeah i have that Version of Vote Up/Down , Now freshly uploaded and now even the Vote Up/down Module sais Vud Missing?

kbahey’s picture

Check if you have vud.info and vud.module, and if not, download the module again. If that does not work, then report it to the vote up/down module, and once it is fixed, userpoints_karma should work.

Caderial’s picture

Will Do thanks.

kbahey’s picture

I just downloaded the 6.x-2.x-dev, from here, and found that it contains vud.info and vud.module.

I executed the following query on a site that uses userpoints_karma, and indeed there is a vud module.

mysql> select name, status, filename from system where name = 'vud';
+------+--------+---------------------------------------------------+
| name | status | filename                                          |
+------+--------+---------------------------------------------------+
| vud  |      1 | sites/all/modules/vote_up_down/vud.module         | 
+------+--------+---------------------------------------------------+

Execute the same query and see if you have the same result.

Otherwise, you have a problem that is unique to your site. Permissions, or something odd.

Caderial’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

after re installing all modules i got it working took me forever though thanks guys