Willie Hickey
|
| Posted: 10/14/2002, 11:48 AM |
|
Can anyone help
I get the below error message when I rename my default.html and try to open
page.
Template engine error '800a041a'
Template engine: LoadTemplate failed. File
E:\web\hickeyrealty\htdocs\default.html not found.
/Template.asp, line 87
The page opens correctly if I add www.hickeyrealty.com/default.asp in the
address bar.
|
|
|
 |
Imran
|
| Posted: 10/14/2002, 2:00 PM |
|
You can't simply rename your default.html file because that's your template.
CodeCharge stores the template file name in the default.asp file. Search for
it in there; you'll find it. If you want you can 1.Change the default.asp
code that refers to default.html, or 2.Incorporate the necessary HTML into
the Default.html file and not have to rename it to begin with. I'd recommend
the latter.
Imranz
"Willie Hickey" <williehickey@worldnet.att.net> wrote in message
news:aof3ih$ph$1@news.codecharge.com...
> Can anyone help
> I get the below error message when I rename my default.html and try to
open
> page.
> Template engine error '800a041a'
> Template engine: LoadTemplate failed. File
> E:\web\hickeyrealty\htdocs\default.html not found.
> /Template.asp, line 87
> The page opens correctly if I add www.hickeyrealty.com/default.asp in the
> address bar.
>
>
>
|
|
|
 |
|