By: Nicolas
Date: 2013-10-24
Time: 13:08
|
.doc template : End of Central Rirectory Record is not found
I have a quite simple .doc template, when I do :
$TBS->LoadTemplate($template_name,OPENTBS_ALREADY_UTF8);
$TBS->Show(OPENTBS_FILE,$nom_fichier);
I get :
TinyButStrong Error OpenTBS Plugin: The End of Central Rirectory Record is not found. The process is ending, unless you set NoErr property to true.
:(
Any clue ? thanks.
|