Debugging a multisite install
-
Hello,
I’m running a multisite install (simple, not multi network). Buddypress and BuddyPress Group Email Subscription are both network activated.
BuddyPress Group Email Subscription only sends mails if users choose “receive every mail” option.
Summary (daily and weekly) mails or admin notice are not being sent. I would like to debug, so following your guide, I added in my config.phpdefine( 'BPGES_DEBUG', true );// https://github.com/boonebgorges/buddypress-group-email-subscription/wiki/How-to-troubleshoot-missing-emails define( 'BPGES_DEBUG_LOG_PATH', dirname( __FILE__ ) . '/wp-content/uploads/BPGES/');
Yet, no log shows up in this folder.
Furthermore, when I visit this /?sum=1 page, I can see many many mails.. I guess this confirms they haven’t been sent? Simiarly, I visited thewp_bpges_queued_items
SQL table, and it’s populated by many entries (of sum, dig and immediate types).I also installed WP-cron. In the event tab, I cannot see any BPGES looking job (although I could’nt find which job title to look for – I tried emp_cron_emails_queue, based on this support thread)
Thanks for directing me how I can advance in the debugging.
Best,
- The topic ‘Debugging a multisite install’ is closed to new replies.