Forums
Forums / Plugin: Recent Posts Widget Extended / Undefined index
(@kbat82)
7 years ago
Undefined index: cat
Debug mode is on.
http://prntscr.com/nperdu
(@dvolkering)
6 years, 11 months ago
Got the same problem. I solved it by replacing line 110 & 111 with:
$instance['cat'] = isset($new_instance['cat']) ? $new_instance['cat'] : null; $instance['tag'] = isset($new_instance['tag']) ? $new_instance['tag'] : null;
The topic ‘Undefined index’ is closed to new replies.