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.
Hi,
i try phpdocx pro in wamp and everything work fine.
I try to transfer it on a virtual machine with windows server 2012.
now i cant get my code to work and i dont have any error.
i put some Echo to see where he stop working. he stop working juste before
$docx = new CreateDocxFromTemplate('Documents\Fiche.docx');
here my code
' . $maj ;
//On cree un repertoire pour l'entreprise pour save les documents temporaires
//faire une validation si le dossier existe deja
if (file_exists('Save\temp\\' . $entreprise ))
{}
else
{
mkdir ('Save\temp\\' . $entreprise );
}
echo '
apres creation doc';
//on popule la fiche en premier puis on la save pour add au document final
$docx = new CreateDocxFromTemplate('Documents\Fiche.docx');
echo'
apres create template';
?>
i try to give all permision to everyone and that doesnt work
can someone help me?