Closed (fixed)
Project:
User Referral
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Apr 2007 at 04:35 UTC
Updated:
22 Apr 2007 at 01:31 UTC
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
Comment #1
RoboPhred commentedThis 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.
Comment #2
kbahey commentedFixed.
Comment #3
(not verified) commented