Viewing 1 replies (of 1 total)
  • Plugin Author YOP

    (@yourownprogrammer)

    Hi zukiblue,

    Please edit inc/widget.php and on line 127 replace

    $tr_id = $instance[‘tr_id’] ;

    with

    $tr_id = isset($instance[‘tr_id’]) ? $instance[‘tr_id’] : “”;

    Regards,

    YOP Team

Viewing 1 replies (of 1 total)

The topic ‘Debug error’ is closed to new replies.