Include issues

K

Kevin Spencer

Offhand, it looks like your FrontPage Include components are not working.
The most likely cause of this is improper publishing. Always use FrontPage
to publish. Never use FTP.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living
 
L

Larry Holt

Kevin said:
Offhand, it looks like your FrontPage Include components are not working.
The most likely cause of this is improper publishing. Always use FrontPage
to publish. Never use FTP.

well, that's all we ever use, so that's out.
FP 2002 and 2003 with FP 2000 extensions.
Larry
 
K

Kevin Spencer

Have you tried recalculating hyperlinks?

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living
 
L

Larry Holt

Kevin said:
Have you tried recalculating hyperlinks?

I did notice these pages come up in the Component Errors report, but I'm
not really sure how to fix them from there.

here is the code from an offending page:
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>www.birminghamchamber.com</title><meta name="Microsoft Theme"
content="none, default">
<meta name="Microsoft Border" content="none, default">
</head>

<body><!--webbot bot="Include" U-Include="sub_nav.htm" TAG="BODY" -->&nbsp;

&nbsp;<!--webbot bot="Include"
U-Include="../../edit_pages/live_and_work/quick_facts.htm" TAG="BODY"
--></body></html>
 
L

Larry Holt

Kevin said:
Have you tried recalculating hyperlinks?

component error message:
A FrontPage Include component references URL "sub_nav.htm", but the file
for this URL cannot be found.
 
W

Wally S

Include pages come okay if you ftp. I do it. It's just that they won't get
automatically updated on the server side.

Wally S
 
K

Kevin Spencer

A FrontPage Include component references URL "sub_nav.htm", but the file
for this URL cannot be found.

Does it exist?

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living
 
L

Larry Holt

Kevin said:
Does it exist?

on this page-http://birminghamchamber.com/living/visiting/visiting.htm
the include that is referenced doesn't
exist-[edit_pages/live_and_work/sub_nav.htm]

but I am not calling for that page in this file! aarrgghhh.
larry
 
K

Kevin Spencer

but I am not calling for that page in this file! aarrgghhh.

The FrontPage component is. You definitely have a problem with your server
extensions. You may have to work with your hosting service to fix it. In
addition, once fixed, you may have to redo the Include afterwards.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living

Larry Holt said:
Kevin said:
Does it exist?

on this page-http://birminghamchamber.com/living/visiting/visiting.htm
the include that is referenced doesn't
exist-[edit_pages/live_and_work/sub_nav.htm]

but I am not calling for that page in this file! aarrgghhh.
larry
 
Top