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: General / Current Version (Old)
 Members page wont work!
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

FIRLAMA
Starting Member

29 Posts

Posted - 23 April 2001 :  08:21:47  Show Profile
Ok, i got i problem..im using my forum on my webserver for testing purposes, but today i got a weird problem when i was looking at the members page (members.asp). Everything wors fine untill i try to look at page 2 of my memberslist. i thought i messed up the code again so i put back the original members.asp from "Snitz_Forums_2000_V3_1_SR4.zip"..checked and again i got the same problem, so pls anyone help??? my webserver aint online all the time so im also gonna write the problem here

[size=1]
Technische informatie (voor ondersteunend personeel)

Soort fout:
Microsoft JET Database Engine (0x80040E14)
De component ORDER BY bevat een syntaxisfout.
/members.asp, line 125


Soort browser:
Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)

Pagina:
GET /members.asp

Tijd:
Monday, April 23, 2001, 2:26:28 PM
[/size]

my webserver url = http://212.120.101.189/members.asp

RaiderUK
Average Member

United Kingdom
577 Posts

Posted - 23 April 2001 :  08:33:28  Show Profile  Send RaiderUK a Yahoo! Message
what is line 125 of members.asp?

Go to Top of Page

FIRLAMA
Starting Member

29 Posts

Posted - 23 April 2001 :  08:37:52  Show Profile
quote:

what is line 125 of members.asp?





if not rsCount.eof then
maxpages = (rsCount("PAGECOUNT") \ strPageSize )
if rsCount("PAGECOUNT") mod strPageSize <> 0 then
maxpages = maxpages + 1
end if
maxRecs = cint(strPageSize) * maxPages
else
maxpages = 0
end if

rsCount.close

set rs = Server.CreateObject("ADODB.Recordset")

rs.open strSql, my_Conn, 3

if not (rs.EOF or rs.BOF) then
rs.movefirst
end if


But im sure of it i didnt mess up this part, cause this one is taken from the original wich also wont work!



the green text is line 125


Edited by - FIRLAMA on 23 April 2001 08:38:57
Go to Top of Page

FIRLAMA
Starting Member

29 Posts

Posted - 23 April 2001 :  08:44:39  Show Profile
oh, by the way

the url is this :
http://212.120.101.189/members.asp?whichpage=2&method=postsdesc
this is linked to members page 2, so this is where i get the error message

but when i try this one :
http://212.120.101.189/members.asp?whichpage=1&method=postsdesc
everything works fine



Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 23 April 2001 :  11:24:25  Show Profile
Could you translate the error into english please.

Also the code you posted is MySql specific. So I would think you are using MySql as your database type then, right?

Go to Top of Page

FIRLAMA
Starting Member

29 Posts

Posted - 23 April 2001 :  13:57:59  Show Profile
quote:

Could you translate the error into english please.

Also the code you posted is MySql specific. So I would think you are using MySql as your database type then, right?





hey, a lot of kisses to youuu DAVIO !!!

i just checked my config.asp and noticed that i had checked mysql instead of access ! and this all thanks to your reply! tnx again!

Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 23 April 2001 :  16:41:43  Show Profile
Well I'll only take the kisses if you're female.

And You're Welcome. Someone else had the exact same problem.

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.28 seconds. Powered By: Snitz Forums 2000 Version 3.4.07