Created attachment 911629 [details] Error Message Created a PDF in Publican but the TOC failed to render. Instead an error message appeared (see attachment). == Note == I traced this to the book template for the TOC (book_templates/toc-xsl.tmpl) where it's using a stylesheet outline that doesn't exist: <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:outline="http://wkhtmltopdf.org/outline" xmlns="http://www.w3.org/1999/xhtml"> http://wkhtmltopdf.org/outline returns 404 I changed this back to the old v1 stylesheet: <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:outline="http://code.google.com/p/wkhtmltopdf/outline" xmlns="http://www.w3.org/1999/xhtml"> And it works again.
Sounds like you have out of date deps. Please tell us the output of $ rpm -q wkhtmltopdf wkhtmltopdf-qt
Assuming out of date packages. Please reopen if you have up to date wkhtmltopdf packages.