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
 Help on Avatar Mod
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Fazzer
Starting Member

United Kingdom
37 Posts

Posted - 30 September 2005 :  15:29:30  Show Profile
Hi

I have installed the Snitzbitz Avatar mod on the latest ver of my snitz forum and seem to have a problem with Topic.asp

http://www.you-ok.com/topic.txt

Can anyone shed any light on this problem?

If you navigate to my test area and try to open a forum topic the forum crashes.




thanks

Edited by - Fazzer on 05 October 2005 15:46:01

laser
Advanced Member

Australia
3859 Posts

Posted - 30 September 2005 :  15:31:55  Show Profile
Can you supply your forum URL as well ? I only get errors
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 30 September 2005 :  15:32:55  Show Profile
quote:
Missing close of script delimiter

/htdocs/sf/topic.asp, line 761

The Script block lacks the close of script tag (%>).


Fairly simple ... check what is wrong around line 761 - you're missing a %> somewhere.
Go to Top of Page

Fazzer
Starting Member

United Kingdom
37 Posts

Posted - 30 September 2005 :  16:23:13  Show Profile
line 759 to 761 is as follows

%>
<!--#INCLUDE FILE="inc_jump_to.asp" -->
<%

which is correct and is replicated in un modified Topic.asp so I am still stuck.

I am reasonably sure Topic.asp is the problem as reverting to standard file the forum topic work ok albeit without avatars.

I cannot get a response write as the explorer page just crashes rather than shows a script error.

Fazzer
Go to Top of Page

AnonJr
Moderator

United States
5768 Posts

Posted - 30 September 2005 :  16:26:35  Show Profile  Visit AnonJr's Homepage
Its probably a missing %> somewhere much further down, line 761 is just where the opening tag is.
Go to Top of Page

Fazzer
Starting Member

United Kingdom
37 Posts

Posted - 01 October 2005 :  14:15:45  Show Profile
Thaks to all for your suggestions. I debugged the code which merely created another problem. I have given up as I have been given another version that does what I need.

Sorry to take up the space, you can delete this thread if you wish

Fazzer
Go to Top of Page

Image
Average Member

Canada
574 Posts

Posted - 05 October 2005 :  16:26:12  Show Profile  Visit Image's Homepage  Send Image an ICQ Message
		intI = 0		rM_NAME = 0
		rM_RECEIVE_EMAIL = 1
		rM_AIM = 2
		rM_ICQ = 3
		rM_MSN = 4
		rM_YAHOO = 5
		rM_TITLE = 6
		rMEMBER_ID = 7
		rM_HOMEPAGE = 8
		rM_LEVEL = 9
		rM_POSTS = 10
		rM_COUNTRY = 11
		rREPLY_ID = 12
		rFORUM_ID = 13
		rR_AUTHOR = 14
		rTOPIC_ID = 15
		rR_MESSAGE = 16
		rR_LAST_EDIT = 17
		rR_LAST_EDITBY = 18
		rR_SIG = 19
		rR_STATUS = 20
		rR_DATE = 21


rM_AVATAR_URL missing after rM_COUNTRY = 11

and replace

Reply_MemberAvatar = arrReplyData(rM_Avatar, iForum)

with
Reply_MemberAvatar = arrReplyData(rM_AVATAR_URL, iForum)
Go to Top of Page

Fazzer
Starting Member

United Kingdom
37 Posts

Posted - 08 October 2005 :  17:19:47  Show Profile
Many thanks
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 1.59 seconds. Powered By: Snitz Forums 2000 Version 3.4.07