Skip to:
Content
Pages
Categories
Search
Top
Bottom

Register Page Reloads when Submited


  • Nicholas Hopp
    Participant

    @hopper9791

    1. Which version of WordPress are you running? 3.7
    2. Did you install WordPress as a directory or subdomain install? Subdirectory
    3. If a directory install, is it in root or in a subdirectory? Subdirectory
    4. Did you upgrade from a previous version of WordPress? If so, from which version? 3.6.1
    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. Yes
    6. Which version of BP are you running? 1.8.1
    7. Did you upgraded from a previous version of BP? If so, from which version? No
    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? Installed: a bunch, but deactivated them all to get BuddyPress to work first.
    9. Are you using the standard BuddyPress themes or customized themes? Customized but I know the theme is not the issue because I have it working at http://nextgencu.com. But not working at http://nextgencu.com/CitizensFirst
    10. Have you modified the core files in any way? No
    11. Do you have any custom functions in bp-custom.php? No
    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? No
    14. Which company provides your hosting? CU Answers
    15. Is your server running Windows, or if Linux; Apache, nginx or something else? Apache

    2. Register page reloads on submit keeping all fields filled besides password.
    3. Like I stated before I have it working fine at http://nextgencu.com but not working in Subdirectory http://nextgencu.com/CitizensFirst
    4. I have done a lot of reading to fix this issue and have not found a solution. Some people have said the issue is with the permalinks and the .htaccess file.

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

  • The topic ‘Register Page Reloads when Submited’ is closed to new replies.
Skip to toolbar