Skip to:
Content
Pages
Categories
Search
Top
Bottom

blank registration (different)?


  • lisawilson
    Participant

    @lisawilson

    Hello, I know this is documented a lot however I have my install which isn’t working.

    I have installed on clean wordpress with pretty permalinks. It’s apparently on a windows host which I contacted and they advised they can do the rewrites as requested:

    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ /index.php/$1 [L]

    When I attempt to access the register page, it appears blank. I have tried the legacy BP-default theme and various other things with no joy.

    Link: http://www.mymodelpage.co.uk

    The pages are linked in buddypress settings. 🙁

    Please help!!

    Lisa

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

  • Boone Gorges
    Keymaster

    @boonebgorges

    It’s weird that it’s appearing as blank. This could be the case of a failed redirect.

    Make sure that registration is enabled on your site. On Multisite, go to Dashboard > Network Admin > Settings; you’ll see a set of radio buttons where you can select “Users can register” or something like that. On non-Multisite, go to Dashboard > Settings > General, and make sure that “Anyone can register” is checked. (What I suspect is happening is that you don’t have registration turned on. BuddyPress tries to handle this for you by redirecting people away from the Register page when registration is closed, but it could be that the redirect is failing because of something about your Windows setup. Just a hunch.)


    Boone Gorges
    Keymaster

    @boonebgorges

    Another brief thought: You say that the Register component is linked at Dashboard > Settings > BuddyPress > Pages. But make sure that the linked WordPress page has its status set to Publish.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘blank registration (different)?’ is closed to new replies.
Skip to toolbar