Line 85 throws an error like:
Warning: strpos() [function.strpos]: Offset not contained in string in
/opt/wordpress/wp-content/plugins/wordpress-social-login/hybridauth/Hybrid/third
party/OpenID/LightOpenID.php on line 85
Changing it to the following fixes the issue:
if(strlen($this->trustRoot >= 8) && ($host_end = strpos($this->trustRoot, '/',
8)) !== false) {
Original issue reported on code.google.com by mark.saw...@gmail.com on 13 Apr 2013 at 5:41
Original issue reported on code.google.com by
mark.saw...@gmail.com
on 13 Apr 2013 at 5:41