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: 906
Kod:
903.             {
904.                 if($post['pid'] == $mybb->input['pid'] || ($isfirst && !$mybb->input['pid']))
905.                 {
906.                     $postcounter count($postsdone);
907.                     $isfirst 0;
908.                 }
909.                 $tree[$post['replyto']][$post['pid']] = $post
Geri Bildirim Raporu:
File Line Function
/inc/class_error.php 208 errorHandler->output_error
/showthread.php 906 errorHandler->error