Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Groups: Blank page after updating to 1.6


  • claudeg
    Participant

    @claudeg

    Just update one site with BP 1.6 and my group page is blank.
    On my member page, in my groups, nothing shows also (but I don’t get a blank page)
    I’ve tried to desactivated all other plugins and used the default BP theme without success.
    Any ideas?
    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)

  • @mercime
    Keymaster

    @mercime

    A Blank page typically means an error is happening in PHP, however if your hosting provider or php.ini configuration is set to NOT display errors, you will see a blank page.

    See if you have a way to set your display_errors on in PHP.ini or if you have access to the code you can try temporarily adding the following to your wp-config.php:

    `
    error_reporting(E_ALL);
    ini_set(‘display_errors’,’On’);
    `

    This may give you the ability to see the error you are getting and troubleshoot from there. Just be sure to remove these two lines from your wp-config.php once you get the errors as it will show all errors and warnings to visitors while in place.


    claudeg
    Participant

    @claudeg

    Thanks!
    @mercime I did go true the wizard
    @cklosows I’ll give a try and come back.


    claudeg
    Participant

    @claudeg

    OK, it is related to my theme. With default theme and my child theme, it doesn’t show groups page. Tried a different theme (Fresco) and everything works. So I’ll try to fix my theme

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Resolved] Groups: Blank page after updating to 1.6’ is closed to new replies.
Skip to toolbar