FP 2002 Parsing problems getting worse...

J

John Patrick

Here's my site: http://www.motorcityrock.com/index.html

The masthead is an included page. A few months ago I started having
problems saving the included page. The page would save, but I would get a
parse error after 30 seconds or so. A nuisance...but it didn't stop the
show. This week, I've been unable to use the search and replace feature.
It tries to load the web...but it never stops loading. I've waited two
hours for it to complete loading and complete the search. It won't work. I
can no longer re-calculate the hyperlinks. I can start the process fine
using the Ad. control panel...but it never stops. I'm also having trouble
with hyperlinking. Often, when I try to navigate to a page to select the
page to hyperlink to, Frontpage will lock and Task Manager shows the CPU
pegged at 100%.

My site has about 2500 pages.

I've re-loaded the extensions dozens of times, and verified my provider has
the latest versions (5.0.2.2623). He claims those are the latest.

I've also searched for and deleted all .TMP files as well as .WEB files.

I'm using FP2002 with WIN2K (all updated) on an Athlon 850 with loads of RAM
and free disk space. My server is Apache/Unix.

Are all these problems related?

jp
 
S

Stefan B Rusynko

Try removing your SPAN from all your defined styles
You have
SPAN.mcrMastheadHeadingLink14px
and it should be
.mcrMastheadHeadingLink14px
since it is called thru
<span class="mcrMastheadHeadingLink14px">

Also why are all your links absolute instead of relative (w/i the FP Site) as in:
<link rel="stylesheet" type="text/css" href="http://www.motorcityrock.com/main.css">
instead of
<link rel="stylesheet" type="text/css" href="main.css">
(presuming main.css is in your local FP Web in the root folder)
- that requires FP to connect to the server to resolve all links and images which may cause a server timeout

--




| Here's my site: http://www.motorcityrock.com/index.html
|
| The masthead is an included page. A few months ago I started having
| problems saving the included page. The page would save, but I would get a
| parse error after 30 seconds or so. A nuisance...but it didn't stop the
| show. This week, I've been unable to use the search and replace feature.
| It tries to load the web...but it never stops loading. I've waited two
| hours for it to complete loading and complete the search. It won't work. I
| can no longer re-calculate the hyperlinks. I can start the process fine
| using the Ad. control panel...but it never stops. I'm also having trouble
| with hyperlinking. Often, when I try to navigate to a page to select the
| page to hyperlink to, Frontpage will lock and Task Manager shows the CPU
| pegged at 100%.
|
| My site has about 2500 pages.
|
| I've re-loaded the extensions dozens of times, and verified my provider has
| the latest versions (5.0.2.2623). He claims those are the latest.
|
| I've also searched for and deleted all .TMP files as well as .WEB files.
|
| I'm using FP2002 with WIN2K (all updated) on an Athlon 850 with loads of RAM
| and free disk space. My server is Apache/Unix.
|
| Are all these problems related?
|
| jp
|
|
 
J

John Patrick

Also why are all your links absolute instead of relative (w/i the FP Site)
as in:
<link rel="stylesheet" type="text/css" href="http://www.motorcityrock.com/main.css">
instead of
<link rel="stylesheet" type="text/css" href="main.css">
(presuming main.css is in your local FP Web in the root folder)
- that requires FP to connect to the server to resolve all links and
images which may cause a server timeout

I did that becuase my PHP stuff wouldn't work without absolute paths.

Any suggestions?

Thanks!

jp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top