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.

CommentFileSizeAuthor
#1 foaf.patch860 bytesUwe Hermann

Comments

Uwe Hermann’s picture

StatusFileSize
new860 bytes

Here's a patch.

walkah’s picture

fixed in both HEAD and DRUPAL-4-5 by using buddylist_get_buddies instead (which has proper db_prefix handling).

Anonymous’s picture