Skip to:
Content
Pages
Categories
Search
Top
Bottom

Registration goes nowhere – MAMP


  • Brian
    Participant

    @wgbcworship

    I’ve seen this slightly touched in other posts, but none that actually had a resolution. I’m sorry if I missed something.

    Local fresh install WP 3.5.1, BP 1.7.2
    Celestial Lite Theme

    User registration is turned on
    All pages are properly mapped in the BP settings

    Logout
    Click Register to go to Register as new user
    Complete form and submit
    Page simply refreshes. No progress. No error. Nothing.

    Tried switching themes. nothing.
    Registering with Social Login works fine.

    Any help is greatly appreciated.

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

  • bp-help
    Participant

    @bphelp

    @wgbcworship
    Have you tried batch deactivating plugins except for BP and testing registration against each plugin after you re-activate them individually?


    Brian
    Participant

    @wgbcworship

    Same result with all plugins (except BP) deactivated.

    Reg works fine with core
    Reg with fine with other reg plugins


    Brian
    Participant

    @wgbcworship

    @bphelp Any other ideas?


    Brian
    Participant

    @wgbcworship

    Anyone?

    Right now I just have to run without BP, but I’d really like to get this fixed so I can implement it on the site.


    @mercime
    Keymaster

    @mercime

    @wgbcworship where did you install WP/BP? Localhost or server? Windows or Linux? Either way, is WP installed at domain root e.g. example.com or in physical subdomain or in physical subdirectory of example.com? Are all letters in subdomain or subdirectory folder in lowercase?


    Brian
    Participant

    @wgbcworship

    @mercime

    where did you install WP/BP? Localhost or server?

    Localhost

    Windows or Linux?

    Mac

    Either way, is WP installed at domain root e.g. example.com or in physical subdomain or in physical subdirectory of example.com?

    It’s a local install with no domain. Running from it’s own root.

    Are all letters in subdomain or subdirectory folder in lowercase?

    Yes. Everything is lowercase.


    @mercime
    Keymaster

    @mercime

    @wgbcworship Did you check if your registration works if BuddyPress is deactivated? What’s in your .htaccess file?


    Brian
    Participant

    @wgbcworship

    Yes registration works fine without BP.

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    Brian
    Participant

    @wgbcworship

    Ok. So I just tried a risky thing and it seems to have worked. I had launched the site on my domain with BP deactivated. Even though it wasn’t working locally, I activated it on the live site. It seems to have worked. Now I need to figure out how to customize the registration/confirmation/activation/email experience. **fingerscrossed**

    It’s at buildmke.org if anyone wants to register to help test things out.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Registration goes nowhere – MAMP’ is closed to new replies.
Skip to toolbar