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. Quote Link to comment 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. Quote Link to comment 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. Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Xtremer360 Posted April 24, 2010 Author Share Posted April 24, 2010 Any ideas? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.