I have installed buddypress follow plugin and after clicking the follow button , it shows the following error "There has been a critical error on your website.
Learn more about debugging in WordPress."
I have installed buddypress follow plugin and after clicking the follow button , it shows the following error "There has been a critical error on your website.
Learn more about debugging in WordPress."
set WP_DEBUG to true, which will be available in your wp-config.php file.
define( 'WP_DEBUG', true );