Print Page | Close Window

forum_codes.asp error

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=13973
Printed Date: 12 April 2026 at 9:42am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: forum_codes.asp error
Posted By: masey
Subject: forum_codes.asp error
Date Posted: 24 February 2005 at 4:03am
Just recently installed version 7.9 and have been loving the application, but I see mto be having problems with the pop up 'Forum Codes' box.
 
When I test it on my local IIS server at home there is no problems with the file loading - but when I send it to the live server I get the following error:
 
Quote Active Server Pages error 'ASP 0116'

Missing close of script delimiter

/forum/forum_codes.asp, line 310

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

I really don't have enough working knowledge of the code to go digging around to fix it so I was hoping someone out there could help me.
 
Here's the code around line 310 (in bold) for your reference:
 
Quote
 
If blnEmoticons Then %>
       <tr>
        <td width="63%" class="text">&nbsp;</td>
        <td width="37%" class="text">&nbsp;</td>
       </tr>
       <tr>
        <td width="63%" class="bold"><% = strTxtEmoticons %></td>
        <td width="37%" class="text">&nbsp;</td>
       </tr>
       <tr>
        <td colspan="2">
         <table width="100%" border="0" cellspacing="0" cellpadding="4"><%
 
'Intilise the index position (we are starting at 1 instead of position 0 in the array for simpler calculations)
intIndexPosition = 1
 
'Calcultae the number of outer loops to do
intNumberOfOuterLoops = UBound(saryEmoticons) / 2
 
'If there is a remainder add 1 to the number of loops
If UBound(saryEmoticons) MOD 2 > 0 Then intNumberOfOuterLoops = intNumberOfOuterLoops + 1
 
'Loop throgh th list of emoticons
For intLoop = 1 to intNumberOfOuterLoops
 
        Response.Write("<tr>")



Replies:
Posted By: WebWiz-Bruce
Date Posted: 24 February 2005 at 6:11am
Could be a corrupted file, try re-downloading the original file again.

-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: masey
Date Posted: 24 February 2005 at 8:38am
Seems to have done the trick! Many Thanks!



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net