Daily/Weekly Digest Memory Issue
-
I have over 30000 users in my database. I went through the majority of support questions/issues and saw the cron job troubleshooting tip. After going through the steps, I finally saw the error message on my server, which is “Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 131072 bytes) in /home/catyco/members.blackgirlsrun.com/wp-content/plugins/buddypress-group-email-subscription/bp-activity-subscription-digest.php on line 90”
Line 90 points to
if ( ! isset( $all_activity_items[$sid] ) ) {
$all_activity_items[$sid] = 1;I already increased the memory on the server to 128mb.
The Daily/Weekly Digest is just blank. However, if I change it to All Emails, we get notifications.
https://www.ads-software.com/plugins/buddypress-group-email-subscription/
- The topic ‘Daily/Weekly Digest Memory Issue’ is closed to new replies.