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

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 18 December 2000 :  10:32:34  Show Profile
The easiest way to fix this is to change the connectstring that you are using in <b>config.asp</b>

If you change from the one that is labeled for use with Access 97 to the one that is labeled for use with Access 2000, it should work.
Go to Top of Page

marcozco
Starting Member

16 Posts

Posted - 18 December 2000 :  12:09:06  Show Profile
It seems to work, but I receive again this error:Microsoft JET Database Engine error '80040e14'
Syntax error (missing operator) in query expression 'FORUM_REPLY.R_DATE FORUM_REPLY.R_MSGICON'.

/public/aspforum/topic.asp, line 285

What could it be?
Thanks Marco


Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 18 December 2000 :  12:25:29  Show Profile
There should be a comma between FORUM_REPLY.R_DATE & FORUM_REPLY.R_MSGICON

Make sure in the SELECT statement that you have a comma after R_DATE

it should look like this:

<font size=1><pre id=code><font face=courier size=2 id=code> strSql = strSql & strTablePrefix & "REPLY.R_DATE, "
strSql = strSql & strTablePrefix & "REPLY.R_MSGICON "</font id=code></pre id=code></font id=size1>
Go to Top of Page

marcozco
Starting Member

16 Posts

Posted - 18 December 2000 :  12:25:53  Show Profile
Ok probably the probles is the differente version.

My one is the last non Beta one...

How can i run this code anyway?

Thanks Marco


Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 18 December 2000 :  12:28:39  Show Profile
The version of the forum is not what's wrong.

Please see the message I wrote above.
Go to Top of Page

marcozco
Starting Member

16 Posts

Posted - 18 December 2000 :  12:40:13  Show Profile
I checked and in you for comma intend the "," , it was really missing... at the moment my ftp is down so , hope it 'll be enought.

Thanks a lot

I'll write if it is Ok or not

Go to Top of Page

marcozco
Starting Member

16 Posts

Posted - 18 December 2000 :  12:49:10  Show Profile
You are fantastic, now the problem is fixec.

BUT , it seems to work , until you try to write a msg, when i receive the error:

Microsoft VBScript compilation error '800a0409'

Unterminated string constant

/public/aspforum/post_info.asp, line 527

strSql = strSql & ", " & TF & ")
--------------------------------^

You can see the forum at:
www.reptilia.it and enter as ospite nuovo

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 18 December 2000 :  13:20:09  Show Profile
There should be a " to the right of that )

it should look like this:

<font size=1><pre id=code><font face=courier size=2 id=code> strSql = strSql & ", " & TF & ")"</font id=code></pre id=code></font id=size1>
Go to Top of Page

marcozco
Starting Member

16 Posts

Posted - 18 December 2000 :  13:22:17  Show Profile
Now i put back the forum running, so it's unuseful you look at it ,I'll try again when you 'll give me some ideas...

Thank Marco

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 18 December 2000 :  13:48:08  Show Profile
Send me your <b>post_info.asp</b> , <b>post.asp</b> , <b>forum.asp</b> and <b>topic.asp</b> and I'll make the changes for you.

Put all 4 files into a .zip file

Send them to:

richard_kinser@yahoo.com
Go to Top of Page

Capt_Dunzell
Junior Member

USA
160 Posts

Posted - 18 December 2000 :  23:29:02  Show Profile  Visit Capt_Dunzell's Homepage
I cant seem to get this going on sr3. I had no trouble with it on sr1 final.

Keeps sending back a post.asp error when you try to reply or create a new topic.

Microsoft VBScript compilation error '800a0400'

Expected statement

/post.asp, line 681

<%
^


Do I need to change something to make this mod compatible?


http://www.dunzellsden.com/forum/
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 18 December 2000 :  23:39:59  Show Profile
Looks like you have an extra <pre id=code><font face=courier size=2 id=code><%</font id=code></pre id=code> in there somewhere.

There is nothing new with SR3 that would make this mod incompatible. The line #'s are probably different than the one's mentioned in the readme.txt file though.
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 18 December 2000 :  23:46:23  Show Profile
I just installed this in SR3 and yes, if you follow the readme.txt file exactly you will end up with an extra <pre id=code><font face=courier size=2 id=code><%</font id=code></pre id=code> at line #681

Deleting that extra <pre id=code><font face=courier size=2 id=code><%</font id=code></pre id=code> should fix that error.
Go to Top of Page

Capt_Dunzell
Junior Member

USA
160 Posts

Posted - 18 December 2000 :  23:47:32  Show Profile  Visit Capt_Dunzell's Homepage
Great, doing it now. <img src=icon_smile.gif border=0 align=middle>

Thanks!

http://www.dunzellsden.com/forum/
Go to Top of Page

Capt_Dunzell
Junior Member

USA
160 Posts

Posted - 19 December 2000 :  00:40:11  Show Profile  Visit Capt_Dunzell's Homepage
Worked great, many many thanks!<img src=icon_smile.gif border=0 align=middle>

http://www.dunzellsden.com/forum/
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.17 seconds. Powered By: Snitz Forums 2000 Version 3.4.07