dribble and flickr widget errors
-
I am getting these kind of errors in my server debug log with MySQL 8 and PHP 7.4:
PHP Notice: Undefined index: widget_title in …/wp-content/themes/baskerville/widgets/dribbble-widget.php on line 75
PHP Notice: Undefined index: dribbble_username in …/wp-content/themes/baskerville/widgets/dribbble-widget.php on line 76
PHP Notice: Undefined index: dribbble_number in …/wp-content/themes/baskerville/widgets/dribbble-widget.php on line 77
PHP Notice: Undefined index: widget_title in …/wp-content/themes/baskerville/widgets/flickr-widget.php on line 59
PHP Notice: Undefined index: id in …/wp-content/themes/baskerville/widgets/flickr-widget.php on line 60
PHP Notice: Undefined index: number in …/wp-content/themes/baskerville/widgets/flickr-widget.php on line 61I don’t want these two widgets. How can I disable them to prevent these errors? If I delete these two widget php files from the widgets folder in the core theme, the site does not load. Please help to fix this.
- The topic ‘dribble and flickr widget errors’ is closed to new replies.