Forum


Replies: 10   Views: 4725
Pdf converstion failed
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 unicorn  · 30-10-2013 - 07:41

I am trying to run the pdf conversion of php_docx_pro and nothing happens



after checking the problem I got:



root@cp [~]# ls -l /home/afik/public_html/public_docx/temp/tempDocX_526d4afbd97ab.docx

-rw-r--r--. 1 afik afik 138833 Oct 27 19:18 /home/afik/public_html/public_docx/temp/tempDocX_526d4afbd97ab.docx

root@cp [~]# /home/afik/public_html/phpdocx_pro_conv/classes/../lib/OdfConverter /I /home/afik/public_html/public_docx/temp/tempDocX_526d4afbd97ab.docx /O /home/afik/public_html/public_docx/temp/tempOdt_526d4afbdb4cf.odt 

-bash: /home/afik/public_html/phpdocx_pro_conv/classes/../lib/OdfConverter: Permission denied

root@cp [~]# ls -l /home/afik/public_html/phpdocx_pro_conv/classes/../lib/OdfConverter

-rw-r--r--. 1 afik afik 7859157 Oct  1 08:39 /home/afik/public_html/phpdocx_pro_conv/classes/../lib/OdfConverter

root@cp [~]# chmod a+x !$

chmod a+x /home/afik/public_html/phpdocx_pro_conv/classes/../lib/OdfConverter

root@cp [~]# /home/afik/public_html/phpdocx_pro_conv/classes/../lib/OdfConverter /I /home/afik/public_html/public_docx/temp/tempDocX_526d4afbd97ab.docx /O /home/afik/public_html/public_docx/temp/tempOdt_526d4afbdb4cf.odt 

Bus error (core dumped)



please help