The pagination offset is off. absolute_count. Comments per page = 100.
What I should be seeing:
base = 1-100
P100 = 101-200
P200 = 201-300
What I see now:
base = 2-101
P100 = 3-102
P200 = 4-103
To show you the problem, I put the following into a template:
{exp:comment:entries url_title="{segment_3}" show_expired="yes" sort="asc" paginate="both" limit="100"}
{absolute_count}.{comment}
{paginate}
<div class="paginate">
<span class="pages{total_pages}">Page {current_page} of {total_pages} pages</span> {pagination_links}</span>
</div>
{/paginate}
{/exp:comment:entries}
Click the link to see the results.
FYI, everything else on the server is working properly. I have restarted both the web server and the database server.
I will start to go through your code to find the problem. As you might expect, it would be much easier for a developer to help me resolve the issue.
I need to get this resolved as soon as possible.
Thanks in advance.