@kovshenin
11 years, 12 months ago
The table_name variable is populated during init, so looks like you’re calling bp_activity_add before bp is initialized. Try doing that during init with a lower priority, like 99. Worked for me 🙂