Registration page does not appear
-
Hi, thanks for this great plug in and community. I just installed BP 2.8.1 into my WP 4.7.2 site which runs on BlueHost. I cannot get the BP registration page to appear. In BP settings/pages, it indicates that registration uses the “Register” page, which exists and is an empty page. But when I attempt to view this page (http://arlingtonporchfest.org/test-site/register) I end up viewing the site’s home page and no registration appears. I have enabled “Anyone can register” in general settings (after not having this set correctly at first). I have tried deleting my registration page and recreating. I have disabled all plugins except BP. I get the same problem with standard 2015 and 2016 themes.
Thanks for any help! A bit more technical info below
There is nothing strange in my .htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /test-site/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /test-site/index.php [L]
</IfModule>
# END WordPressand my error log file shows this, which does not seem helpful
[25-Feb-2017 16:37:54 UTC] ERROR PostmanGoogleAuthenticationManager: invalid_grant processing response: Bad Request
[25-Feb-2017 16:37:54 UTC] ERROR PostmanWpMail: Exception code=0 message=Bad Request(invalid_grant)
- You must be logged in to reply to this topic.