Unfortunatly, No body make support here
They just feel hapy with their new buddypress update which make many many problem to us and let us suffering without any actual support.
I am sorry, but this is the fact.
I agree with that. I managed to fix my issue but have noticed that the update is displaying blank pages for my members content. I may need to think about switching back to a script to handle all of this.. This system makes me very nervous 1 year in. I feel like my eggs are in the wrong basket.
If anyone else is having trouble with their member pages being blank after the new update, please let me know!
If you get a whitescreen, you should turn on the debud display in WordPress, that will give you an indication of what the problem is:
https://codex.wordpress.org/WP_DEBUG
OK… thanks for the debugging advice – I get these two errors –
Notice: Undefined variable: cache_group in /home/folder123/public_html/wp-cont/pluginssss/buddypress/bp-activ***/classes/class-bp-act***-acti***.php on line 742
Notice: Undefined variable: cache_group in /home/folder123c/public_html/wp-cont/pluginssssssss/buddypress/bp-activity/classes/class-bp-act***-act****.php on line 745
anyone know what these codes mean? they were not an issue until the new update!
@worksofweb – Thanks for the debug messages. It’s due to a plugin or some custom code that is force-enabling the legacy activity query and requesting the total activity count.
I’ve created a ticket with a fix here:
https://buddypress.trac.wordpress.org/ticket/7848
In the meantime, if you are using a plugin that is utilizing the 'bp_use_legacy_activity_query'
filter, please deactivate it temporarily.
hey @r-a-y thank you so much for your help!