• Resolved Tevya

    (@thefiddler)


    I’m seeing the following in my debug log on one site (haven’t checked others):

    [14-Sep-2015 22:03:10 UTC] PHP Notice:  Undefined index: host in /home/server.com/user/public_html/wp-content/plugins/simple-lightbox/controller.php on line 554
    [14-Sep-2015 22:03:10 UTC] PHP Notice:  Undefined index: host in /home/server.com/user/public_html/wp-content/plugins/simple-lightbox/controller.php on line 554

    Always in pairs like that. Not sure it’s related, but it’s always proceeded and/or followed by this:

    [14-Sep-2015 22:03:11 UTC] PHP Notice:  The called constructor method for WP_Widget is <strong>deprecated</strong> since version 4.3.0! Use <pre>__construct()</pre> instead. in /home/server.com/user/public_html/wp-includes/functions.php on line 3457
    [14-Sep-2015 22:03:11 UTC] PHP Notice:  The called constructor method for WP_Widget is <strong>deprecated</strong> since version 4.3.0! Use <pre>__construct()</pre> instead. in /home/server.com/user/public_html/wp-includes/functions.php on line 3457

    Any ideas?

    https://wordpress.org/plugins/simple-lightbox/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Archetyped

    (@archetyped)

    Hi, what version of SLB are you using? This notice should not be occurring in the latest version.

    Also, SLB does not call WP_Widget() so that is likely related to other code (e.g. plugin, theme, etc.)

    Thread Starter Tevya

    (@thefiddler)

    Version 2.4.1. I see there’s a newer version. Not sure why It’s not showing in auto-update. I’ll update it and see if the error goes away.

    K. Yeah, there’s a lot of that WP_Widget so must be some plugin is calling it, and it’s unrelated to the other errors I’m seeing.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘"Undefined index" error?’ is closed to new replies.