Can you post a link to a *.txt copy of your topic.asp? If not, can you post line 348 along with the few lines that appear above and below it?
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.”
It is the second line that causes the problem. It looks like that my forum exceeded some limits after running smoothly for 4 years...
I really hope you can help me. **********************************************
if iPageTotal > 0 then maxpages = (iPageTotal \ strPageSize ) if iPageTotal mod strPageSize <> 0 then maxpages = maxpages + 1 end if if iPageTotal < (strPageSize + 1) then intGetRows = iPageTotal elseif (mypage * strPageSize) > iPageTotal then intGetRows = strPageSize - ((mypage * strPageSize) - iPageTotal) else intGetRows = strPageSize end if else iPageTotal = 0 maxpages = 0 end if
try reloading the variables by using the check installation link in the admin options, and make sure that you have set a value for the number of posts to be displayed.