I upgraded from version 4.0 to version 6.0 however now when I download a document then open it in Word it says that the document is corrupt.
Even if I just create a blank document link this:
$docx = new CreateDocx();
$docx->createDocxAndDownload($filename);
Why would Word think that the document is corrupt if it is blank?