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)
 MOD: Message Icons
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 12

ChrisD[TK]
Starting Member

9 Posts

Posted - 02 March 2001 :  14:28:43  Show Profile
thanks

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 02 March 2001 :  16:19:01  Show Profile
You're welcome
Go to Top of Page

Lilliput
Starting Member

15 Posts

Posted - 05 March 2001 :  03:54:02  Show Profile
I got this error:


Technical Information (for support personnel)

Error Type:
Microsoft JET Database Engine (0x80040E14)
Syntax error (missing operator) in query expression 'FORUM_REPLY.R_DATE FORUM_REPLY.R_MSGICON'.
/96yuan/forums/topic.asp, line 333


Browser Type:
Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)

Page:
GET /96yuan/forums/topic.asp

I'm using SR4. Please help me!



Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 05 March 2001 :  04:30:11  Show Profile
you didn't add the code correctly.

When you added:


strSql = strSql & strTablePrefix & "REPLY.R_MSGICON "


you have to add an , to the line above it like this:


strSql = strSql & strTablePrefix & "REPLY.R_DATE, "


Which is why I showed that you should replace:


strSql = strSql & strTablePrefix & "REPLY.REPLY_ID, "
strSql = strSql & strTablePrefix & "REPLY.R_AUTHOR, "
strSql = strSql & strTablePrefix & "REPLY.TOPIC_ID, "
strSql = strSql & strTablePrefix & "REPLY.R_MESSAGE, "
strSql = strSql & strTablePrefix & "REPLY.R_DATE "


with this:


strSql = strSql & strTablePrefix & "REPLY.REPLY_ID, "
strSql = strSql & strTablePrefix & "REPLY.R_AUTHOR, "
strSql = strSql & strTablePrefix & "REPLY.TOPIC_ID, "
strSql = strSql & strTablePrefix & "REPLY.R_MESSAGE, "
strSql = strSql & strTablePrefix & "REPLY.R_DATE, "
strSql = strSql & strTablePrefix & "REPLY.R_MSGICON "


notice the , at the end of REPLY.R_DATE
Go to Top of Page

Lilliput
Starting Member

15 Posts

Posted - 05 March 2001 :  04:36:42  Show Profile
Oh,I'm so foolish.

Thank you very much! :)

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 05 March 2001 :  04:39:48  Show Profile
you're welcome.
Go to Top of Page

Lilliput
Starting Member

15 Posts

Posted - 05 March 2001 :  06:24:02  Show Profile
Okay, Im back with another problem in sr4.

This gives me no errors in sr4, but the images do not display on the reply messages, only in the topic message does the image show up.


Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 05 March 2001 :  14:41:35  Show Profile
Make sure that you entered the code in the right place in post_info.asp. The problem you describe usually is because of placing the code on the wrong line.

If you want, you can e-mail me your post_info.asp file and I'll fix it for you.
Go to Top of Page

Lilliput
Starting Member

15 Posts

Posted - 06 March 2001 :  02:18:18  Show Profile
I've mailed you.

Thanks again


Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 06 March 2001 :  03:06:43  Show Profile
you might need to resend it, I haven't received it yet.

Did you send it to: richard_kinser@yahoo.com ?

If so, you might also try sending it to: richard_kinser@hotmail.com
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 06 March 2001 :  03:50:25  Show Profile
I e-mailed it back to you.
Go to Top of Page

Lilliput
Starting Member

15 Posts

Posted - 06 March 2001 :  04:02:52  Show Profile
I'm sorry!

But I haven't received it yet

:(

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 06 March 2001 :  04:10:17  Show Profile
starting on line #566 of your post_info.asp file,

change this code:


strSql = strSql & ", R_MSGICON"
strSql = strSql & ", R_MAIL"
strSql = strSql & ", R_MESSAGE"



to this:


strSql = strSql & ", R_MAIL"
strSql = strSql & ", R_MSGICON"
strSql = strSql & ", R_MESSAGE"
Go to Top of Page

Lilliput
Starting Member

15 Posts

Posted - 06 March 2001 :  04:24:09  Show Profile
OK!!!

It's fixed

Thank you!!!! hahaha

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 06 March 2001 :  04:28:42  Show Profile
you're welcome.
Go to Top of Page
Page: of 12 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.2 seconds. Powered By: Snitz Forums 2000 Version 3.4.07