Hi. I bought today basic version phpdocx and I have this problem:
ErrorException in HTML2WordML.inc line 958: Only variables should be passed by reference
Here is a code which generete that exception:
$docx = new CreateDocx();
$docx->embedHTML("<img src='http://www.somkiat.cc/wp-content/uploads/2016/07/ErrorMessage.jpg' />");
$docx->createDocx(public_path() . '/output.docx');
I havent any problem with trial version. Any help please?