R refael Well-known member Nov 29, 2014 #1 PHP: ErrorException: array_fill(): Number of elements must be positive - library/XenForo/ControllerPublic/Forum.php:553 I have just reproduced it here in xenforo.com, should be in your server logs now.
PHP: ErrorException: array_fill(): Number of elements must be positive - library/XenForo/ControllerPublic/Forum.php:553 I have just reproduced it here in xenforo.com, should be in your server logs now.
Moshe1010 Well-known member Nov 30, 2014 #2 If a fix can be published here as well I will be thankful. It's flooding my error log lately.
Chris D XenForo developer Staff member Nov 30, 2014 #3 File: library/XenForo/ControllerPublic/Forum.php Find (Line 551): PHP: if (sizeof($poll['responses']) <= 2) Replace: PHP: if (sizeof($poll['responses']) < 2)
File: library/XenForo/ControllerPublic/Forum.php Find (Line 551): PHP: if (sizeof($poll['responses']) <= 2) Replace: PHP: if (sizeof($poll['responses']) < 2)