0 items in email notification
-
HI
When i used the link View queued digest items in the wp-admin panel, i got my items. But in the email notification, i got (0 items).
I debug and i saw something strange. In file bp-activity-subscription-digest.php line 110 to 115 there’s a sql query with a from{$bp->activity->table_name}. The $bp object is not instantiate or is null. So i got an sql error because i miss the table name after the FROM. I tried to hardcode directly in the query the table name it needs (wp_bp_activity) and i got my items. It’s not a good solution because $bp variable is used everywhere. It happens only for the email notification. When i click on link View queued digest items everything is fine.
https://www.ads-software.com/plugins/buddypress-group-email-subscription/
- The topic ‘0 items in email notification’ is closed to new replies.