Author |
Topic  |
|
CalloftheHauntedMaster
Junior Member
 
289 Posts |
Posted - 15 May 2007 : 13:10:59
|
I've had polls installed for over two years, and all of a sudden start getting this error and cannot open any poll threads:
Microsoft VBScript runtime error '800a0006'
Overflow: 'cint'
/bbs/inc_func_common.asp, line 86
What does this mean? |
This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums! |
|
CalloftheHauntedMaster
Junior Member
 
289 Posts |
Posted - 15 May 2007 : 13:16:49
|
Gah, found Davio's solution.
In your inc_func_common.asp file, line 62, it should look like this:
if cint(pTopic_ID) = cint(rsPoll2("TOPIC_ID")) then
You would change the cint to clng and the result would be:
if clng(pTopic_ID) = clng(rsPoll2("TOPIC_ID")) then

|
This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums! |
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
|
muzishun
Senior Member
   
United States
1079 Posts |
Posted - 15 May 2007 : 23:20:23
|
But if all members fixed their own problems, what would be left for people like you or I (since I'm basically at home reading Snitz right now) to do? |
Bill Parrott Senior Web Programmer, University of Kansas Co-Owner and Code Monkey, Eternal Second Designs (www.eternalsecond.com) Personal Website (www.chimericdream.com) |
 |
|
JJenson
Advanced Member
    
USA
2121 Posts |
Posted - 16 May 2007 : 00:03:53
|
I know what you mean muzishun I really would don't know what to do if all of a sudden people stopped posting on snitz. I think snitz takes up about 1/8th of my life now lol. I need a life lol |
 |
|
Jezmeister
Senior Member
   
United Kingdom
1141 Posts |
Posted - 16 May 2007 : 01:57:41
|
quote: Originally posted by muzishun
But if all members fixed their own problems, what would be left for people like you or I (since I'm basically at home reading Snitz right now) to do?
that's a horrible thing to think, we might actually have to get lives or look away from our computer screens, or, god forbid, find another bbs to support!  |
 |
|
CalloftheHauntedMaster
Junior Member
 
289 Posts |
Posted - 16 May 2007 : 21:09:33
|
Fine, you guys have convinced me.
I now realize you're all underworked. I'll start making up problems and have you try to figure out what the heck I did.
We'll have contests. First place, second place, and third place. It'll be fun! ^_^ |
This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums! |
 |
|
JJenson
Advanced Member
    
USA
2121 Posts |
Posted - 16 May 2007 : 21:11:24
|
Compared to these guys I will take last place for sure. They are all code guru's compared to my limited knoweledge |
 |
|
CalloftheHauntedMaster
Junior Member
 
289 Posts |
Posted - 16 May 2007 : 21:14:12
|
quote: Originally posted by JJenson
Compared to these guys I will take last place for sure. They are all code guru's compared to my limited knoweledge
Nah, we can have escalating levels of difficulty. Some problems can involve code deletions, other code modifications, and even some additions.
Bonus points to those who can uncover what I was doing when I made the problems.  |
This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums! |
 |
|
|
Topic  |
|