• Notice Undefined index: medium 1

    get_footer(‘front-page’)
    wp-content/themes/aktueltspania/front-page.php:493
    locate_template()
    wp-includes/general-template.php:76
    load_template(‘wp-content/themes/aktueltspania/footer-front-page.php’)
    wp-includes/template.php:653
    dynamic_sidebar(‘footer03_sidebar’)
    wp-content/themes/aktueltspania/footer-front-page.php:18
    WP_Widget->display_callback()
    wp-includes/widgets.php:770
    TheChampFollowWidget->widget()
    wp-includes/class-wp-widget.php:378
    TheChampFollowWidget->follow_icons()
    wp-content/plugins/super-socializer/inc/widget.php:793
    wp-content/plugins/super-socializer/inc/widget.php:840
    Plugin: debug-bar
    Notice Undefined index: mewe 1

    get_footer(‘front-page’)
    wp-content/themes/aktueltspania/front-page.php:493
    locate_template()
    wp-includes/general-template.php:76
    load_template(‘wp-content/themes/aktueltspania/footer-front-page.php’)
    wp-includes/template.php:653
    dynamic_sidebar(‘footer03_sidebar’)
    wp-content/themes/aktueltspania/footer-front-page.php:18
    WP_Widget->display_callback()
    wp-includes/widgets.php:770
    TheChampFollowWidget->widget()
    wp-includes/class-wp-widget.php:378
    TheChampFollowWidget->follow_icons()
    wp-content/plugins/super-socializer/inc/widget.php:793
    wp-content/plugins/super-socializer/inc/widget.php:843
    Plugin: debug-bar
    Notice Undefined index: odnoklassniki 1

    get_footer(‘front-page’)
    wp-content/themes/aktueltspania/front-page.php:493
    locate_template()
    wp-includes/general-template.php:76
    load_template(‘wp-content/themes/aktueltspania/footer-front-page.php’)
    wp-includes/template.php:653
    dynamic_sidebar(‘footer03_sidebar’)
    wp-content/themes/aktueltspania/footer-front-page.php:18
    WP_Widget->display_callback()
    wp-includes/widgets.php:770
    TheChampFollowWidget->widget()
    wp-includes/class-wp-widget.php:378
    TheChampFollowWidget->follow_icons()
    wp-content/plugins/super-socializer/inc/widget.php:793
    wp-content/plugins/super-socializer/inc/widget.php:846
    Plugin: debug-bar
    Notice Undefined index: vkontakte 1

    get_footer(‘front-page’)
    wp-content/themes/aktueltspania/front-page.php:493
    locate_template()
    wp-includes/general-template.php:76
    load_template(‘wp-content/themes/aktueltspania/footer-front-page.php’)
    wp-includes/template.php:653
    dynamic_sidebar(‘footer03_sidebar’)
    wp-content/themes/aktueltspania/footer-front-page.php:18
    WP_Widget->display_callback()
    wp-includes/widgets.php:770
    TheChampFollowWidget->widget()
    wp-includes/class-wp-widget.php:378
    TheChampFollowWidget->follow_icons()
    wp-content/plugins/super-socializer/inc/widget.php:793
    wp-content/plugins/super-socializer/inc/widget.php:858
    Plugin: debug-bar
    Notice Undefined index: xing 1

    get_footer(‘front-page’)
    wp-content/themes/aktueltspania/front-page.php:493
    locate_template()
    wp-includes/general-template.php:76
    load_template(‘wp-content/themes/aktueltspania/footer-front-page.php’)
    wp-includes/template.php:653
    dynamic_sidebar(‘footer03_sidebar’)
    wp-content/themes/aktueltspania/footer-front-page.php:18
    WP_Widget->display_callback()
    wp-includes/widgets.php:770
    TheChampFollowWidget->widget()
    wp-includes/class-wp-widget.php:378
    TheChampFollowWidget->follow_icons()
    wp-content/plugins/super-socializer/inc/widget.php:793
    wp-content/plugins/super-socializer/inc/widget.php:861
    Plugin: debug-bar

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Heateor Support

    (@heateor)

    I am not able to reproduce these PHP notices with WordPress debugging enabled. Seems you are using some other plugin to debug the code. I would suggest you to enable WordPress debugging and then check error log of your website for any PHP errors.

    Thread Starter mariusandersen

    (@mariusandersen)

    I get this in debug:

    NOTICE: wp-content/plugins/super-socializer/inc/widget.php:840 – Undefined index: medium
    require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/aktueltspania/front-page.php’), get_footer, locate_template, load_template, require_once(‘/themes/aktueltspania/footer-front-page.php’), dynamic_sidebar, WP_Widget->display_callback, TheChampFollowWidget->widget, TheChampFollowWidget->follow_icons
    NOTICE: wp-content/plugins/super-socializer/inc/widget.php:843 – Undefined index: mewe
    require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/aktueltspania/front-page.php’), get_footer, locate_template, load_template, require_once(‘/themes/aktueltspania/footer-front-page.php’), dynamic_sidebar, WP_Widget->display_callback, TheChampFollowWidget->widget, TheChampFollowWidget->follow_icons
    NOTICE: wp-content/plugins/super-socializer/inc/widget.php:846 – Undefined index: odnoklassniki
    require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/aktueltspania/front-page.php’), get_footer, locate_template, load_template, require_once(‘/themes/aktueltspania/footer-front-page.php’), dynamic_sidebar, WP_Widget->display_callback, TheChampFollowWidget->widget, TheChampFollowWidget->follow_icons
    NOTICE: wp-content/plugins/super-socializer/inc/widget.php:858 – Undefined index: vkontakte
    require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/aktueltspania/front-page.php’), get_footer, locate_template, load_template, require_once(‘/themes/aktueltspania/footer-front-page.php’), dynamic_sidebar, WP_Widget->display_callback, TheChampFollowWidget->widget, TheChampFollowWidget->follow_icons
    NOTICE: wp-content/plugins/super-socializer/inc/widget.php:861 – Undefined index: xing
    require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/aktueltspania/front-page.php’), get_footer, locate_template, load_template, require_once(‘/themes/aktueltspania/footer-front-page.php’), dynamic_sidebar, WP_Widget->display_callback, TheChampFollowWidget->widget, TheChampFollowWidget->follow_icons

    Plugin Author Heateor Support

    (@heateor)

    Strange. I can’t reproduce this scenario at my test environment. Will look into it and keep you posted.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PHP errors’ is closed to new replies.