in my production site I have a custom plugin that calls the buddypress function groups_get_user_groups()
, it functions totally fine in production.
I exported the website to a staging environment in Local by Flywheel. When it comes time for that function to fire though, it no longer works. instead yielding A critical error has occured
. wp-content between the two sites are identical, what is going on?
I’m using Linux/Php 7.3/Mysql 8. Thanks in advance for any insight.