View Single Post
Old 05-18-2013, 09:18 AM   #2
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,652
Karma: 205022288
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
In your table of contents ("A Martian Odyssey_002.htm") file you have:
Code:
<div class="center">
  <a href="005">THE WORLDS OF IF</a>
</div>
I'm guessing that href (that really IS pointing to something unmanifested) was intended to be
Code:
../Text/A%20Martian%20Odyssey_0007.htm#Ref_005
It's really unfortunate that the actual "reference(s) of some kind that point(s) to this resource" isn't identified (files and line numbers where they occur) as well in this type of error message. In situations like this, that info would be much handier than the path to a clearly unmanifested, non-existent file alone would be.

For future reference, when one of these types of errors has you going bug-eyed, just search all html files for the last part of that bogus file path in the error message. For example:
Code:
OEBPS/Text/fubared_href_attribute
You would search all html files for something like:
Code:
href="fubared_href_attribute"

Last edited by DiapDealer; 05-18-2013 at 09:42 AM.
DiapDealer is offline   Reply With Quote