MyBB Community Forums

Full Version: Poll
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I wanted to update a poll but I got the following error:


Quote:Warning [2] A non-numeric value encountered - Line: 694 - File: polls.php PHP 7.1.17 (Linux)

File: Function/polls.php
Line: 694
errorHandler->error


This is on line 694 of polls.php:

$numvotes = $numvotes + $votes[$i];

Thanks in advance!
What MyBB version are you running?
(2018-05-28, 07:40 PM)Wires Wrote: [ -> ]What MyBB version are you running?

Oops, 1.8.15 with PHP 7.1.18
incompatibility with 7.1?
(2018-05-31, 05:17 PM)Eldenroot Wrote: [ -> ]incompatibility with 7.1?

Looks like it.
Hi,

Thank you for your report. We have pushed this issue to our Github repository for further analysis where you can track our commits and progress with fixing this bug. Discussions regarding this bug may also take place there too.

Follow this link to visit the issue on Github: https://github.com/mybb/mybb/issues/3228

Thanks for contributing to MyBB!

Regards,
The MyBB Group