Link to home
Start Free TrialLog in
Avatar of Larry Gray
Larry Gray

asked on

Unexpected End of File

When I'm saving my Dreamweaver I can't update my current template across all pages in the site due to this confusing error messages that appear every time I try to save the template file:

There is an error unexpected end of file.

Attached is the code for the file(s) - can anyone help? I've been looking at this for days, trying out different things to no avail:
tsheets-evolved.html
index.html
press-release.html
ASKER CERTIFIED SOLUTION
Avatar of James Rodgers
James Rodgers
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
James' answer  is probably correct.
  Clean up the most recently changed files,  and try to update.

If it does not work, you may have to fix and update one file at a time.
Avatar of Larry Gray
Larry Gray

ASKER

Thanks,

I'm new to the organization and I'm trying to correct a lot of my predecessors mistakes.  I inherited this and would love to redesign the site, but in the meantime i'm gone have to work with what I have.  I'll clean up the code and repost.
I made corrections to the files and got two of the templates to function properly.  However, I'm having a tough time getting my index page to work.  Below is the latest error message:  

There is an error at line 1325, column 21 (absolute position 101274) of file InstanceBeginRepeatEntry tag at line 1325 not closed when InstanceEnd was reached.

I've scoured my file and made some changes and still nothing, hopefully someone can help me or give me some insight on this matter.  I'd appreciate it.  if you have any questions or comments by all means....Help!!!
help-me.txt
remove one of the <!-- InstanceEnd --> tags
I removed the tag and got the same message.  I'd actually added one of them trying to troubleshoot the code.
you have 46 instance of InstanceBeginRepeatEntry
you have 45 instances of InstanceEndRepeatEntry

one of the begins is not closed
I would seem that my last statement, https://www.experts-exchange.com/questions/29010660/Unexpected-End-of-File.html?anchorAnswerId=42063757#a42063757, helped as Larry endorsed it, this question was very specific and will probably be irrelevant to another asker, but a solution was provided and pending feedback form Larry, should be accepted
I had to go through the code myself and clean it up.  I'm assuming it was created with a template as the code has many more errors throughout it.  Nonethtless, I cleaned it and fixed one file at a time.