hello,
I was getting a hierarchy error "page can't be found" from my server and the reason is because the code (IMO) is not correct on line 120. It reads <p>You must be /wp-login.php?redirect_to=<?php the_permalink(); ?>">logged in to post a comment.</p>
and I changed it to:
<p>You must be /wp-login.php?redirect_to=<?php the_permalink(); ?>">logged in to post a comment.</p>
It is working now. If I did something incorrect then please inform me.
Thanks.