Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Urgent please – Registration form

  • @robinlolo

    Participant

    Hi,

    I installed WP 3.5.1 + Bpress 1.7.1.
    Allow everyone to register is enabled.

    I gone through the installation of Bpress and created a new page for registration and Activation , to link them to the Bpress.

    It seems like I can’t register new user or see the activation page… empty pages.

    please have a look . http://indonesia.nexeviintl.com

    Theme:Inovado(Child)

    Thank you so much

Viewing 8 replies - 1 through 8 (of 8 total)
  • @mercime

    Participant

    @robinlolo I assume that you’re on a Windows server hence the index.php added to your URL for pretty permalinks like http://indonesia.nexeviintl.com/index.php/members/ Adding index.php is not going to work with BuddyPress.

    Check out https://codex.buddypress.org/developer/developer-docs/iis7-web-config/ or https://codex.wordpress.org/Using_Permalinks#Permalinks_without_mod_rewrite or contact tech support of your webhosting service for assistance. Please make sure that your pretty permalinks are working before activating BuddyPress again.

    @robinlolo

    Participant

    @mercime Thank you for your decent reply.

    I will check with them now and will let you know.

    I just want to modify my last problem … I can use the registration via wordpress , but nothing related to buddy press or bbpress is working … forums and groups member and the rest.

    Thank you again.

    @robinlolo

    Participant

    @mercime : I have contact my web hosting company and they said they support buddypress installation.

    they said you might have a problem with your .htaccess redirecting.

    please have a look on its code

    RewriteBase /
    
    #uploaded files
    
    RewriteRule ^(.*/)?files/$ index.php [L]
    
    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
    
    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
    
    # add a trailing slash to /wp-admin
    
    RewriteCond %{REQUEST_URI} ^.*/wp-admin$
    
    RewriteRule ^(.+)$ $1/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    
    RewriteCond %{REQUEST_FILENAME} -d
    
    RewriteRule . - [L]
    
    RewriteRule  ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
    
    RewriteRule  ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    
    RewriteRule . index.php [L]
    
    <IfModule mod_security.c>
    
    <Files async-upload.php>
    
    SecFilterEngine Off
    
    SecFilterScanPOST Off
    
    </Files>
    
    </IfModule>
    
    # BEGIN WordPress
    
    <IfModule mod_rewrite.c>
    
    RewriteEngine On
    
    RewriteBase /
    
    RewriteCond %{REQUEST_FILENAME} !-f
    
    RewriteCond %{REQUEST_FILENAME} !-d
    
    RewriteRule . /index.php [L]
    
    </IfModule>

    @robinlolo

    Participant

    My pe is customized as following:
    http://indonesia.nexeviintl.com/%postname%

    when I click on members I got 404 error

    @robinlolo

    Participant

    My permalinks is customized as following:
    http://indonesia.nexeviintl.com/%postname%

    when I click on members I got 404 error

    @mercime

    Participant

    @robinlolo I’m getting Service Unavailable – HTTP Error 503. The service is unavailable
    when I go to your site. It would be better for you if your webhost can move you from Windows/IIS hosting to Linux/Apache hosting.

    But if that’s beyond your control, I suggest that you deactivate all plugins including BuddyPress. Resolve pretty permalinks without index.php in your WordPress installation first at https://wordpress.org/support/forum/how-to-and-troubleshooting

    @robinlolo

    Participant

    @mercime : Thank you so Much.

    fresh installation with a Linux host , edited my Permalinks , installed buddypress.

    ALL WORKING GREAT 🙂 .

    @mercime

    Participant

    @robinlolo Cheers. Marking this as resolved 🙂

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Resolved] Urgent please – Registration form’ is closed to new replies.
Skip to toolbar