Xtremer360 Posted April 9, 2010 Share Posted April 9, 2010 I have WP-Polls Plugin activated and I have it showing the poll correctly but above it. It says "Notice: Undefined index: pollresult in /home/content/y/a/n/yankeefaninkc/html/wordpress/wp-content/plugins/wp-polls/wp-polls.php on line 76 Notice: Undefined index: pollresult in /home/content/y/a/n/yankeefaninkc/html/wordpress/wp-content/plugins/wp-polls/wp-polls.php on line 514. Not sure why I haven't messed with any files of that plugin. Link to comment https://forums.phpfreaks.com/topic/198062-wordpress-issue/ Share on other sites More sharing options...
oni-kun Posted April 9, 2010 Share Posted April 9, 2010 An undefined index is a fairly minor error, More as a warning. Whatever is on line 76 does not check if the index exists first, so it's a problem in their code. If error reporting were not set to E_ALL, It would most likely not even display this (As it's not a fatal error of any sort). If you wish to prevent the warning, You can go to before line 76 and place $whatever['pollresult'] = null; And then it will exist. Link to comment https://forums.phpfreaks.com/topic/198062-wordpress-issue/#findComment-1039234 Share on other sites More sharing options...
Xtremer360 Posted April 9, 2010 Author Share Posted April 9, 2010 I'm sorry. I was wondering where exactly I should have put it thank you for moving it. Link to comment https://forums.phpfreaks.com/topic/198062-wordpress-issue/#findComment-1039286 Share on other sites More sharing options...
Xtremer360 Posted April 17, 2010 Author Share Posted April 17, 2010 Now I have this error. Notice: Undefined variable: pollresult_id in /home/content/y/a/n/yankeefaninkc/html/wp-content/plugins/wp-polls/wp-polls.php on line 259 Link to comment https://forums.phpfreaks.com/topic/198062-wordpress-issue/#findComment-1043909 Share on other sites More sharing options...
Xtremer360 Posted April 24, 2010 Author Share Posted April 24, 2010 Any ideas? Link to comment https://forums.phpfreaks.com/topic/198062-wordpress-issue/#findComment-1047704 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.