• Resolved Lauren

    (@liliripe)


    I’m getting the following error after installing the plugin:

    Notice: Undefined variable: avatar in /hsphere/local/home/c318642/liliripe.com/clients/quoted/wp-content/plugins/super-socializer/inc/social_login.php on line 226

    Any idea what is causing this problem?

    https://ww.wp.xz.cn/plugins/super-socializer/

Viewing 1 replies (of 1 total)
  • Plugin Author Rajat Varlani

    (@the_champ)

    Sorry for the inconvenience.
    To fix the error, open “wp-content/plugins/super-socializer/inc/social_login.php” in code editor, search following code (at line number 222):

    if(($userData = get_userdata($args['item_id'])) !== false){

    Place following code after the code searched above and save the file:

    $avatar = "";

Viewing 1 replies (of 1 total)

The topic ‘Notice: Undefined variable: avatar’ is closed to new replies.