Skip to:
Content
Pages
Categories
Search
Top
Bottom

Can't get user login to work

  • @kevcoulter

    Participant

    Hi. I’ve tried 8theme support for Sweetdate but they haven’t been able to help me.

    Everything is working with my BuddyPress except the Pretty (Ajax?) login just spins and doesn’t work for me. The FB login is something I need to sort to, but it’s just the main one.

    It is possible to login from the account email link in membership.

    By the way, All my wordpress files sit in the /wordpress subdirectory, but I followed exact instructions online so my index page sits at the root with the following code:

    <?php
    /**
    * Front to the WordPress application. This file doesn’t do anything, but loads
    * wp-blog-header.php which does and tells WordPress to load the theme.
    *
    * @package WordPress
    */

    /**
    * Tells WordPress to load the WordPress theme and output it.
    *
    * @var bool
    */
    define(‘WP_USE_THEMES’, true);

    /** Loads the WordPress Environment and Template */
    require( dirname( __FILE__ ) . ‘/wordpress/wp-blog-header.php’ );

    This is the way for the site not to show the /wordpress in the url.

    8theme support did identify that the login is giving the error:

    ” 404 not found
    http://roomforlove.co.uk/wp-admin/admin-ajax.php

    then what needs to be changed in the code for the function to find http://roomforlove.co.uk/wordpress/wp-admin/admin-ajax.php ?

    Please help me.

    Wordpress 3.9.1
    BuddyPress 2.0.2
    http://www.roomforlove.co.uk

Viewing 2 replies - 1 through 2 (of 2 total)
  • @danbp

    Participant

    is it important for you to use a /wordpress/ directory for after that to obfuscate it ?
    Install WP at the site root and things will go better, also for BP.
    Something like /htdocs/ or /www/

    @kevcoulter

    Participant

    It’s not important to. Is it straightforward to do? I take it I back up database and files then remove old wordpress first? This is a first for me

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can't get user login to work’ is closed to new replies.
Skip to toolbar