dima_tr
Member
Posted 9 months ago #
I tried to login on your sites http://buddypress.loginradius.com/ and http://wordpress.loginradius.com/
I get an error
Catchable fatal error: Object of class WP_Error could not be converted to string in /home/content/53/7742253/html/wordpress/wp-includes/capabilities.php on line 497
I installed plugin on my site. I get the same error. I think some code was changed in last version of WordPress
http://wordpress.org/extend/plugins/loginradius-for-wordpress/
dima_tr
Member
Posted 9 months ago #
This error I get with Twitter and VK where my mail is empty.
dima_tr
Member
Posted 9 months ago #
I also found in user_meta table that tmpEmail is empty.
Hi dima_tr, Thanks for letting us know about the issue with Twitter and VK.
Please follow these steps to resolve this issue:
1. Go to "wp-content/plugins/loginradius-for-wordpress/" folder in your WordPress installation.
2. In "LoginRadius.php" file find following code:- "while ($nameexists == true){"
above this code, add following code after that:
$userName = str_replace(' ', '-', $userName);
Please let us know if you have any other issue or you can also contact us at support.loginradius.com.
Thanks,
LoginRadius Team
Please let us know if you have any other questions.