BallReviews

Site Support => Bug Reports => Topic started by: qstick777 on September 18, 2008, 02:21:41 AM

Title: General FS forum down?
Post by: qstick777 on September 18, 2008, 02:21:41 AM
Haven't been able to get into it for 2 days, only get this message:

Microsoft VBScript runtime error '800a0006'

Overflow: 'CInt'

/Forum/Topics.asp, line 75

--------------------
Unoffical Ballreviews.com FAQ (http://"http://www.ballreviews.com/Forum/Replies.asp?TopicID=74110&ForumID=16&CategoryID=5")

Search Ballreviews entire database here (http://"http://www.bowling-info.com/Search.html")
Title: Re: General FS forum down?
Post by: BallReviews-TECH on September 18, 2008, 12:44:16 PM
Odd unless you are running the hack that lets you see further back than our system is set to allow (I don't stop the hack but I also can't officially support it since it can cause issues like this). I'll try to get a fix out that will allow you to use the forum even with the hack but no promises. Your best solution would be to undo the hack when viewing that forum.

-BR-Tech
Title: Re: General FS forum down?
Post by: qstick777 on September 18, 2008, 03:31:18 PM
Sounds like that might be it.  I recently re-did it and set it go further back.  Something like 10,000+ days.  I guess I'll go back to 5 years and see if it fixes it.

Just found it strange that I only had that problem on that particular forum.  I didn't have any problems with the individual FS forums, just General.

--------------------
Unoffical Ballreviews.com FAQ (http://"http://www.ballreviews.com/Forum/Replies.asp?TopicID=74110&ForumID=16&CategoryID=5")

Search Ballreviews entire database here (http://"http://www.bowling-info.com/Search.html")

Edited on 9/18/2008 3:32 PM
Title: Re: General FS forum down?
Post by: MI 2 AZ on September 18, 2008, 05:25:45 PM
Too much data to search through?



--------------------

I am the Sgt Schultz of bowling.
"I know nothing! I see nothing! NOTHING!"
_________________________________________

New to BR? - Please check this:  BR FAQ (http://"http://www.ballreviews.com/Forum/Replies.asp?TopicID=74110&ForumID=16&CategoryID=5")
Title: Re: General FS forum down?
Post by: BallReviews-TECH on September 18, 2008, 06:15:05 PM
The problem is that the upper limit to an integer in vbscript is 32,767. It is probably returning more topics than that so the attempt to convert the number into an integer causes an overflow.

-BR-Tech