View Single Post
Old 12-23-2017, 05:46 AM   #4
maifosz
Junior Member
maifosz began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Dec 2017
Device: Kindle
Quote:
Originally Posted by CrossReach View Post
I am trying to upload a book to PublishDrive. I've never come across this problem until now. It has something to do with the TOC I generated with Word 2016. I think I know what it means, maybe I don't, but I certainly have no idea how to fix it.

The book file is not valid and contains errors. Please check this page for more information: https://code.google.com/p/epubcheck/wiki/Errors.
Common error messages and how to fix them.
Please contact us for help if you need it.

ERROR(RSC-005): EPUB/toc.ncx(50,56): Error while parsing file 'identical playOrder values for navPoint/navTarget/pageTarget that do not refer to same target'.
ERROR(RSC-005): EPUB/toc.ncx(56,56): Error while parsing file 'identical playOrder values for navPoint/navTarget/pageTarget that do not refer to same target'.
ERROR(RSC-012): EPUB/index_split_002.html(18,86): Fragment identifier is not defined.
ERROR(RSC-012): EPUB/toc.ncx(60,60): Fragment identifier is not defined.
It basically means that the playOrder and navpoint values somehow differ. Most common TOC problems can be solved by simply refreshing the TOC.
If it does not work, open the toc.ncx file and check if your TOC has the same structure:

Code:
  <navMap>
    <navPoint id="navPoint-1" playOrder="1">
      <navLabel>
        <text>Chapter 1</text>
      </navLabel>
      <content src="Text/chapter1.xhtml"/>
    </navPoint>
    <navPoint id="navPoint-2" playOrder="2">
      <navLabel>
        <text>Chapter 2</text>
      </navLabel>
      <content src="Text/chapter2.xhtml"/>
    </navPoint>
  </navMap>
(I work for PublishDrive and solve problems like this as a day job. I can't find your file under the recent uploads but I'd be happy to fix it if you send it over to PD support. It seems a minor issue.)
maifosz is offline   Reply With Quote