Skip to:
Content
Pages
Categories
Search
Top
Bottom

Buddypress and Woocommerce conflict


  • talkfeedmedia
    Participant

    @talkfeedmedia

    Hi there, I seem to be having a problem installing Buddypress. As soon as I install it I get the following error on the front end “This page isn’t working (My website url) is currently unable to handle this request.HTTP ERROR 500”

    The backend is working fine.

    I disabled all my plugins to and one by one activated them again to see where the clash is and it turns out to be Woocommerce.

    Does any one know how I can fix this issue to get both plugins working together?

Viewing 1 replies (of 1 total)

  • Peter Hardy-vanDoorn
    Participant

    @petervandoorn

    I don’t have a problem – I have BP & WP installed on 2 sites and have never had an issue, so I suspect it’s a co-incidence.

    You’ll need to do some investigation to find out what is actually causing the error. Start by changing your wp-config.php file to write an error log. Find the line which says define('WP_DEBUG', false); and change it (plus adding the other 2 lines) to:

    define('WP_DEBUG', true);
    define( 'WP_DEBUG_LOG', true );
    define( 'WP_DEBUG_DISPLAY', false );

    Then try to view the site again. It will create a new file in the wp-content folder called debug.log. This is a text file with all of your errors in. Hopefully you’ll see a fatal error or something which identifies where the error occurred.

    Hope that helps.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar