[BUG] Thumbnail url error
-
MY ENV
PHP Version 5.6.23
AccessPress Social Login Lite 3.3.3
———————in file accesspress-social-login-lite.php
has get user meta
$user_meta_thumbnail = get_user_meta( $user_id, 'deuimage', true );
and it have problem with new facebook return
this is content of deuimage return from facebooka:2:{i:0;s:94:"https://lookaside.facebook.com/platform/profilepic/?asid=xxxxxxxxxxxxxxx&height=128&width=128";i:1;s:43:"https://www.facebook.com/unsupportedbrowser";}
trim( $user_picture ) in line 226 require string not array
- The topic ‘[BUG] Thumbnail url error’ is closed to new replies.