Forum Bugs

Getting Error while writing file !!!

deb_butan
open(PRINCE, "| prince --debug --javascript --disallow-modify --input=html --log=$pdfLogDir - $pdfOp_Dir");
print PRINCE "$mbody";
close(PRINCE);

read-open /tmp/PRINCEFILE--05172012-2:29:50.pdf: No such file or directory


while creating pdf file it's not able to write the file. how to resolve this issue ?
mikeday
Are there any error messages in the Prince log file?