Closed (fixed)
Project:
FOAF
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2004 at 00:40 UTC
Updated:
18 Nov 2004 at 15:15 UTC
Jump to comment: Most recent file
When using the buddylist module, this error is thrown:
user error: Table 'freshfm_net_au.users' doesn't exist
query: SELECT u.name, u.mail FROM users u INNER JOIN buddylist b ON u.uid=b.buddy WHERE b.uid=2 in /mnt/1/freshfmw/www/www.fres...
I think this is actually a buddylist issue, but i'm unsure.
The table prefix is set to "drupal_" and is ignored by the extension.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | foaf.patch | 860 bytes | Uwe Hermann |
Comments
Comment #1
Uwe Hermann commentedHere's a patch.
Comment #2
walkah commentedfixed in both HEAD and DRUPAL-4-5 by using buddylist_get_buddies instead (which has proper db_prefix handling).
Comment #3
(not verified) commented