Dahili MyBB Hatası

MyBB, dahili bir SQL hatası olduğunu tespit etti ve aşağıdaki nedenlerden dolayı devam edemiyor.

Hata Tipi:
Uyarı (2)
Hata Mesajı:
count(): Parameter must be an array or an object that implements Countable
Konum:
Dosya: showthread.php
Satır: 907
Kod:
904.             {
905.                 if($post['pid'] == $mybb->input['pid'] || ($isfirst && !$mybb->input['pid']))
906.                 {
907.                     $postcounter count($postsdone);
908.                     $isfirst 0;
909.                 }
910.                 $tree[$post['replyto']][$post['pid']] = $post
Geri Bildirim Raporu:
File Line Function
/inc/class_error.php 208 errorHandler->output_error
/showthread.php 907 errorHandler->error