@moonviper
15 years, 3 months ago
yes, full integration… I’ve noticed however that it creates a SECOND account if the member already has one, so it’s either log in with Twitter credentials, or with WordPress credentials…. site seems to consider them as separate accounts.
I explain this to my users at http://outgaylife.com/wp-login.php
http://www.gigya.com/ has what you’re looking for. I just tried it out on my BP install (http://www.outgaylife.com) Click Log In in the Admin Bar at top of screen to see how it works!
It works with more than just Twitter, it has Facebook, AOL, My Space, and many others.
15 years, 5 months ago
I had this same issue, but followed the instructions listed here, and they seemed to work.
15 years, 6 months ago
bump….
have now repaired and optimized the database. error persists
Uninstalled bbpress per above instructions (thanks btw).
Still getting same errors. Must be some other issue…
Tried deactivating BuddyPress then reactivating… nothing different happened?
Any other clues where I should look?
I did this… permissions set at 755. As mentioned, all was working until I updated the settings to show a different avatar
15 years, 8 months ago
I use Hostgator, and love them. Never had any real issues I didn’t cause myself
15 years, 9 months ago
On my sites, I simply have a 404 file in my themes which is actually a redirect to where ever I’d like it to go:
<?php
// Permanent redirection
header(“HTTP/1.1 301 Moved Permanently”);
header(“Location: http://yourdomain.com”);
exit();
?>
Simply copy and paste the above into your 404.php file for your theme, and you’re set!