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

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 New feature: How many using your forum now
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 6

lcs78816
Junior Member

195 Posts

Posted - 06 November 2000 :  14:22:08  Show Profile
Does the online-user version compatible with the Category minimize?
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 06 November 2000 :  16:33:44  Show Profile
Yes, Slemieux's original mod works with the category minimize mod.
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 06 November 2000 :  16:35:25  Show Profile
Nam, did you run the whos_online_setup.asp ?

Also, to be able to tell you how to fix the problem, I need to know what the EXACT error message says.
Go to Top of Page

lcs78816
Junior Member

195 Posts

Posted - 06 November 2000 :  18:27:13  Show Profile
I am not sure if it's a bug or not, but when I try to log in as member and the default.asp will still show as guest.
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 06 November 2000 :  18:55:10  Show Profile
what version of the forum software are you using?
Go to Top of Page

Nam
Starting Member

36 Posts

Posted - 06 November 2000 :  22:16:03  Show Profile  Visit Nam's Homepage
I did run that file, Richard. Don't remember exactly what problem, I'll try it again, but one thing I noticed, the category sort disapppear after upload the whois on. Guess I had to keep the sort code and add it on yours, rite?

Here is the error:

Microsoft JET Database Engine error '80040e14'
Syntax error (missing operator) in query expression 'count(UserID) onlinecount'.

/forum/online2.asp, line 63





Edited by - Nam on 06 November 2000 22:27:04
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 06 November 2000 :  22:58:38  Show Profile
<font color=red>NOTE: this file was posted for Nam. It also included some other mods that were included with another file I posted for Nam to download. If you are getting errors it's probably because of another mod that you don't have installed</font id=red>

The category sort shouldn't have been affected if you downloaded this file:

http://www1.domaindlx.com/dssdbs/files/whos.zip

I specifically made sure that it was in there.

That other error I am not sure about.

Can you post the URL to your site so I can take a look at it?

Edited by - Richard Kinser on 12 November 2000 19:45:32
Go to Top of Page

davemaxwell
Access 2000 Support Moderator

USA
3020 Posts

Posted - 07 November 2000 :  07:46:39  Show Profile  Visit davemaxwell's Homepage  Send davemaxwell an AOL message  Send davemaxwell an ICQ Message  Send davemaxwell a Yahoo! Message
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
I am not sure if it's a bug or not, but when I try to log in as member and the default.asp will still show as guest.
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

I thought that seemed a bit odd too, but when I thought about it, that would be correct, because when you started, it considered you as a guest. <font color=blue><<thinking again>>Could the code be altered to replace your guest link when you log in??<<done thinking>></font id=blue>

Dave Maxwell
--------------
When's the next meeting of Snitzaholics Anonymous<img src=icon_smile_question.gif border=0 align=middle>
Go to Top of Page

gmcm
Starting Member

South Africa
34 Posts

Posted - 08 November 2000 :  13:57:26  Show Profile
Who's online causes the following error when i try to see who is online at the mo, otherwise it works correcly on the default.asp page


ADODB.Connection error '800a0bb9'

The application is using arguments that are of the wrong type, are out of acceptable range, or are in conflict with one another.

/forums/whos_online.asp, line 52


Go to Top of Page

gmcm
Starting Member

South Africa
34 Posts

Posted - 08 November 2000 :  13:58:31  Show Profile
Who's online causes the following error when i try to see who is online at the mo, otherwise it works correcly on the default.asp page


ADODB.Connection error '800a0bb9'

The application is using arguments that are of the wrong type, are out of acceptable range, or are in conflict with one another.

/forums/whos_online.asp, line 52


Go to Top of Page

gmcm
Starting Member

South Africa
34 Posts

Posted - 08 November 2000 :  13:58:47  Show Profile
Who's online causes the following error when i try to see who is online at the mo, otherwise it works correcly on the default.asp page


ADODB.Connection error '800a0bb9'

The application is using arguments that are of the wrong type, are out of acceptable range, or are in conflict with one another.

/forums/whos_online.asp, line 52


Go to Top of Page

thaksis
Starting Member

29 Posts

Posted - 10 November 2000 :  11:22:38  Show Profile
ran who's.zip and the setup I get this error
Microsoft OLE DB Provider for ODBC Drivers error '80040e10'

[Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1.

/forum/Default.asp, line 84







Edited by - thaksis on 10 November 2000 11:23:33
Go to Top of Page

Kal Corp
Average Member

USA
878 Posts

Posted - 10 November 2000 :  19:01:45  Show Profile  Visit Kal Corp's Homepage
I needed to make changes to get this work in "nt" mode, I will post ASAP.

Also this code is not working
<b>
if strDBType = "access" then
strSqL = "SELECT count(UserID) AS [onlinecount] "

else
strSqL = "SELECT count(UserID) onlinecount "
end if

</b>



Go to Top of Page

bpatti
Starting Member

USA
11 Posts

Posted - 11 November 2000 :  15:13:57  Show Profile  Visit bpatti's Homepage
I have the same problem!
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E10)
[Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1.
default.asp, line 84

Version 3.1 sr2

Edited by - BPatti on 11 November 2000 15:16:17
Go to Top of Page

Doug G
Support Moderator

USA
6493 Posts

Posted - 11 November 2000 :  16:04:03  Show Profile
Kal, I think you need the AS keyword in the else part of the statement.

I don't have this code, but the usual reason for 'too few parameters, expected xx' is one or more mistyped field names in the SQL statement being executed, such as having a column named Blivet, and in a SQL statement using something like 'Select Blivit from ...' (note misspelled Blivet).


======
Doug G
======
Go to Top of Page
Page: of 6 Previous Topic Topic Next Topic  
Previous Page | Next Page
 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.12 seconds. Powered By: Snitz Forums 2000 Version 3.4.07