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: 864
Kod:
861.             {
862.                 if($post['pid'] == $mybb->input['pid'] || ($isfirst && !$mybb->input['pid']))
863.                 {
864.                     $postcounter count($postsdone);
865.                     $isfirst 0;
866.                 }
867.                 $tree[$post['replyto']][$post['pid']] = $post
Geri Bildirim Raporu:
File Line Function
/inc/class_error.php 208 errorHandler->output_error
/showthread.php 864 errorHandler->error