Drupal 7: comment count error on node creation issue

Hello, it happens when node_comment_statistics table is empty. I had this problem after adding content directly in node content : the trigger that is counting comments is disable.You can verify if this table is empty or not, or a relation between nid in node table and nid in node_comment_statistics is…