Viewing 7 replies - 1 through 7 (of 7 total)
  • Pioneer Web Design

    (@swansonphotos)

    The correct URL is:

    http://tuuniversidadvirtual.com/wp-login.php?action=register which is being redirected to /register/ this is likely occuring due to rewrite rule a plugin created in .htaccess – remove them.

    You also have some plugins activated now…

    Thread Starter tuuniversidadvirtual

    (@tuuniversidadvirtual)

    Thnx, i know i have some plugins activated, cause I reactivated them after deactivating them didnt work. Could you please give me more advice on how to remove the rule in .htaccess?

    I could post anything you need in order to help me.

    thanks

    Pioneer Web Design

    (@swansonphotos)

    To access your .htaccess file, you will need to use an FTP client such as FileZilla (with ftp credentials as give by your webhost) or your host provided File Manager – the file is ‘hidden’ so you will have to view all files.

    Once you can read this file, edit only in a plain text editor (not a rich text editor such as Word) – I prefer Notepad++. Keep and unedited version of this file.

    The only thing that should be in this file should be the WP rewrite rules

    Thread Starter tuuniversidadvirtual

    (@tuuniversidadvirtual)

    unfortunatelly my .htaccess looks like this

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

    the problem doesnt seem to be here…

    @mercime

    (@mercime)

    The correct URL for a BuddyPress register page is http://example.com/register/ if WP/BP is installed in domain root and if you used the “register” slug/page.

    registration used to work.

    – Go to Settings > BuddyPress > Pages and double-check that the “Register” Page is selected for registration. Click on Save button.
    – Go to Settings > Permalinks and click again on Save button.
    – Aside from upgrading BuddyPress, did you add/delete/change any theme or plugins lately?

    Thread Starter tuuniversidadvirtual

    (@tuuniversidadvirtual)

    I havent changed the theme, and i did associate the register page on the buddypress settings option. but it still takes me to a page with no register form on it :S

    @mercime

    (@mercime)

    Delete the text/content you added in Register page “Ofrecemos disculpas, la página para registrarse esta en reparación. Registrate usando una red social (panel en la derecha).”

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

The topic ‘Registration Problem’ is closed to new replies.