I just installed WordPress and got the same error. Neither the comments nor the comment form shows up on the page. I have this code in my single.php template:
<?php comments_template(); ?>
But it still doesn’t work. Anybody have any idea why?
I haven’t edited any of the original files, I’ve installed the latest stable release and I’ve tried both the Classic and Default templates. I haven’t installed any other plugins or themes yet. Everything works except comments.
I have a “comments.php” file in each theme folder. What should I be looking for in that file to see if it’s not right?