Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Active Users Type mismatch: '[string: ""]'
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

ssnapier
Junior Member

USA
126 Posts

Posted - 20 August 2002 :  02:19:00  Show Profile  Visit ssnapier's Homepage  Send ssnapier an AOL message  Send ssnapier an ICQ Message  Send ssnapier a Yahoo! Message
I have gotten everything with active users to work excpet the part that actually SHOWS the active users on default.asp! Here is exactly what is says:

Active Members: 1 | Guests: 0 || Total: 1 [ Administrators | Moderators ]
Microsoft VBScript runtime error '800a000d'

Type mismatch: '[string: ""]'

/ED719/forum/inc_func_common.asp, line 732

I am not sure where to go from here.... anyone?


If freedom were shareware, soldiers are the ones who pay for it.

lir
New Member

USA
67 Posts

Posted - 20 August 2002 :  02:24:18  Show Profile
Look around. That error was reported earlier. Look at todays active topics and a subject that says something about Active Users 4. I dont remember if they found a solution or not, but you can jump in their discussion.

lir
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 20 August 2002 :  05:57:32  Show Profile  Send ruirib a Yahoo! Message
Do a search on that error. I've answered it myself at least half a dozen times.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

Classicmotorcycling
Development Team Leader

Australia
2084 Posts

Posted - 20 August 2002 :  07:02:21  Show Profile
I was getting the original error, but decided to play a bit.

This has something to do with the Date Formatting in the inc_func_common.asp file. I increased the field sizes in the DB and now get this:

Microsoft VBScript runtime error '800a0005'

Invalid procedure call or argument: 'Monthname'

/forums/inc_func_common.asp, line 729

I am using AU 4.1.10 and Snitz 3.4. All other parts of the AU works great. Just the inc_activeusers.asp included in default.asp.

Any help would be great.

Cheers,

David Greening
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 20 August 2002 :  07:53:56  Show Profile  Send ruirib a Yahoo! Message
quote:
Originally posted by Classicmotorcycling

I was getting the original error, but decided to play a bit.

This has something to do with the Date Formatting in the inc_func_common.asp file. I increased the field sizes in the DB and now get this:

Microsoft VBScript runtime error '800a0005'

Invalid procedure call or argument: 'Monthname'

/forums/inc_func_common.asp, line 729

I am using AU 4.1.10 and Snitz 3.4. All other parts of the AU works great. Just the inc_activeusers.asp included in default.asp.

Any help would be great.


This resulted from the changes you performed to correct the first error?


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

Classicmotorcycling
Development Team Leader

Australia
2084 Posts

Posted - 20 August 2002 :  16:03:53  Show Profile
Ruirib,

Yes the new error was a result of the changes to the DB. It is fine now as there was a fix as listed:

quote:
Originally posted by masterao

quote:
Originally posted by Rasyr
where did you make all these changes at?



I made the following change in the function chkAURecord(intTotalActiveUsers), a part of the code that is added in inc_func_common.asp for active users 4. There is two instances where CInt is to be added:

Look for


if intTotalActiveUsers > intAURecrod then 'We have a new record!!! :)


and change to

if CInt(intTotalActiveUsers) > CInt(intAURecrod) then 'We have a new record!!! :)


Then look for


if intOldRecrod > intTotalActiveUsers then


and change it to


if CInt(intOldRecrod) > CInt(intTotalActiveUsers) then


The other change is made in the database, in table CONFIG_NEW. The change should be for the C_VALUE (from 0) to 00000000000000, were C_VARIABLE is strAURecordDate.



(Message: http://forum.snitz.com/forum/topic.asp?TOPIC_ID=32933&whichpage=2)

Now hav AU working on 3.4. Just got a bit more to do to the site before I open it.

Cheers,

David Greening
Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 22 August 2002 :  02:53:23  Show Profile  Visit Nathan's Homepage
Issues addressed in current release.

Nathan Bales
CoreBoard | Active Users Download
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.31 seconds. Powered By: Snitz Forums 2000 Version 3.4.07