I just install this module in a multi-site platform, but it gives an error that db_profile_fields not found when updating a profile field.
So the error is some kind suspicious it should be db_prefix_profile_fields, so I look around with the module and found out that profile_taxonomy_save_selection_options the db_query has no curly braces for the table.
See attached patch.
| Comment | File | Size | Author |
|---|---|---|---|
| diff.patch | 410 bytes | nathanjo |
Comments
Comment #1
gnindl commentedPatch committed to rep, thankx!