Can't get user login to work
-
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
- The topic ‘Can't get user login to work’ is closed to new replies.