Closed (duplicate)
Project:
Spam
Version:
5.x-3.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
28 Nov 2008 at 10:11 UTC
Updated:
17 Jun 2009 at 19:54 UTC
Hi,
I activated the spam module with user filtering and got errors about missing table profile_fields. I believe the profile module should be a dependency of this module.
Regards,
Haggai
Comments
Comment #1
jeremy commentedI noticed these errors too -- they're not consistent, but they do happen. I suppose the simplest solution is to declare the profile module as a dependency. Another option is for the spam module to detect if it's enabled, and only check these tables if it is. I'm lean toward the second option, but need to review further. Thanks for the bug report.
Comment #2
gnassar commentedFixed in #351138: Error in spam_user.inc on line 228: Table 'profile_values' doesn't exist.