Error when displaying first page in Browser
I get the following error:
Error Occurred While Processing Request
Could not find the included template JRCScripts.cfm.
Note: If you wish to use an absolute template path (e.g. TEMPLATE="/mypath/index.cfm") with CFINCLUDE then you must create a mapping for the path using the ColdFusion Administrator. Using relative paths (e.g. TEMPLATE="index.cfm" or TEMPLATE="../index.cfm") does not require the creation of any special mappings. It is therefore recommended that you use relative paths with CFINCLUDE whenever possible.
The error occurred in /vservers/jamestownclass/htdocs/indexclassic.cfm: line 12
10 : <META HTTP-EQUIV="Expires" CONTENT="-1">11 :
12 : <link href="\organized.css" rel="stylesheet" type="text/css">
13 : <!-- InstanceEndEditable -->
14 : </head>
code of first page is
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- InstanceBegin template="/Templates/JRCMain.dwt.cfm" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>JamestownClassic</title>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
<link href="\organized.css" rel="stylesheet" type="text/css">
<!-- InstanceEndEditable -->
</head>
<body bottommargin="0" topmargin="0" leftmargin="0" rightmargin="0" marginheight="0" marginwidth="0">
include "MYScripts.cfm";
I do not see what the error is. Please help!! I've tried eliminating all referneces to JRCScripts.cfm
That does not solve the problem. MyScrips.cfm and JRCScripts.cfm are the same.
Gail thomas
