Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Author socialdude

    (@socialdude)

    Thanks Brian. What’s your blog url? Where do you see that error message? Rgds, John

    Thread Starter bnizette

    (@bnizette)

    John

    The message only appears when logged in as admin. It appears between the wordpress logo and the heading “Dashboard”

    Quite confusing, does not affect the site but is a little strange. I only installed wordpress last week and reinstall of 4.1 was done through the menu and the reinstall of Ultimate was done via ftp.

    I tried disabling other plugins but still had the message.

    Thanks for responding so fast.
    Brian

    Thread Starter bnizette

    (@bnizette)

    Blog URL is as per first post

    https://aumonde.eu/blog

    Thread Starter bnizette

    (@bnizette)

    I have via the menu deleted the plugin completely including all data and reinstalled. Still have the same issue.

    Plugin Author socialdude

    (@socialdude)

    Ok, thanks Brian, I will look into it. However I dont think it’s anything dangerous as it doesnt affect the front end.

    Plugin Author socialdude

    (@socialdude)

    Brian, I think we need your site access to figure it out. Are you ok with that? Alternatively we can do teamveiwer. Please contact me at support at ultimatelysocial dot com so that we can discuss there. Rgds, John

    Plugin Author socialdude

    (@socialdude)

    Thanks Brian, should be fixed now, please check

    Plugin Author socialdude

    (@socialdude)

    I close this topic, if something still needs fixing please post here again. Thank you Brian! Rgds, John

    Hi, guys!

    Got the error:
    “Notice: Undefined index: post-thumbnail in /var/www/html/wp-content/plugins/ultimate-social-media-icons/ultimate_social_media_icons.php on line 79”

    URL: https://54.93.49.173/uslugi-tsentra/

    On AWS EC2. PHP 5.3

    I fixed that:

    if ( isset ($metadata[‘sizes’][‘post-thumbnail’]) ) {
    $image_type = $metadata[‘sizes’][‘post-thumbnail’][‘mime-type’];
    } else {
    $image_type = “”;
    }

    I think you need to fix this bug in the installation package . Perhaps in some other way.

    Plugin Author socialdude

    (@socialdude)

    We’ll have a look, thank you RealSalamander

    .. And the same:
    “Notice: Undefined index: page in /var/www/html/wp-content/plugins/ultimate-social-media-icons/libs/sfsi_Init_JqueryCss.php on line 9”

    In admin area. This is a bad practice.

    I fixed it the same way:

    if( isset( $_GET[‘page’] ) && $_GET[‘page’] == ‘sfsi-options’ )

    Rgds.

    The second bug (Undefined index: page..) is fixed in version 1.1.1.8
    Just updated.
    There is no problem.

    Plugin Author socialdude

    (@socialdude)

    ok, thx

    Plugin Author socialdude

    (@socialdude)

    Ok, so this should be fixed in the plugin version we’ll update next week. I’ll ping you when we upload it.

    Plugin Author socialdude

    (@socialdude)

    Hi guys,

    Ok, so we fixed it in the latest version. Before we upload it on WordPress, could I please ask you to install it on your blogs first (to see check that everything is working fine – we also made some other changes in there)? It should, as we tested it extensively.

    Please email me at support at ultimatelysocial dot com so that I can send it to you? Thank you!

    Rgds, John

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Undefined index error’ is closed to new replies.