Print Page | Close Window

The include file RTE_editor_inc.asp was not found

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Rich Text Editor (RTE)
Forum Description: Support forum for the Web Wiz Rich Text Editor (RTE).
URL: https://forums.webwiz.net/forum_posts.asp?TID=24144
Printed Date: 28 March 2026 at 10:59pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: The include file RTE_editor_inc.asp was not found
Posted By: GeekBoy
Subject: The include file RTE_editor_inc.asp was not found
Date Posted: 11 August 2007 at 3:47am
This topic was not found on the forum so here I am.

Here is the whole error:

Active Server Pages error 'ASP 0126'

Include file not found

/admin/vehicle.asp, line 286

The include file 'RTE_editor_inc.asp' was not found.


I tried using  <!--#include file="/RTE_editor_inc.asp" -->  and <!--#include file="/RTE/RTE_editor_inc.asp" -->

but returns the error

File attribute '/RTE_editor_inc.asp' cannot start with forward slash or back slash.


Now what? Instructions were followed exactly.







Replies:
Posted By: WebWiz-Bruce
Date Posted: 11 August 2007 at 10:18am
Not exactly as you have placed a / infront of RTE:-

<!--#include file="/RTE_editor_inc.asp" -->

Remove the / from the front of the link to the include file. Also the RTE files need to be in the same folder as the file you are including the editor within.


-------------
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: GeekBoy
Date Posted: 11 August 2007 at 11:37pm
I mentioned I tried using / also.

Anyway that make it appear in the site, but two problems.
1) Text area is pushed way down on the page from its original position. Not just the text eding area, but everything in the frame.

2) While it appears, still not functioning.

<%
'Declare the ASP variables used
Dim strFormName
Dim strTextAreaName

'ID tag name of the HTML form the textarea is within
strFormName = "details"

'ID tag name of HTML textarea being replaced
strTextAreaName = "details"
%>
<!--#include file="RTE_editor_inc.asp" -->

            <td valign="top">Details:</td>
            <td><textarea name="details" class="inputSmallBorder" id="details" rows="5"  cols="55"></textarea></td>
          </tr>
          <tr>
            <td></td>
            <td>Select Image:</td>
            <td><input name="image" type="file" class="inputSmallBorder" id="image"></td>
          </tr>
          <tr align="center">
            <td colspan="3"> <input name="Submit" type="submit" class="inputButton" value="Submit">
              <input name="Submit2" type="button" class="inputButton" value="Cancel" onClick="history.go(-1)">
            </td>
          </tr>
        </table>
      </form>


Any ideas?
Thanks for the assistance so far.








Posted By: WebWiz-Bruce
Date Posted: 12 August 2007 at 10:28am
You have called your form and text area the same name and ID tag.

The form and textarea need to have different names and ID's

eg. Your forum should be called detailsform and your textarea details


-------------
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



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