2
A second error:
I can get makepdf.php (Publisher 1.02) working with my old tcpdf installation. It works fine with Xoops 2.5.7.2 and Publisher 1 Final.
However, with 2.5.7.2 and Publisher 1.02 Final the xoops-codes (such as [i], [b]) are not interpreted and are given as text in the pdf. This is the (1.02) code of the text of the article in makepdf.php
$content .= $myts->undoHtmlSpecialChars($itemObj->plainMaintext());
What is happening ? Is $myts (the textsanitizer) or the undoHtmlSpecialChars not working ?
Thanks !
SMEDrieben