1

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."

  • 1
    Readers will need more information in order to be able to help you effectively. Check your PHP or Apache logs to see if there is more information in there. – halfer Jan 18 '20 at 13:33

1 Answers1

0

set WP_DEBUG to true, which will be available in your wp-config.php file.

define( 'WP_DEBUG', true );
Farhan
  • 253
  • 2
  • 9