I updated the sql from:

function fivestar_rec_run_recommender() {
$sql = "SELECT uid, content_id, value FROM {votingapi_vote} WHERE content_type='node' AND value_type='percent' AND tag='vote' AND uid<>0";

to

function fivestar_rec_run_recommender() {
$sql = "SELECT uid, content_id, value FROM {votingapi_vote} WHERE content_type='node' AND value_type='percent' AND tag='vote' AND uid>0";

This fixed the problem.

Comments

danithaca’s picture

Status: Active » Fixed

fixed. check out the new code.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.