View Single Post
Old 01-30-2010, 06:21 PM   #2
GRiker
Comparer of the Ephemeris
GRiker ought to be getting tired of karma fortunes by now.GRiker ought to be getting tired of karma fortunes by now.GRiker ought to be getting tired of karma fortunes by now.GRiker ought to be getting tired of karma fortunes by now.GRiker ought to be getting tired of karma fortunes by now.GRiker ought to be getting tired of karma fortunes by now.GRiker ought to be getting tired of karma fortunes by now.GRiker ought to be getting tired of karma fortunes by now.GRiker ought to be getting tired of karma fortunes by now.GRiker ought to be getting tired of karma fortunes by now.GRiker ought to be getting tired of karma fortunes by now.
 
Posts: 1,496
Karma: 424697
Join Date: Mar 2009
Device: iPad
Code:
Parsing file 'content/book_1005.html' as HTML
Forcing content/book_1005.html into XHTML namespace
Stripping comments and meta tags from content/book_1005.html
Python function terminated unexpectedly
xmlParsePITarget: invalid name prefix 'xml', line 75, column 31 (Error Code: 1)
The book whose id is 1005 in your database has some bad metadata that is causing the xml parser to choke. See this post in the main thread about catalogs to isolate the book in question, edit its metadata, then run the catalog build again.

You also have some tag management issues, it looks like you have multiple versions of some tags. Please see the first post in the main thread for suggestions about managing tags. Try using '.' (no quotes, just the period) as the regex pattern for excluding genres (excludes everything) as a starting point to isolate all of your metadata problems.

G

Last edited by GRiker; 01-30-2010 at 06:36 PM.
GRiker is offline