It seems the module is trying to access the table "users", but I set up my install to prefix all tables with "Drupal_", so it fails to find the database.

Comments

RoboPhred’s picture

This seems to be the general error occuring. This one was taken from admin/logs/refreral

user warning: Table '.users' doesn't exist query: SELECT COUNT(*) FROM Drupal_referral r INNER JOIN Drupal_users u ON u.uid = r.referral_uid INNER JOIN users u2 ON u2.uid = r.uid WHERE u2.status = 1 GROUP BY r.referral_uid in
on line 172.

kbahey’s picture

Status: Active » Fixed

Fixed.

Anonymous’s picture

Status: Fixed » Closed (fixed)