I also met this problem and i modified the file wptouch/core/class-array-iterator.php line 12 to $this->count = is_countable($a) ? count( $a ) : 0;, then work well. You can have a try.
PS: Don’t upgrade wordpress to 6.0, there are also something incompatible.