Forum


Replies: 3   Views: 3246
Basic example, getting error 500
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by lucaloda  · 09-06-2018 - 14:52

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