Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - The include file RTE_editor_inc.asp was not found
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Forum LockedThe include file RTE_editor_inc.asp was not found

 Post Reply Post Reply
Author
GeekBoy View Drop Down
Newbie
Newbie


Joined: 25 June 2007
Status: Offline
Points: 10
Post Options Post Options   Thanks (0) Thanks(0)   Quote GeekBoy Quote  Post ReplyReply Direct Link To This Post Topic: The include file RTE_editor_inc.asp was not found
    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.




Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post 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.
Back to Top
GeekBoy View Drop Down
Newbie
Newbie


Joined: 25 June 2007
Status: Offline
Points: 10
Post Options Post Options   Thanks (0) Thanks(0)   Quote GeekBoy Quote  Post ReplyReply Direct Link To This Post 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.






Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.