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
 mebers.asp, line 233 erroe.. help
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

abercrombie
Starting Member

48 Posts

Posted - 01 January 2003 :  15:52:11  Show Profile
I 'think' this was caused by one of the mods, I wanna say active users but not sure or when I tried to install the PM mod but I have an error in my members.asp, line 233.

http://www.stonesthrowfans.com/cgi-bin/forum/members.asp

There's the link.

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 01 January 2003 :  15:53:53  Show Profile
Can you tell us the error, we can not see your members page unless we log in...
Go to Top of Page

abercrombie
Starting Member

48 Posts

Posted - 01 January 2003 :  15:55:24  Show Profile
Oh whoops that would be good.. LOL.. it says:

Microsoft JET Database Engine error '80040e14'

The SELECT statement includes a reserved word or an argument name that is misspelled or missing, or the punctuation is incorrect.

/cgi-bin/forum/members.asp, line 233
Go to Top of Page

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 01 January 2003 :  15:59:24  Show Profile
Above line 233 can you add this code, and then post the SELECT statement that appears on the page



	response.write strSql & strSql2 & strSql3 & strSql4
	response.end



EDIT - Can you also provide a link to a text version of your members.asp file please.

Edited by - Hamlin on 01 January 2003 16:06:53
Go to Top of Page

abercrombie
Starting Member

48 Posts

Posted - 01 January 2003 :  16:13:17  Show Profile
http://www.stonesthrowfans.com/cgi-bin/forum/members.txt

there's the text version. What lines should I look for to add that?
Go to Top of Page

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 01 January 2003 :  16:15:25  Show Profile
Above line 233 which will look like this...



rs.open strSql & strSql2 & strSql3 & strSql4, my_Conn, adOpenStatic



EDIT - I cant seem to get to the members.txt file either...

Edited by - Hamlin on 01 January 2003 16:17:59
Go to Top of Page

abercrombie
Starting Member

48 Posts

Posted - 01 January 2003 :  16:22:09  Show Profile
okay it just gives me this now:

SELECT MEMBER_ID, M_STATUS, M_NAME, M_LEVEL, M_EMAIL, M_COUNTRY, M_HOMEPAGE, M_AIM, M_ICQ, M_MSN, M_YAHOO, M_TITLE, M_POSTS, M_LASTPOSTDATE, M_LASTHEREDATE, M_DATE, FROM FORUM_MEMBERS WHERE M_NAME <> 'n/a' ORDER BY M_POSTS DESC, M_NAME ASC
Go to Top of Page

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 01 January 2003 :  16:27:28  Show Profile
Ok you can remove that now.

The problem is Incorrect syntax near the keyword 'FROM'.

This little bit in the middle here



M_LASTHEREDATE, M_DATE, FROM FORUM_MEMBERS 



Does not need the end , character I have tried to highlight in red. I suggest you check the PM mod code you added to members.asp

EDIT - looking at the PM readme it looks like you may have made the mistake when adding the code to line 148...

Edited by - Hamlin on 01 January 2003 16:29:11
Go to Top of Page

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 01 January 2003 :  16:31:25  Show Profile
I can get to your members.txt now so..

Line 151


strSql = strSql & "M_AIM, M_ICQ, M_MSN, M_YAHOO, M_TITLE, M_POSTS, M_LASTPOSTDATE, M_LASTHEREDATE, M_DATE, M_PMRECEIVE "


Add the red text and see if that solves the problem..
Go to Top of Page

abercrombie
Starting Member

48 Posts

Posted - 01 January 2003 :  16:39:50  Show Profile
Yes it works! Thank you very much!!

Now I had a hard time trying to install the PM mod, I wonder if the person who did the readme file can update it so he can post what lines to look for when adding that code. He did it to some of them but not all.
Go to Top of Page

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 01 January 2003 :  16:45:49  Show Profile
quote:
Originally posted by abercrombie

Yes it works! Thank you very much!!


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