hello,
if i try the basic docx example
$docx = new CreateDocx();
$text = 'Phpdocx. Easily create Word and PDF documents online';
$docx->addText($text);
$docx->createDocx('tutorial_2');
i get error 500, with no message. if i use instead $docx->embedHTML()
everything goes fine. any hint? i have the basic version of phpdocx