• Resolved verityr

    (@verityr)


    Hello,

    The developer of my theme was looking over my site today and noticed one of my pages has an error at the bottom of the page that reads:

    Notice: Undefined index: page_id in /homepages/30/d560012174/htdocs/clickandbuilds/wp-content/plugins/appointments/includes/widgets.php on line 217

    Line 217 is: $href = get_permalink($instance[“page_id”]);

    I’m using version 1.5.6

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello verityr,

    Looks like you are using one of the older pro version (free has last version of the 1.4.4).
    This is just a notice, so please check your wp-config.php file for that line:

    define('WP_DEBUG', true);

    change it to

    define('WP_DEBUG', false);

    that notice should stop displaying on front-end.

    kind regards,
    Kasia

    Thread Starter verityr

    (@verityr)

    Hi,

    Thank you for your help. It worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error on line 217 in widgets.php’ is closed to new replies.