ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 31,190
- Points
- 823
Reputation:
On line 465 we calculate reply counts using:
Code:
Which can result in an out of range error. As we can recalculate this on a rebuild in XenForo would seem best to ignore this calculation.
Continue reading...
Code:
node.totalcount - node.textcount AS replycount,Which can result in an out of range error. As we can recalculate this on a rebuild in XenForo would seem best to ignore this calculation.
Continue reading...